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
URL: /l/webshop2_api/webshops/1/bogo
Scope:
Last used: Never
Read multiple "Buy one/get one" promotions
Parameters
Parameter | Type | Description |
---|---|---|
page | int | The api will provide 100 results per page |
ids | array of uuid | Ids of bogo promotions to search for |
Read product set promotions GET
URL: /l/webshop2_api/webshops/1/productSet
Scope:
Last used: Never
Read multiple "Buy these together for a fixed price" promotions
Parameters
Parameter | Type | Description |
---|---|---|
page | int | The api will provide 100 results per page |
ids | array of uuid | Ids of productset promotions to search for |
Read discount promotions GET
URL: /l/webshop2_api/webshops/1/promotion
Scope:
Last used: Never
Read multiple "This product is temporarily discounted" promotions
Parameters
Parameter | Type | Description |
---|---|---|
page | int | The api will provide 100 results per page |
ids | array of int | Ids of productset promotions to search for |