Skip to main content

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
Responses
200

A collection of price lists.

Schema OPTIONAL
object[]
Id int32 OPTIONAL

Price list id.

Name string OPTIONAL

Price list name.

MarketId int32 OPTIONAL

Market id.

MarketPrefix string OPTIONAL

Market prefix. Eg: SE.

Currency string OPTIONAL

Currency abbreviation. Eg: SEK.