Skip to main content
POST
/
catalog
/
v0
/
category_attribute_config
Set Category Attribute Config
curl --request POST \
  --url https://api.example.com/catalog/v0/category_attribute_config \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "merchant": "<string>",
  "attributes": {},
  "locales": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
merchant
string
required
attributes
Attributes · object
required
locales
string[]
required

Response

Successful Response