patch https://a.klaviyo.com/api/catalog-items//relationships//
Update catalog category relationships for the given item ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
Catalogs Write
Responses
204Update catalog category relationships for the given item ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
Catalogs Write
204xxxxxxxxxx
15curl --request PATCH \
--url https://a.klaviyo.com/api/catalog-items/id/relationships/categories/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'revision: 2023-01-24' \
--data '
{
"data": [
{
"type": "catalog-category"
}
]
}
'
xxxxxxxxxx
14{
"errors": [
{
"id": "string",
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
}
}
]
}