chick_fil_a_menu_item
Retrieve a Chick-fil-A menu item by ID or slug, resolving its taxonomy term IDs to names for menu sections, item types, item groups, and nutrition tables.
Instructions
Get one Chick-fil-A menu item. Returns one Chick-fil-A menu item, selected by either its numeric id or its slug (supply exactly one of the two -- passing both is rejected). Unlike the listing endpoint, this resolves the item's taxonomy term ids to names, so menu_sections, item_types, item_groups and nutrition_tables each come back as {id, name, slug} triples rather than bare ids. Term resolution is best-effort: if the taxonomy lookups fail the item is still returned with ids and empty names rather than failing the whole call. This item detail carries no price and no nutrition values -- Chick-fil-A does not publish either through this source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric WordPress post id. Supply either id or slug, not both. | |
| slug | No | Item slug, e.g. from a listing response. Supply either id or slug, not both. |