v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
order

Order - Add Tag By Name

Add a tag to one or more orders by tag name, creating the tag if it doesn't exist.

post/order/add_tag_by_name

Request body

tag_namestring required

Tag name to add (creates if not found)

reasonstring

Reason for adding the tag

Example request

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

Response

Tag added to orders by name

successboolean required

Whether the operation succeeded