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.
GET | POST https://eu-ext.linnworks.net/api/Inventory/CreateInventoryItemChannelSKUs
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
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
}
]
This is an example of the response JSON. Results will vary depending on your data.