Jack in the Box · Example Payload

Jack In The Box Restaurant Menu Item Example

Example Jack in the Box restaurant menu item data

Quick-Service RestaurantFast FoodRestaurantsDigital OrderingLoyaltyFranchiseMobile AppDelivery

Jack In The Box Restaurant Menu Item Example is an example object payload from Jack in the Box, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionmenuItem

Example Payload

jack-in-the-box-restaurant-menu-item-example.json Raw ↑
{
  "description": "Example Jack in the Box restaurant menu item data",
  "menuItem": {
    "itemId": "JIB-ITEM-001",
    "name": "Jumbo Jack",
    "category": "Burgers",
    "description": "Jack in the Box's signature large hamburger: 100% beef patty topped with lettuce, tomato, pickles, onion, ketchup, and real mayonnaise on a sesame-seed bun.",
    "price": 4.99,
    "currency": "USD",
    "calories": 590,
    "protein": 24,
    "fat": 32,
    "carbohydrates": 51,
    "sodium": 880,
    "isAvailable": true,
    "isCustomizable": true,
    "allergens": ["wheat", "egg", "soy", "sesame"],
    "imageCdnUrl": "https://www.jackinthebox.com/images/menu/jumbo-jack.jpg",
    "availableChannels": ["in-store", "mobile-app", "drive-thru", "delivery"],
    "dayparts": ["lunch", "dinner", "late-night"]
  }
}