Create Tag

POST https://api.salla.dev/admin/v2/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.

Request Body

{"tag_name"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;status&quot;:&quot;\u003cnumber\u003e&quot;,&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;data&quot;:{&quot;id&quot;:&quot;\u003cnumber\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;}}