Path parameters
-
id
integer(int64) Required Numeric ID of the instance
Minimum value is
1
.
GET
/channel-variants/{id}.json
curl \
--request GET 'http://api.example.com/v1/channel-variants/{id}.json' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"cacheHash": "string",
"channelId": 42,
"costPriceRetries": 42,
"costPriceRetry": true,
"costPriceUpdate": {},
"createdAt": "2025-05-04T09:42:00Z",
"errorMessage": "string",
"externalCreatedAt": "2025-05-04T09:42:00Z",
"externalGroupId": "string",
"externalId": "string",
"externalSku": "string",
"hash": "string",
"id": 42,
"inventoryRetries": 42,
"inventoryRetry": true,
"inventoryUpdate": {},
"metaFieldsHash": "string",
"parentHash": "string",
"priceListHash": "string",
"priceListRetry": true,
"priceRetries": 42,
"priceRetry": true,
"priceUpdate": {},
"publishUpdate": {},
"source": "shopify",
"status": "pending",
"updatedAt": "2025-05-04T09:42:00Z",
"variantId": 42,
"variantParcelsHash": "string"
}