Need help? Call Live Support at +31 (0) 38 453 07 59

Used to get a topical list of prices for all products that are applicable for the specified customer

  • GETMethod
  • /v2/customers/customer/pricelistURL
Name Type Description Restrictions
customer String The handle of the customer
  • Regular expression: [a-zA-Z0-9\-_@\.]+
  • Minimum length: 3
  • Maximum length: 40

Successful request

  • 200 OKHTTP Status
  • application/jsonContent-Type
Name Type Required / Optional Description
prices List < prices > Required A list of prices
priceChanges List < priceChanges > Optional A list of price changes
promos List < promos > Optional A list of promos
Name Type Required / Optional Description
product String Required The product
action String Required The action
currency String Required The currency for the product
price Integer Required The price for the action for the product, in cents
Name Type Required / Optional Description
product String Required The product
action String Required The action
currency String Required The currency for the product
price Integer Required The price for the action for the product, in cents
fromDate Timestamp Required The effective date of the price change
Name Type Required / Optional Description
product String Required The product
action String Required The action
currency String Required The currency for the product
price Integer Required The price for the action for the product, in cents
fromDate Timestamp Required The start date of the promo
endDate Timestamp Required The end date of the promo
active Boolean Required Whether or not the prome is active for your account. If not see portal for requirements to participate in the promo.

Failed requests

Generic errors can be expected.

The handle of the customer

GET /v2/customers/customer/pricelist