Use this call to create stock item price rules
Name | Type | Description |
---|---|---|
rules | List<StockItemPricingRule> | List of stock item pricing rules |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/CreateInventoryItemPricingRules
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.
rules=[
{
"pkRowId": 1,
"fkStockPricingId": "95db19a7-162b-4879-bc28-88421f09c12d",
"Type": "sample string 2",
"LowerBound": 3,
"Value": 4.1
}
]
This is an example of the response JSON. Results will vary depending on your data.