Order Tags
In this article we will discuss the following:
- Assign Order Tags
- Remove Order Tags
Assign Order Tags
POST /order/tags assigns tags to the specified orders
Required fields:
order_ids, tags, are required when assigning users to an order.
This endpoint will return 200 OK if the request was a success.
Example JSON Request
Remove Order Tags
POST /order/tags/remove removes tags from the specified orders
Required fields:
order_ids, tags, are required when removing tags from an order.
This endpoint will return 200 OK if the request was a success.
Example JSON Request
