sevennow_deals
List every discounted item in a 7NOW store, including promotion details, promotional prices, and run dates. Get a store-wide availability summary without browsing categories.
Instructions
List every discounted item in one 7NOW store. Returns every currently discounted item in a store, paginated, each with the promotion driving the discount -- its id, shopper-facing description ("2 for $4", "On Sale $7"), promotional price where the offer has a single-unit one, and run dates. A busy store carries several hundred; the response also reports a store-wide availability summary across all of them before paging. This is the store-wide offers listing: the per-category browse endpoints surface promotions only for the items they happen to return, and pulling them all otherwise means walking the entire catalog. Pass a promos[].id to GET /7now/promotion to see every item that same promotion covers. store_id comes from GET /7now/stores; lat and lon are accepted but inert (store_id alone selects the store).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Accepted but inert -- store_id alone selects the store; responses are byte-identical with any value or none. Forwarded upstream for fidelity with 7now.com's own client. | |
| lon | No | Accepted but inert -- see lat. | |
| skip | No | Pagination offset. Defaults to 0. | |
| limit | No | Max items returned, 1-100. Defaults to 20. | |
| store_id | Yes | 7NOW store id, from GET /7now/stores. |