Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Inventory /GetInventoryItemChannelSKUs

Allows 150 calls per minute

Response: List<StockItemChannelSKU>



Use this call to get stockitem channel skus

Parameters

NameTypeDescription
inventoryItemIdGuidstockitem id

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemChannelSKUs

Headers

Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE

Request Body

This is an example of the request structure. Results will vary depending on your data.

inventoryItemId=459dd025-e3b6-430f-ab48-5fd8ca42192a

Response

This is an example of the response JSON. Results will vary depending on your data.

[
  {
    "ChannelSKURowId": "4ae84a5f-ab77-4eda-8c1f-b7278b3b017a",
    "SKU": "sample string 2",
    "Source": "sample string 3",
    "SubSource": "sample string 4",
    "UpdateStatus": "sample string 5",
    "ChannelReferenceId": "sample string 6",
    "LastUpdate": "2023-01-10T13:49:55.5397634+00:00",
    "MaxListedQuantity": 8,
    "EndWhenStock": 9,
    "SubmittedQuantity": 10,
    "ListedQuantity": 11,
    "StockPercentage": 12.1,
    "IgnoreSync": true,
    "IgnoreSyncMultiLocation": true,
    "IsMultiLocation": true,
    "StockItemId": "d9f081ad-cdf0-43fc-acc3-09ec9c826621",
    "StockItemIntId": 16
  }
]