Update products batch
PUT
/products/batch
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/products/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"products": [
{
"product_search_query": {
"field": "product_id",
"value": "string"
},
"status": "inactive",
"meta_title": "string",
"meta_description": "string",
"name": "string",
"external_reference": "string",
"description": "string",
"short_description": "string",
"slug": "string",
"hs_code": "string",
"country_of_origin": "string",
"vat_rate": 2500,
"type": "standard",
"categories": {
"name": "string",
"external_identifier": "string",
"update_on_exists": true
},
"brand_name": "string",
"supplier_name": "string",
"attributes": [
{
"key": "string",
"value": "string",
"is_featured": true,
"is_labeled": true
}
],
"specifications": [
{
"section_title": "string",
"specifications": [
{
"key": "string",
"value": "string",
"is_featured": true
}
]
}
],
"filter_tags": [
"string"
],
"properties": [
{
"key": "string",
"value": "string",
"is_featured": true,
"is_labeled": true
}
],
"images": [
"string"
]
}
]
}'
Response Response Example
{}
Request
Body Params application/json