get https://a.klaviyo.com/api/catalog-categories//relationships//
Get all items in the given category ID.
Returns a maximum of 100 items per request.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
Catalogs Read
Responses
Get all items in the given category ID.
Returns a maximum of 100 items per request.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
Catalogs Read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/catalog-categories/id/relationships/items/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2023-01-24'
xxxxxxxxxx
{
"data": [
{
"type": "catalog-item",
"id": "string"
}
]
}