/
Mass update of collections
Mass update of collections
Method: PATCH
URL: https://pim-client.wizart.ai/api/v2.1/collections/
Headers: Accept: application/json, Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbG…, Content-Type: application/json
Body:
{
"data": [
{
"type": "collections",
"id": "{{COLLECTION_UUID}}",
"attributes": {
"name": "<string>",
"is_visible": "<string>",
"order": "<string>"
}
},
{
"type": "collections",
"id": "{{COLLECTION_UUID}}",
"attributes": {
"name": "<string>",
"is_visible": "<string>",
"order": "<string>"
}
}
]
}
, multiple selections available,
Related content
Update the collection visibility by UUID
Update the collection visibility by UUID
More like this
Update the product by UUID (without shared)
Update the product by UUID (without shared)
More like this
Data import
Data import
Read with this
Update the collection by UUID
Update the collection by UUID
More like this
Mass update of brands
Mass update of brands
More like this
Mass removal of collections
Mass removal of collections
More like this