/
Update the brand visibility by UUID

Update the brand visibility by UUID

Method: PATCH

URL: https://pim-client.wizart.ai/api/v2.1/brand/:brandUuid/visibility

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

Body:

{ "data": { "id": "{{BRAND_UUID}}", "type": "brands", "attributes": { "is_visible": "<boolean>" } } }

CURL:

curl --location --request PATCH 'https://pim-client.wizart.ai/api/v2.1/brand/:brandUuid/visibility' \ --header 'Authorization: Bearer <token>' \ --data '{ "data": { "id": "<string>", "type": "<string>", "attributes": { "is_visible": "<boolean>" } } }'
{ "data": { "id": "<string>", "type": "<string>", "attributes": { "name": "<string>", "image_path": "<string>", "is_visible": "<boolean>", "partially_visible": "<boolean>", "is_default_cover": "<boolean>", "order": "<string>" } } }

 

Related content

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