get https://a.klaviyo.com/api/catalog-categories//relationships/items
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/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
{
"data": [
{
"type": "catalog-item",
"id": "$custom:::$default:::SAMPLE-DATA-ITEM-1"
}
]
}