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>"
}
]
}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>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
The configuration of an attribute, available before ingestion
Show child attributes
bool, int, float, str, datetime, gender, age, color_hex, dict[str,], list[bool], list[int], list[float], list[str], list[dict[str,]], any, uuid, list[uuid] base, inventory, locale, store, pricelist Successful Response
Was this page helpful?