v1

latestOpenAPI 3.0.1Apache 2.02026-07-26193304444.4 KB
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.

Response