dominos_menu
Retrieve a Domino's store's full menu as structured JSON, with categories, items, and variant prices. Use a store ID from the store locator to get complete menu details.
Instructions
Get one Domino's store's full structured menu. Returns one Domino's US store's full menu, normalized into a flat list of categories (each with a stable code/name path, e.g. "Pizza > Specialty Pizzas") and their items. Each item carries its code, name, description, and product type, plus every purchasable variant (size/style) with its own code, name, and price. Store ids come from GET /dominos/store-locator. An unknown store id returns 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | Domino's store id, from /dominos/store-locator |