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
curl --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'