patch https://a.klaviyo.com/api/catalog-variants/
Update a catalog item variant with the given variant ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
catalogs:write
Responses
Update a catalog item variant with the given variant ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
catalogs:write
xxxxxxxxxx
13curl --request PATCH \
--url https://a.klaviyo.com/api/catalog-variants/id \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--header 'revision: 2025-04-15' \
--data '
{
"data": {
"type": "catalog-variant"
}
}
'