Promotions
Get products for a promotion
Get a list of products applicable for this promotion, and their discount price.
It takes in page_size, offset and name (use for searching product by product name) as query parameters.
The endpoint returns:
- a list of products with discount for the condition product set, and
- another list for the action product sets.
🔒 Requires: promotions:read products:read scopes
get/promotions/{promotion_id}/products
Path parameters
promotion_idinteger required
The promotion id
Query parameters
page_sizeinteger
offsetinteger
namestring
Filter products by product name.