popeyes_menu
Retrieve a specific Popeyes restaurant's menu with real per-store pricing and nutrition/allergen data. Returns category-grouped items, combos, and bundles for the given store ID.
Instructions
Get one Popeyes restaurant's menu with real per-store pricing. Returns one restaurant's menu grouped into categories (e.g. "Big Box", "Chicken Wraps"). Every entry is an item, a combo, a picker (a variant-choice product such as "choose your side") or a bundle, and carries a price reflecting this specific restaurant when Popeyes reports one for that exact entry -- a missing price does not mean the item is free, it means this restaurant's pricing call did not cover that entry. Some menu entries are published directly at the top level outside any named section; these are grouped into a synthetic "Featured" category (featured true). Entries of type ITEM also carry published nutrition facts and allergen data when Popeyes reports them for that item; COMBO/PICKER/BUNDLE entries do not carry their own nutrition/allergen data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | Restaurant market: `US` (default) or `CA` | |
| store_id | Yes | Popeyes' numeric store id, from /popeyes/locations |