get_flash_deals
Fetch today's Mega Flash Deal products with name, weight, MRP, selling price, discount percentage, and stock status. Supports pagination and in-stock filtering.
Instructions
Fetch today's Mega Flash Deal products — items that are free or heavily discounted for the day. Returns paginated products with name, weight, MRP, selling price, discount %, and stock status. Requires authentication. Uses listId '157975' by default (the flash deals collection). IMPORTANT: To add any product from this list to the cart, always use add_flash_deal_to_cart — never use add_to_cart for flash deal items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Number of products per page (default: 15, max: 50) | |
| listId | No | Flash deals collection ID (default: '157975') | 157975 |
| showInStockOnly | No | If true, only return in-stock products (default: false) |