Use this call to add stock item locations bin/rack
Name | Type | Description |
---|---|---|
itemLocations | List<StockItemLocation> | List of stock item locations |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Inventory/AddItemLocations 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
itemLocations=[
{
"StockLocationId": "71464abc-0ae6-4907-84fd-423a71b6eb52",
"LocationName": "sample string 2",
"BinRack": "sample string 3",
"StockItemId": "9164aeab-cb99-4029-bd6a-01c710633388",
"StockItemIntId": 5
},
{
"StockLocationId": "71464abc-0ae6-4907-84fd-423a71b6eb52",
"LocationName": "sample string 2",
"BinRack": "sample string 3",
"StockItemId": "9164aeab-cb99-4029-bd6a-01c710633388",
"StockItemIntId": 5
}
]
This is an example response. Results may vary depending on your data.
null