Tagging Products
POST /bulk_tagging
POST
/bulk_tagging
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” x-api-key
string
E.g. 123
Example
123
Request Body
Section titled “Request Body ”object
product_ids
required
Product IDs to tag
Array
tag_ids
required
Tags to apply
Array
Example
{ "product_ids": [ 12355418, 12355419 ], "tag_ids": [ 144441 ]}
Responses
Section titled “ Responses ”OK