GET /channel-variants/{id}.json

GET /channel-variants/{id}.json

Path parameters

  • id integer(int64) Required

    Numeric ID of the instance

    Minimum value is 1.

Responses

GET /channel-variants/{id}.json
curl \
 -X GET http://api.example.com/v1/channel-variants/{id}.json \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "cacheHash": "string",
  "channelId": 42,
  "costPriceRetries": 42,
  "costPriceRetry": true,
  "costPriceUpdate": {},
  "createdAt": "2024-05-04T09:42:00+00:00",
  "errorMessage": "string",
  "externalCreatedAt": "2024-05-04T09:42:00+00:00",
  "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": "2024-05-04T09:42:00+00:00",
  "variantId": 42,
  "variantParcelsHash": "string"
}