sevennow_combos
List all bundle deals (combo-builder products) offered by a 7NOW store. Retrieve every combo promotion ID for a given store_id to enable further lookup of pick-from groups or eligible items via the /7now/combo or /7now/promotion endpoints.
Instructions
List a 7NOW store's bundle deals. Lists every bundle deal a store offers -- 7NOW's combo-builder products, where a fixed price buys one item from each of several groups (e.g. "$6.99 Pizza", "Bone In Wing Combo"). GET /7now/search surfaces a combo only when a query happens to match one, so this is the only way to enumerate a store's bundles. Each entry carries the promotion id behind it: pass it to GET /7now/combo for the actual pick-from groups, or to GET /7now/promotion for a flat list of every eligible item. 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. | |
| store_id | Yes | 7NOW store id, from GET /7now/stores. |