Order - Set Tags
Order
Order - Set Tags
Replace all tags on one or more orders with a new set of tags.
PUT
Order - Set Tags
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Array of tag IDs to set (ObjectId strings referencing the tag collection)
Example:
[
"507f1f77bcf86cd799439011",
"507f1f77bcf86cd799439012"
]Store ID (use with order_number)
Example:
"507f1f77bcf86cd799439011"
Order number (use with store_id)
Reason for setting tags
Array of order references (alternative to store_id + order_number)
Response
Tags set on orders
Whether the operation succeeded