/
Mass update of brands

Mass update of brands

Method: PATCH

URL: https://pim-client.wizart.ai/api/v2.1/brands/

Headers: Accept: application/json, Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbG…, Content-Type: application/json

Body:

{ "data": [ { "type": "brands", "id": "{{BRAND_UUID_1}}", "attributes": { "name": "<string>", "is_visible": "<string>", "order": "<string>" } }, { "type": "brands", "id": "{{BRAND_UUID_2}}", "attributes": { "name": "<string>", "is_visible": "<string>", "order": "<string>" } } ] }

CURL:

curl --location --request PATCH 'https://pim-client.wizart.ai/api/v2.1/brands/' \ --header 'Authorization: Bearer <token>' \ --data '{ "data": [ { "type": "<string>", "id": "<string>", "attributes": { "name": "<string>", "is_visible": "<string>", "order": "<string>" } }, { "type": "<string>", "id": "<string>", "attributes": { "name": "<string>", "is_visible": "<string>", "order": "<string>" } } ] }'
{ "message": "ok" }

Related content

Mass update of collections
Mass update of collections
More like this
Update the brand visibility by UUID
Update the brand visibility by UUID
More like this
Update the collection by UUID
Update the collection by UUID
More like this
Update the product by UUID (without shared)
Update the product by UUID (without shared)
More like this
Mass removal of brands
Mass removal of brands
More like this