Skip to content

Tagging Products

POST
/bulk_tagging
x-api-key
string

E.g. 123

Example
123
object
product_ids
required

Product IDs to tag

Array
tag_ids
required

Tags to apply

Array
Example
{
"product_ids": [
12355418,
12355419
],
"tag_ids": [
144441
]
}

OK