Skip to main content
PUT
Order - Set Tags

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
tags
string[]
required

Array of tag IDs to set (ObjectId strings referencing the tag collection)

Example:
store_id
string

Store ID (use with order_number)

Example:

"507f1f77bcf86cd799439011"

order_number
string

Order number (use with store_id)

reason
string

Reason for setting tags

orders
object[]

Array of order references (alternative to store_id + order_number)

Response

Tags set on orders

success
boolean
required

Whether the operation succeeded