PriceList
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
To remove a price, set the price to -1. This only applies to custom price lists.
Parameters for "Update price list prices"
List price lists
Gets all price list definitions. - 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
Get product
Gets a specific product. Make sure to include relevant child-collections in the request.