sevennow_offers
List a 7NOW store's advertised promotional campaigns with headline, body copy, legal terms, and artwork. Returns promo IDs to retrieve full promotion or combo details.
Instructions
List a 7NOW store's advertised promotional campaigns. Returns every promotional campaign a store currently advertises -- the headline, body copy, legal terms and artwork behind offers like "$6.99 Pizza" or "2/$5 Gatorade 28oz". This is campaign-level and complements the item-level views: GET /7now/deals answers "which items are discounted and why", while this answers "what is this store advertising, and on what terms". The full legal terms are available nowhere else. Each campaign points somewhere: promo_ids[] feed GET /7now/promotion (or GET /7now/combo when the campaign advertises a bundle), while a category campaign instead carries target_id, a category_id GET /7now/category accepts. 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. |