List current promotions
list_promotionsList what is discounted at SoundCreation right now, biggest reduction first. Each result carries price (current) and price_old (before the discount). Use this rather than searching product by product when the customer asks what is on offer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Default discount (biggest reduction first). | |
| brand | No | Restrict by brand name, partial match. | |
| limit | No | Max results (default 20). | |
| offset | No | ||
| category | No | Restrict by category name, partial match. | |
| in_stock | No | true = only items in stock now. | |
| language | No | Locale for text + pricing (ro=RON, hu=HUF, de/en=EUR). Default ro. | |
| max_price | No | Highest acceptable price, response currency. | |
| min_price | No | Lowest acceptable price, response currency. | |
| category_id | No | Restrict to one category id. |