Create Tag

POST {{baseUrl}}/orders/:order_id/tags

You can you can assign specific order with a tag by using the tag name. by providing the ID of the order you want to add this tag to it in the order.id path parameter.

You can get a list of available tags from List Tags endpoint.

You can get a list of orders assigned to a tag from List Orders endpoint using tag query parameter.

OAuth Scopes


orders.read_write

Request Body

{"tag_name"=>"test"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":200,"success":true,"data":{"id":665151403,"name":"test"}}