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
Response examples (200)
{
  "channelId": 42,
  "costPriceUpdate": {},
  "createdAt": "2023-05-04T09:42:00+00:00",
  "errorMessage": "string",
  "externalGroupId": "string",
  "externalId": "string",
  "externalSku": "string",
  "hash": "string",
  "id": 42,
  "inventoryUpdate": {},
  "parentHash": "string",
  "priceUpdate": {},
  "publishUpdate": {},
  "source": "shopify",
  "status": "pending",
  "updatedAt": "2023-05-04T09:42:00+00:00",
  "variantId": 42,
  "variantParcelsHash": "string"
}