Use this call to get stock item price rules by price id
Name | Type | Description |
---|---|---|
stockItemPriceId | Guid | Price ID of an item |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemPriceRulesById
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.
stockItemPriceId=aba0907b-44a5-4716-ad08-4956121b226b
This is an example of the response JSON. Results will vary depending on your data.
[
{
"pkRowId": 1,
"fkStockPricingId": "3c9e49de-2a36-4728-8e12-74f4a8c50230",
"Type": "sample string 2",
"LowerBound": 3,
"Value": 4.1
}
]