Product Choice List

Some product items have choice lists that support their purchase. This section describes how a product's choice list can be obtained.

Get Choice List

To retrieve the choice list, pass the choice list ID as a query parameter. Currently, only NWSC has a defined choice list and it's ID is NWSC.Area. Whenever more choice list IDs are created, the document will be updated accordingly

GET https://sandbox.ellypayapp.com/merchant/products/choice-list?list_id={listId}

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

Query Parameters

Parameter

Type

Description

Required

list_id

string

The ID of the choice list. Only one list ID is supported at the moment; NWSC.Area

YES

Supported Choice Lists

List ID

Description

NWSC.Area

Returns the list of the different NWSC areas

Last updated