Use this call to get stock item prices by channel
Name | Type | Description |
---|---|---|
inventoryItemId | Guid | Stock item id |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemPrices
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.
inventoryItemId=1594dfe7-b076-4bf6-8b09-9b63684d908c
This is an example of the response JSON. Results will vary depending on your data.
[
{
"Rules": [
{
"pkRowId": 1,
"fkStockPricingId": "59dfcae3-59ce-4bc6-9dda-25e1ec697514",
"Type": "sample string 2",
"LowerBound": 3,
"Value": 4.1
}
],
"pkRowId": "3360700c-3238-4a37-98f9-fb821e1b1b04",
"Source": "sample string 2",
"SubSource": "sample string 3",
"Price": 4.1,
"Tag": "sample string 5",
"UpdateStatus": 0,
"StockItemId": "1d5edc3c-f7a3-4505-a133-334342c28e80",
"StockItemIntId": 2
}
]