Product Price List

Some product items have sub-items OR a price list that describes the available items for purchase. This section describes how a product's price list can be obtained.

Get Price List

To retrieve the price list, pass the main product code as a query parameter.

GET https://sandbox.ellypayapp.com/merchant/products/price-list?product_code={code}

This section applies to products returned from the list above whose value for has_price_list is a boolean true.

Query Parameters

Parameter

Type

Description

Required

product_code

string

The code of the main product (whose price list is required) as obtained from the list above

YES

We strongly advise that price list items are not stored in a database but always queried from the API. In the event you opt to store them in the local database, ensure that your refresh regularly.

Last updated