papajohns_menu_item
Retrieve a single Papa John's menu item with its price, available sizes, crusts, and preparation options. Pass a store ID to get that restaurant's pricing; omit it for the national default price.
Instructions
Get one Papa John's menu item with its options. Returns one Papa John's US or Canada menu SKU with that restaurant's price for it, together with the full customization axes of the product group it belongs to: every size and crust the product is sold in, and every preparation instruction with its choices and default. The response also names the category and section the item sits under. Pass a store_id so the price is that restaurant's; omitting it returns the national default price. SKUs come from GET /papajohns/menu.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | Product sku from GET /papajohns/menu | |
| store_id | No | Restaurant id from GET /papajohns/store or GET /papajohns/nearby. Omit for the national default price. |