sevennow_combo
Retrieve an entire 7NOW bundle deal structure: pick-from groups, eligible items with live pricing and availability, plus headline and terms. Provide promo_id and store_id to get clean JSON details.
Instructions
Get one 7NOW bundle deal's pick-from groups. Expands one bundle deal into its structure: each pick-from group's name, how many items the shopper picks from it, and every eligible item with live pricing and availability -- e.g. the "$6.99 Pizza" bundle returns one group, "Eligible Whole Pizzas", holding six priced pizzas. Also returns the bundle's shopper-facing headline and full legal terms. promo_id comes from GET /7now/combos' combos[].promo_id, and store_id from GET /7now/stores. The upstream also accepts a plain item-discount promotion id but answers one with unnamed groups -- for those, GET /7now/promotion's flat item list is the right endpoint. An unknown promo_id returns 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| promo_id | Yes | Promotion id, from GET /7now/combos' combos[].promo_id. | |
| store_id | Yes | 7NOW store id, from GET /7now/stores. |