kfc_menu
Retrieve a KFC restaurant's full menu grouped by categories, with product types and USD prices. Provide store number and channel for accurate pricing.
Instructions
Get one KFC restaurant's full priced menu. Returns one restaurant's full menu grouped into categories (e.g. "Deals", "Combos", "Tenders"). Every entry is a product, a bundle (a combo or family meal), or a standalone priced variant -- type tells callers which -- and carries a price in USD cents plus a decimal dollar value, and an image when the upstream publishes one. Prices reflect this specific restaurant and order channel, not a national default. channel selects which order channel the menu is priced for (web ordering by default); prices can genuinely differ by channel (e.g. a delivery-marketplace channel vs. web).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | Order channel the menu is priced for (default WEB) | |
| store_number | Yes | KFC's alphanumeric store number, from /kfc/stores or /kfc/nearby |