sevennow_catalog
Retrieve a specific 7NOW store's live product catalog with real-time pricing, promotions, UPCs, images, and inventory counts. Use store_id to get store-scoped item listings and category data.
Instructions
Get one 7NOW store's live product catalog. Returns one 7NOW store's browsable category list, a paginated item listing per catalog section (each with real per-item pricing, active promotions, calories, UPC and image), and a live active/out-of-stock inventory count for that store. store_id comes from GET /7now/stores; lat and lon are accepted but inert (store_id alone selects the store). The catalog is genuinely store-scoped, not a national price list. skip/limit page every item section uniformly (limit is capped at 50, defaults to 20).
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, applied uniformly to every catalog section. Defaults to 0. | |
| limit | No | Max items returned per catalog section, 1-50. Defaults to 20. | |
| store_id | Yes | 7NOW store id, from GET /7now/stores. |