wendys_store_menu
Retrieve a specific Wendy's store's full menu with real local pricing and store-specific promotions using only its store ID, bypassing generic national listings.
Instructions
Get one Wendy's restaurant's full priced/offered menu. Returns one restaurant's own priced, offered item list -- real local pricing (including full combo bundle prices, which GET /wendys/item deliberately does not compute, since a combo's own price varies by what's chosen in each slot) and any store-specific promotional items, rather than Wendy's own generic/average national-menu listing (GET /wendys/menu, /wendys/item). Found via static analysis of Wendy's official Android app and confirmed credential-free: a cold, cookie-less request with just a store id returns real data, no session or account required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | Numeric store id, e.g. from /wendys/nearby's stores[].store_id or /wendys/restaurant's store_id |