Use this call to create stockitem channel skus
Name | Type | Description |
---|---|---|
inventoryItemChannelSKUs | List<StockItemChannelSKU> | stockitem channel skus |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Inventory/CreateInventoryItemChannelSKUs HTTP/1.1
Host: eu-ext.linnworks.net
Connection: keep-alive
Accept: application/json, text/javascript, */*; q=0.01
Origin: https://www.linnworks.net
Accept-Language: en
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Referer: https://www.linnworks.net/
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
inventoryItemChannelSKUs=[
{
"ChannelSKURowId": "7247f170-cbfc-412f-ae8f-3c071d988aca",
"SKU": "sample string 2",
"Source": "sample string 3",
"SubSource": "sample string 4",
"UpdateStatus": "sample string 5",
"ChannelReferenceId": "sample string 6",
"LastUpdate": "2019-11-28T09:45:58.8868753+00:00",
"MaxListedQuantity": 8,
"EndWhenStock": 9,
"SubmittedQuantity": 10,
"ListedQuantity": 11,
"StockPercentage": 12.1,
"IgnoreSync": true,
"IgnoreSyncMultiLocation": true,
"IsMultiLocation": true,
"StockItemId": "1c8738b6-9529-4c5c-b8b7-d5d1ad2de9f8",
"StockItemIntId": 16
},
{
"ChannelSKURowId": "7247f170-cbfc-412f-ae8f-3c071d988aca",
"SKU": "sample string 2",
"Source": "sample string 3",
"SubSource": "sample string 4",
"UpdateStatus": "sample string 5",
"ChannelReferenceId": "sample string 6",
"LastUpdate": "2019-11-28T09:45:58.8868753+00:00",
"MaxListedQuantity": 8,
"EndWhenStock": 9,
"SubmittedQuantity": 10,
"ListedQuantity": 11,
"StockPercentage": 12.1,
"IgnoreSync": true,
"IgnoreSyncMultiLocation": true,
"IsMultiLocation": true,
"StockItemId": "1c8738b6-9529-4c5c-b8b7-d5d1ad2de9f8",
"StockItemIntId": 16
}
]
This is an example response. Results may vary depending on your data.
null