Update price list prices
Updates price list prices.
- Prices on campaign price lists (id: xxxxxx2) can not be updated. Any such entries will be ignored.
- ID for Ordinary, Sale and Campaign price lists starts from 1000000.
The ID is calculated by this formula, Market ID * 1000000 + Type of price list (Ordinary=0, Sale=1, Capaign=2)
Eg:
Ordinary price list for market with ID 1 has ID = 1000000
Sale price list for market with ID 1 has ID = 1000001
Campaign price list for market with ID 1 has ID = 1000002
Ordinary price list for market with ID 2 has ID = 2000000
Query Parameters |
---|
productIdType int32Possible values: [ The type of product id supplied. |
pricesIncVat booleanSet to true if prices includes VAT. Leave blank or set to false if they exclude VAT. |
Request Body — REQUIRED List of new price list prices. | |||||
---|---|---|---|---|---|
object[]
|
Responses | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 The result of the update.
| |||||||||||||||
400 Bad request.
|