list_promotions
List all promotions and discounts on the site with pagination. Retrieve metadata for each promotion to identify available deals.
Instructions
List all promotions/discounts of the site (metadata only). Use get_promotion for full details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Items per page (default: 20) | |
| include_guide | No | Include promotion type reference guide |