arbys_menu
Fetch one Arby's menu category's items with full nutrition facts and prices via category slug and optional store ID.
Instructions
List one Arby's menu category's items with full nutrition and price. Returns the items in one Arby's menu category, each with its stable product code, name, description, image, tags, availability, a full per-serving nutrition panel (calories, total and saturated fat, trans fat, cholesterol, sodium, carbohydrate, fiber, sugar, protein and serving weight), and a price when store_id resolves to a priced catalog. Category slugs come from GET /arbys/categories. store_id (optional, default 0) is Arby's own priceless national reference catalog; pass a store_id you already know to get that store's pricing instead -- there is no location-lookup endpoint in this family, so store_id is a passthrough value, not something this API can look up for you. A price of exactly 0 on an item is a genuine free add-on, distinct from the default catalog's complete absence of pricing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Category slug from /arbys/categories | |
| store_id | No | Optional. Same store id semantics as /arbys/categories. |