Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Inventory /CreateInventoryItemChannelSKUs

Allows 150 calls per minute

Response: Void



Use this call to create stockitem channel skus

Parameters

NameTypeDescription
inventoryItemChannelSKUsList<StockItemChannelSKU>stockitem channel skus

Example Request

The following request format is required for this method.

Endpoint URL

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

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.

inventoryItemChannelSKUs=[
  {
    "ChannelSKURowId": "cc1e6f77-4214-4588-9405-6d1c1aa7ba7b",
    "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:46.3045279+00:00",
    "MaxListedQuantity": 8,
    "EndWhenStock": 9,
    "SubmittedQuantity": 10,
    "ListedQuantity": 11,
    "StockPercentage": 12.1,
    "IgnoreSync": true,
    "IgnoreSyncMultiLocation": true,
    "IsMultiLocation": true,
    "StockItemId": "5e3e1825-da84-4cb0-8df5-16be7a23314d",
    "StockItemIntId": 16
  }
]

Response

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