Skip to main content
POST
Order - Add Tag

Authorizations

Authorization
string
header
required

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

Body

application/json
orders
object[]
required

Array of order references

tag_id
string
required

Tag ID to add

no_refresh
boolean

Skip cache refresh

reason
string

Reason for adding the tag

is_system
boolean

Whether this is a system tag operation

Response

Tag added to orders

success
boolean
required

Whether the operation succeeded

errors
object[]

Errors for individual orders that failed