get https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemPriceRulesById
Use this call to get stock item price rules by price id
Rate limit: 150 / minute
Log in to see full request history
Response
Use this call to get stock item price rules by price id
Rate limit: 150 / minute
xxxxxxxxxx
curl --request GET \
--url https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemPriceRulesById \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"pkRowId": 0,
"fkStockPricingId": "00000000-0000-0000-0000-000000000000",
"Type": "string",
"LowerBound": 0,
"Value": 0
}
]