Webshop Promotions
A promotion is a special deal or discount designed to convince people to order products.
Accept header for requests to Webshop Promotions
application/vnd.procurios.webshop+json; version=1
Read BOGO promotions GET
Scope:
webshop2/promotion/readRead multiple "Buy one/get one" promotions
Parameters
Parameter | Type | Description |
---|---|---|
page | int | The api will provide 100 results per page by default |
ids | array of uuid | Ids of bogo promotions to search for |
Read product set promotions GET
Scope:
webshop2/promotion/readRead multiple "Buy these together for a fixed price" promotions
Parameters
Parameter | Type | Description |
---|---|---|
page | int | The api will provide 100 results per page by default |
ids | array of uuid | Ids of productset promotions to search for |
Read discount promotions GET
Scope:
webshop2/promotion/readRead multiple "This product is temporarily discounted" promotions
Parameters
Parameter | Type | Description |
---|---|---|
page | int | The api will provide 100 results per page by default |
ids | array of int | Ids of productset promotions to search for |