v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
order

Order - Add Tag

Add a tag to one or more orders by tag ID.

post/order/add_tag

Request body

tag_idstring required

Tag ID to add

no_refreshboolean

Skip cache refresh

reasonstring

Reason for adding the tag

is_systemboolean

Whether this is a system tag operation

Example request

{
  "orders": [
    {
      "store_id": "507f1f77bcf86cd799439011"
    }
  ]
}

Response

Tag added to orders

successboolean required

Whether the operation succeeded