Skip to content

Untagging Orders

DELETE
/bulk_tagging
x-api-key
string

E.g. 123

Example
123
object
order_ids
required

Order IDs to untag

Array
tag_ids
required

Tags to remove from the selected orders

Array
Example
{
"order_ids": [
11665891,
11665111
],
"tag_ids": [
144441
]
}

OK