Retrieve price lists and their time-indexed price entries.
Get Price List
Returns a single price list by ID, including all time-indexed price entries.
The response includes an acknowledgement envelope and the price list data. If the price list is not found, a 200 response is returned with a NACK acknowledgement code rather than a 404. If the price list does not have a stored timezone identifier, the tenant's default timezone is applied.
path Parameters
idThe price list ID.
Get Price List โบ Responses
List Price Areas
Returns the available market price areas, grouped by country code.
If a country code is provided, only price areas for that country are returned. If omitted, all supported countries and their price areas are returned. The returned keys are ISO 3166-1 alpha-2 country codes.
query Parameters
countryCodeThe ISO 3166-1 alpha-2 country code to filter by. If omitted, all countries are returned.
List Price Areas โบ Responses
Success
List Price Lists
Returns all price lists available for the tenant.
Each item in the response includes the price list ID, description, visibility status, tags, timezone identifier, and last-updated timestamp. Price list entries are not included, use GET /v2/product/pricelist/{id} to retrieve the full price list with entries.
List Price Lists โบ Responses
Success

