GET /channels/{id}/variant-levels.json

GET /channels/{id}/variant-levels.json

Path parameters

  • id integer(int64) Required

    Numeric ID of the instance

    Minimum value is 1.

application/json

Body Required

Responses

GET /channels/{id}/variant-levels.json
curl \
 -X GET http://api.example.com/v1/channels/{id}/variant-levels.json \
 -H "Content-Type: application/json" \
 -d '{"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"}'
Request example
{
  "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"
}
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"
}