Operation Definitions
The topics below define the operations required for creating and updating an online menu.
All requests to the Menu Engine API must include an integrator token with the company_id and site_id values in the header. For more information, see Authentication.
Endpoints
PUT /api/v1/menu?timestamp={timestamp}
Summary
The Create Menu operation requests a menu for a specific site_id at a specific time. Our system returns a menu identifier and begins calculating prices.
Send a PUT request to /api/v1/menu?timestamp={timestamp} to request a menu. The site identifier included in the header identifies the location for which our system generates the menu.
Request Parameters
In | Field Name | Type | Required | Description |
|---|---|---|---|---|
query |
| string | No | The date and time for which the menu should be valid. If not specified, the current server date and time will be used. Example:
|
header |
| string | Yes |
|
header |
| string | Yes | The integrator token created previously |
header |
| string | Yes | The unique identifier for the company provided by us |
header |
| string | Yes | The site identifier of the location for the menu |
body |
| No | The JSON formatted request |
Responses
Code | Description | Schema |
|---|---|---|
200 | Menu response |
GET /api/v1/menu-status/{mcid}
Summary
The Menu Status operation returns the menu generation status for the specified menu identifier. The status value in the response changes from pending to available when our system has finished generating the menu.
Request Parameters
In | Field Name | Type | Required | Description |
|---|---|---|---|---|
path |
| string | Yes | The unique menu identifier of the menu. |
header |
| string | Yes |
|
header |
| string | Yes | The integrator token created previously |
header |
| string | Yes | The unique identifier (UID) for the company provided by us |
header |
| string | Yes | The site identifier of the location for the menu |
Responses
Code | Description | Schema |
|---|---|---|
200 | Available Response | |
200 | Pending Response | |
200 | Failed Response NoteContact our support team to troubleshoot the issue if the Menu Engine API returns this response. |
GET /api/v1/menu/{mcid}
Summary
The Menu operation returns the complete menu associated with the specified menu identifier. The menu is returned as a JSON object and includes all products and prices valid at the site and time submitted with the calculate request.
Request Parameters
In | Field Name | Type | Required | Description |
|---|---|---|---|---|
path |
| string | Yes | The unique identifier (UID) of the menu being retrieved |
header |
| string | Yes |
|
header |
| string | Yes | The integrator token created previously |
header |
| string | Yes | The UID for the company provided by us |
header |
| string | Yes | The site identifier of the location for this menu |
Responses
Code | Description | Schema |
|---|---|---|
200 | Menu Object Success | |
200 | Menu Error Response |
GET /api/v1/ordering-integration-data/{mcid}
Summary
The Ordering Integration Data operation returns a list of discounts, discount calculations, evaluation criteria for discounts, and how to apply the criteria to the discounts.
Request Parameters
In | Field Name | Type | Required | Description |
|---|---|---|---|---|
path |
| string | Yes | The unique identifier (UID) of the menu |
header |
| string | Yes |
|
header |
| string | Yes | The integrator token created previously |
header |
| string | Yes | The UID for the company provided by us |
header |
| string | Yes | The site identifier of the location for this menu |
Response
Code | Description | Schema |
|---|---|---|
200 | Available Response | |
200 | Pending Response | |
200 | Failed Response NoteContact our support team to troubleshoot the issue if the Menu Engine API returns this response. |
Data Models
CreateMenuRequestBody
Field Name | Type | Description |
|---|---|---|
| string |
|
| string |
There are two types of menus that the Menu Engine generates. The Menu type is a regular menu with the pricing on products for the period of time when it was requested. The Pricing menu contains extended pricing data for various conditions such as time periods. |
| array | The purpose of this field is to specify which properties existing in Data Management can be excluded from the Menu Engine menu output in order to decrease its size depending on the business needs of a specific integrator. Any parent property will be excluded along with their child properties. |
| boolean |
It includes inactive or not mapped to the current site products and modifiers. |
| boolean |
When this flag is true, the Menu Engine creates its menus and does not allow different size variations to be created as options of the parent. |
| boolean | A boolean that determines whether the menu creates menu categories in-line as a hierarchical structure or as references when they are referenced by bundle components. Integrators that do not support bundle components populated by menu categories within their menu structure should set this value to It allows integrators to specify whether referenced menu categories in bundle components should be created in-line or as references upon the Menu Creation flow in the Menu Engine. |
| boolean | By default, the Menu Engine stores product images data without its parent entity called Image Set. This flag allows the Menu Engine to generate menus with Image Set data included. If the flag is absent, it will be treated as |
| array |
It is used to create time period based menus along with the |
| boolean | When set to |
| boolean | This parameter defines whether the default choices for bundle components of bundled items should be included in the Menu Engine menu output |
| boolean | This parameter defines whether time period menus should be created. It is used along with the |
| boolean | This parameter defines the product price when there is a time period outside of the store working hours configured. The default value is If |
| boolean | This parameter configures an item to have the price shifted to the parent level while its child-item choices price is adjusted based on the parent price |
| boolean | This parameter disables all conversions to any variations at the WarningThis flag is similar to the |
| string | This string specifies the available variant types that you can convert to. For instance, if you want to show only child items that are of The Menu Engine will then generate a menu that shows conversions to the meal |
| array | ["10"] - A list of order source identifiers at which the products and menus are restricted |
| array [string] | The list of price points |
| object | The price adjustment used to calculate the quantity prices |
| boolean | The flag indicating if the events should be processed |
| string | The unique identifier (UID) of the event |
| boolean | The flag indicating if the alternate menu name should be used. If not set, the base menu name is used. |
| string | If the destination ID is set, then the destination is loaded |
| boolean | The flag indicating if the ordering data is generated during the menu creation |
| boolean | The flag indicating if the menu creation should ignore the cache before creating a menu |
| boolean | The flag indicating if the menu should include the translation |
CreateMenuResponseBody
Field Name | Type | Description |
|---|---|---|
| string | The unique identifier (UID) of the menu |
| string | The timestamp provided on the menu request. Example: |
| string | The current status of the menu after the request |
| string | The build version of the Menu Engine when the request was performed |
StatusAvailableResponseBody
Field Name | Type | Description |
|---|---|---|
| string | The unique identifier (UID) of the company |
| string | The UID of the site |
| string | The service name configured in Data Management |
| boolean | The flag indicating if the product availability notification is set for this company |
| string | The current menu status |
| string | The store number from the site |
| string | The GET /menu endpoint URL to request the menu JSON file |
| string | The menu hash |
| object | The structure holding the ordering integration data |
| string | The GET /ordering integration data URL related to the menu |
| string | The UID of the menu |
| number | The menu JSON file size in kilobytes (kb) |
| array [string] | the list of order source identifiers (IDs) |
| string | The source name of the menu trigger |
| string | The timestamp provided on the menu request. Example: |
| object | The structure holding the menu description |
| string | The entity ID of the menu in Data Management |
| string | The menu name in Data Management |
| array [string] | The list of entity IDs from the time periods of the menu |
| array [string] | The list of properties that were excluded during the menu creation |
StatusPendingResponseBody
Field Name | Type | Description |
|---|---|---|
| string | The unique identifier (UID) of the menu |
| string | The timestamp provided on the menu request. Example: |
| string | Example: |
| string | The UID of the company |
| string | The UID of the site |
| string | The menu type. Example: Site |
| string | The current menu status |
| string | Example: |
StatusFailedResponseBody
Field Name | Type | Description |
|---|---|---|
| string | The unique identifier (UID) of the company |
| string | The UID of the menu |
| string | The UID of the site |
| string | Example: |
| string | The timestamp provided on the menu request. Example: |
| string | The current menu status |
MenuObjectSuccessResponseBody
Field Name | Type | Required | Description |
|---|---|---|---|
| string | No | The service name. If provided in the create menu request, it is included. |
| array [string] | No | The properties that were excluded when menu was generated. If provided in the create menu request, it is included. |
| boolean | No | The flag to enable stockout notifications. If provided in the create menu request, it is included. |
| string | No | The URL used to send stockout notifications. If provided in the create menu request, it is included. |
| string | No | The action or service that caused the menu to be triggered. If provided in the create menu request, it is included. |
| array [string] | No | The list of order source identifiers (IDs). If provided in the create menu request, it is included. |
| string | Yes | The unique identifier (UID) of the company |
| string | Yes | The UID of the site |
| string | Yes | The Menu Engine version |
| string | Yes | The server timestamp when the menu was generated. Example: |
| string | Yes | The menu generation timestamp. Example: 20YY-00-00T00:00:00.000Z |
| string | Yes | The type of the menu (Site Menu or Price Menu) |
| string | Yes | The UID of the menu creation |
| array [Site Menu or Price Menu] | Yes | A list of menu properties |
| No | A list of donations. Included if there is donation data for the given effective date configured in Data Management. | |
| string | Yes | The store number from the site |
| array | No | The list of price points. The price points are included if one of these two conditions are met:
|
MenuErrorResponseBody
Field Name | Type | Description |
|---|---|---|
| string | Example: |
| string | Example: |
| object | The object for the request parameters including |
| string |
|
| string | Example: |
Site Menu Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The menu name |
| string | Yes | The unique identifier (UID) of the menu |
| Yes | A list of menu categories | |
| No | A list of modifier collections. This field is included if there is a modifier collection associated with the menu for the given effective date configured in Data Management. | |
| No | A list of availability hours. This field is included if there are store hours with the effective date as the menu timestamp available in Data Management. | |
| No | A list of menu categories referenced in the bundle components. This field is included if there are referenced categories for the menu configured in Data Management. | |
| No | A list of time periods. If the request body includes the field | |
| No | A list of exception days. If there are store hours with store hours configuration with the | |
| string | No | The UID of the event. If the request body includes the field |
Donation Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The donation name |
| string | Yes | The unique identifier (UID) of a donation |
| No | A list of the donation amounts. If the donation includes | |
| No | The donation translations |
Donation Amount Array
Field Name | Type | Required | Description |
|---|---|---|---|
| number | Yes | The donation amount |
| string | Yes | The donation type |
Category Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The menu category name |
| string | Yes | The unique identifier (UID) of the category |
| string | No | The category long description |
| string | No | The category short description |
| string | No | The category display option |
| No | A list of category translations | |
| No | A list of category images | |
| array | No | A list of subcategories |
| No | A list of category groups |
Category Group Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The menu category group name |
| string | Yes | The unique identifier (UID) of the category group |
| No | The list of products | |
| string | No | The category group description |
| No | The structure including the translation for the category |
Product Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The product name |
| string | Yes | The unique identifier (UID) of the product |
| string | Yes | The product ID |
| string | No | The product's alternate name |
| No | A list of the nutritional data of the product | |
| string | No | The product caption |
| string | No | The product's short description |
| number | Yes | The product price |
| No | A list of the images of the product | |
| string | No | The display type of the product image in the menu |
| boolean | No | A flag indicating that the product is not available by order source or it is not available in Data Management. This flag is set based on the restricted/allowed order source ID relationship with the product. |
| object | No | The increment values for the quantity of the product |
| number | No | The increment numerator of the quantity of the product. This field is always included when the object is set. |
| number | No | The increment denominator of the quantity of the product. This field is always included when the object is set. |
| No | The list of tags of the product | |
| boolean | No | A flag indicating that the product is out of stock. This flag is set based on the product availability. |
| object | No | The product voice commands |
| string | No | The voice commands' name. This field is always included when the object is set. |
| string | No | The voice commands' synonyms |
| string | No | The voice commands' description |
| array [string] | No | A list of the alternate codes of the product |
| boolean | Yes | A flag indicating that the product is active for the site |
| array [string] | No | A list of the external IDs of the product |
| No | A list of the allergens of the product | |
| No | A list of the language translations of the product | |
| string | No | A list of products |
| string | No | The ID of a modifier collection applicable to the current product |
| array [string] | No | The ID of default modifiers for the current product |
| array [string] | No | The ID of plain modifiers for the current product |
| No | A list of the options of the product | |
| boolean | No | A flag indicating that this product has the quantity based prices |
| No | A list of the quantity based price of the product. If the modifier is configured with quantity based pricing, the array contains the values and the | |
| No | A list of the quantified default modifiers of the product |
Bundle Product Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The product name |
| string | Yes | The unique identifier (UID) of the product |
| string | Yes | The product ID |
| string | No | The product's alternate name |
| No | A list of the nutritional data of the product | |
| string | No | The product caption |
| string | No | The product's short description |
| number | Yes | The product price |
| No | A list of the images of the product | |
| string | No | The display type of the product image in the menu |
| boolean | No | A flag indicating that the product is not available by order source or it is not available in Data Management. This flag is set based on the restricted/allowed order source ID relationship with the product. |
| object | No | The increment values for the quantity of the product |
| number | No | The increment numerator of the quantity of the product. This field is always included when the object is set. |
| number | No | The increment denominator of the quantity of the product. This field is always included when the object is set. |
| No | The list of tags of the product | |
| boolean | No | A flag indicating that the product is out of stock. This flag is set based on the product availability. |
| object | No | The product voice commands |
| string | No | The voice commands' name. This field is always included when the object is set. |
| string | No | The voice commands' synonyms |
| string | No | The voice commands' description |
| array [string] | No | A list of the alternate codes of the product |
| boolean | Yes | A flag indicating that the product is active for the site |
| array [string] | No | A list of the external IDs of the product |
| No | A list of the allergens of the product | |
| No | A list of the language translations of the product | |
| string | No | A list of products |
| string | No | The ID of a modifier collection applicable to the current product |
| array [string] | No | The ID of default modifiers for the current product |
| array [string] | No | The ID of plain modifiers for the current product |
| No | A list of the options of the product | |
| boolean | No | A flag indicating that this product has the quantity based prices |
| No | A list of the quantity based price of the product. If the modifier is configured with quantity based pricing, the array contains the values and the | |
| No | A list of the quantified default modifiers of the product | |
| boolean | Yes | A flag indicating that this is a bundle. This field is always included when the product is a bundle product or component. |
| No | A list of bundle components. This field is always included when the product is a bundle product or component. |
Bundle Component Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The bundle component name |
| number | Yes | The minimum number of products that need to be added to an order for a bundle |
| number | Yes | The maximum number of products that need to be added to an order for a bundle |
| number | Yes | The bundle's default quantity |
| string | Yes | The unique identifier (UID) of the bundle component |
| string | No | The bundle component's offer question |
| boolean | Yes | A flag indicating if this component is associated with an item |
| No | A list of the language translations of the bundle component | |
| boolean | No | A flag indicating if this component is the main item |
| Yes | A list of the bundle component products | |
| string | Yes | The selection type of the bundle component. This field always includes one of the following values: |
| string | No | The UID of the menu category from the bundle component |
Nutrition Data Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The nutrition data item name |
| string | Yes | The nutrition data unit |
| integer | Yes | The nutrition data value |
Image Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The image set entity identifier (ID) |
| string | No | The unique ID (UID) of the image set. If the flag |
| string | Yes | The image tag |
| string | No | The image URL. If the image is a menu image and it has the |
| string | No | The image external URL. If the image is a menu image and it has the |
Tag Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The tag name |
| string | No | The tag external identifier (ID) |
| string | No | The tag ID |
Allergen Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The unique identifier (UID) of the allergen |
| string | Yes | The allergen name |
| string | No | The allergen external ID |
| string | Yes | The allergen value |
Product Option Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The product name |
| string | Yes | The unique identifier (UID) of the product |
| string | Yes | The product ID |
| string | No | The product's alternate name |
| No | A list of the nutritional data of the product | |
| string | No | The product caption |
| string | No | The product's short description |
| number | Yes | The product price |
| No | A list of the images of the product | |
| string | No | The display type of the product image in the menu |
| boolean | No | A flag indicating that the product is not available by order source or it is not available in Data Management. This flag is set based on the restricted/allowed order source ID relationship with the product. |
| object | No | The increment values for the quantity of the product |
| number | No | The increment numerator of the quantity of the product. This field is always included when the object is set. |
| number | No | The increment denominator of the quantity of the product. This field is always included when the object is set. |
| No | The list of tags of the product | |
| boolean | No | A flag indicating that the product is out of stock. This flag is set based on the product availability. |
| object | No | The product voice commands |
| string | No | The voice commands' name. This field is always included when the object is set. |
| string | No | The voice commands' synonyms |
| string | No | The voice commands' description |
| array [string] | No | A list of the alternate codes of the product |
| boolean | Yes | A flag indicating that the product is active for the site |
| array [string] | No | A list of the external IDs of the product |
| No | A list of the allergens of the product | |
| No | A list of the language translations of the product | |
| string | No | A list of products |
| string | No | The ID of a modifier collection applicable to the current product |
| array [string] | No | The ID of default modifiers for the current product |
| array [string] | No | The ID of plain modifiers for the current product |
| No | A list of the options of the product | |
| boolean | No | A flag indicating that this product has the quantity based prices |
| No | A list of the quantity based price of the product. If the modifier is configured with quantity based pricing, the array contains the values and the | |
| No | A list of the quantified default modifiers of the product | |
| string | Yes | The unique identifier (UID) of the variant |
| string | Yes | The variant name |
| string | Yes | The variant type |
| number | No | The product option sort order |
| boolean | No | A flag indicating if only one product can be the default variant. This field is included only if the product can be the default variant. |
| boolean | No | A flag indicating if this is the default option for the product. This field is included if the product flag |
Translation Language Object
Field Name | Type | Required | Description |
|---|---|---|---|
{language_code} | Yes | A list of language translations of the field. This field is always included with at least one item. |
Translation Object
Field Name | Type | Required | Description |
|---|---|---|---|
{field_name} | string | Yes | The field name that has the translation. Example: |
Quantity Based Price Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | No | The unique identifier (UID) of the quantity based price group. This field is included if the |
| integer | Yes | This price could be applied if the quantity of a product is more or equal to the |
| integer | Yes | This price could be applied if the quantity of a product is less or equal to the |
| string | No | The quantity based price type. This field is included if the |
| number | Yes | The unit price |
Modifier Collection Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The modifier collection name |
| string | Yes | The unique identifier (UID) of the modifier collection |
| Yes | A list of groups of the modifier collection. This field is always included with at least one value. | |
| No | A list of modifiers | |
| No | The category display option. This field is included if there are modifier builds. | |
| No | A list of modifier categories of the modifier collection. If the modifier collection has enabled modifier categories, then this field is included. | |
| No | A list of the language translations of the product |
Modifier Group Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The product name |
| string | Yes | The unique identifier (UID) of the product |
| string | Yes | The product ID |
| string | No | The product's alternate name |
| No | A list of the nutritional data of the product | |
| string | No | The product caption |
| string | No | The product's short description |
| number | Yes | The product price |
| No | A list of the images of the product | |
| string | No | The display type of the product image in the menu |
| boolean | No | A flag indicating that the product is not available by order source or it is not available in Data Management. This flag is set based on the restricted/allowed order source ID relationship with the product. |
| object | No | The increment values for the quantity of the product |
| number | No | The increment numerator of the quantity of the product. This field is always included when the object is set. |
| number | No | The increment denominator of the quantity of the product. This field is always included when the object is set. |
| No | The list of tags of the product | |
| boolean | No | A flag indicating that the product is out of stock. This flag is set based on the product availability. |
| object | No | The product voice commands |
| string | No | The voice commands' name. This field is always included when the object is set. |
| string | No | The voice commands' synonyms |
| string | No | The voice commands' description |
| array [string] | No | A list of the alternate codes of the product |
| boolean | Yes | A flag indicating that the product is active for the site |
| array [string] | No | A list of the external IDs of the product |
| No | A list of the allergens of the product | |
| No | A list of the language translations of the product | |
| string | No | A list of products |
| string | No | The ID of a modifier collection applicable to the current product |
| array [string] | No | The ID of default modifiers for the current product |
| array [string] | No | The ID of plain modifiers for the current product |
| No | A list of the options of the product | |
| boolean | No | A flag indicating that this product has the quantity based prices |
| No | A list of the quantity based price of the product. If the modifier is configured with quantity based pricing, the array contains the values and the | |
| No | A list of the quantified default modifiers of the product | |
| integer | Yes | The minimum number of modifiers need to be added to an order for a bundle |
| integer | Yes | The maximum number of modifiers need to be added to an order for a bundle |
| Yes | A list of modifiers of the modifier group |
Variation Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The variation product identifier (ID) |
| string | Yes | The variation product name |
| string | Yes | The variation name |
| number | Yes | The default price of the variation |
| No | A list of prices of the variant. This field is included if the variation type | |
| No | A list of the language translations of the product |
Price Array
Field Name | Type | Required | Description |
|---|---|---|---|
| number | No | The unit price of the item. If the price type is |
| string | Yes | The price type |
| array [string] | No | A list of parent product identifiers (IDs) of the item. If there are products associated with the pricing rule, then this field is included. |
| No | The list of price ranges. If the price type is |
Price Range Array
Field Name | Type | Required | Description |
|---|---|---|---|
| number | Yes | The price of each unity in the range |
| string | No | The group identifier (ID) of the price range |
| string | No | The price range type |
| number | Yes | The price range start count |
| number | No | The price range end count |
Modifier Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The product name |
| string | Yes | The unique identifier (UID) of the product |
| string | Yes | The product ID |
| string | No | The product's alternate name |
| No | A list of the nutritional data of the product | |
| string | No | The product caption |
| string | No | The product's short description |
| number | Yes | The product price |
| No | A list of the images of the product | |
| string | No | The display type of the product image in the menu |
| boolean | No | A flag indicating that the product is not available by order source or it is not available in Data Management. This flag is set based on the restricted/allowed order source ID relationship with the product. |
| object | No | The increment values for the quantity of the product |
| number | No | The increment numerator of the quantity of the product. This field is always included when the object is set. |
| number | No | The increment denominator of the quantity of the product. This field is always included when the object is set. |
| No | The list of tags of the product | |
| boolean | No | A flag indicating that the product is out of stock. This flag is set based on the product availability. |
| object | No | The product voice commands |
| string | No | The voice commands' name. This field is always included when the object is set. |
| string | No | The voice commands' synonyms |
| string | No | The voice commands' description |
| array [string] | No | A list of the alternate codes of the product |
| boolean | Yes | A flag indicating that the product is active for the site |
| array [string] | No | A list of the external IDs of the product |
| No | A list of the allergens of the product | |
| No | A list of the language translations of the product | |
| string | No | A list of products |
| string | No | The ID of a modifier collection applicable to the current product |
| array [string] | No | The ID of default modifiers for the current product |
| array [string] | No | The ID of plain modifiers for the current product |
| No | A list of the options of the product | |
| boolean | No | A flag indicating that this product has the quantity based prices |
| No | A list of the quantity based price of the product. If the modifier is configured with quantity based pricing, the array contains the values and the | |
| No | A list of the quantified default modifiers of the product | |
| string | Yes | The modifier type |
| number | No | The default unit price of the modifier. If the modifier is set to products where pricing rules do not apply or if the Not Child Pricing rule is set, then this field is included. |
| object | No | This field defines a rule for the quantity's primary increment |
| integer | No | The primary increment rule numerator. If the |
| integer | No | The primary increment rule denominator. If the |
| No | A list of the modifier prices. If the modifier has pricing rules, then this field is included. | |
| No | A list of the modifier variations. If the modifier has modifier variations, then this field is included. |
Modifier Variation Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The product name |
| string | Yes | The unique identifier (UID) of the product |
| string | Yes | The product ID |
| string | No | The product's alternate name |
| No | A list of the nutritional data of the product | |
| string | No | The product caption |
| string | No | The product's short description |
| number | Yes | The product price |
| No | A list of the images of the product | |
| string | No | The display type of the product image in the menu |
| boolean | No | A flag indicating that the product is not available by order source or it is not available in Data Management. This flag is set based on the restricted/allowed order source ID relationship with the product. |
| object | No | The increment values for the quantity of the product |
| number | No | The increment numerator of the quantity of the product. This field is always included when the object is set. |
| number | No | The increment denominator of the quantity of the product. This field is always included when the object is set. |
| No | The list of tags of the product | |
| boolean | No | A flag indicating that the product is out of stock. This flag is set based on the product availability. |
| object | No | The product voice commands |
| string | No | The voice commands' name. This field is always included when the object is set. |
| string | No | The voice commands' synonyms |
| string | No | The voice commands' description |
| array [string] | No | A list of the alternate codes of the product |
| boolean | Yes | A flag indicating that the product is active for the site |
| array [string] | No | A list of the external IDs of the product |
| No | A list of the allergens of the product | |
| No | A list of the language translations of the product | |
| string | No | A list of products |
| string | No | The ID of a modifier collection applicable to the current product |
| array [string] | No | The ID of default modifiers for the current product |
| array [string] | No | The ID of plain modifiers for the current product |
| No | A list of the options of the product | |
| boolean | No | A flag indicating that this product has the quantity based prices |
| No | A list of the quantity based price of the product. If the modifier is configured with quantity based pricing, the array contains the values and the | |
| No | A list of the quantified default modifiers of the product | |
| string | Yes | The variation name of the modifier variation |
| number | No | The sort order of the modifier variation |
| number | Yes | The default unit price of the modifier variation |
Modifier Build Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The modifier build name |
| string | Yes | The unique identifier (UID) of the modifier build |
| string | Yes | The modifier build type |
| boolean | Yes | A flag that defines if the modifier build is the default build |
| string | No | The modifier build preparation instructions |
| string | No | The modifier build external ID |
| Yes | A list of quantifiable modifier builds. This field is always included with at least one modifier. | |
| number | No | The unit price of the modifier build. If |
| No | A list of modifier build prices. If | |
| No | A list of the language translations of the product |
Modifier Category Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The modifier category name |
| Yes | A list of modifier groups from the modifier category. This field is always included with at least one item. |
Quantifiable Modifier Build Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The modifier entity identifier (ID) of the modifier build |
| number | No | The quantity of the modifier build. This field is included if the quantity is equal to 1, or the increment exists or is not fractional. |
| object | No | The increment values for quantity of the modifier build. This field is included if the quantity is equal to 1, or the increment exists or is not fractional. |
| number | No | The increment numerator of the modifier build. This field is included if the fractional quantity condition is met. |
| number | No | The increment denominator of the modifier build. This field is included if the fractional quantity condition is met. |
Availability Hours Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The day of the week. Example: |
| string | Yes | The time when a menu starts to be available. Example: |
| string | Yes | The time when a menu ends to be available. Example: |
Time Period Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The unique identifier (UID) of a time period |
| boolean | Yes | A flag that indicates if the time period is active |
| string | Yes | The time period name |
| string | Yes | The time period entity ID |
| string | Yes | The effective date when the time period is effective. Example: |
| string | Yes | The UID of the site |
| string | Yes | The UID of the company |
| string | No | The UID of the transaction |
| array [string] | Yes | The time period type. Examples: This field is always included with at least one value. |
| Yes | A list of the available days. This field is always included with at least one value. |
Time Period Available Days Array
Field Name | Type | Required | Description |
|---|---|---|---|
| array [string] | No | A list of period days |
| string | Yes | The period start time. Example: |
| string | Yes | The period end time. Example: |
| string | No | The period start date. Example: |
| string | No | The period end date. Example: |
| string | No | The short period start time. Example: |
| string | No | The short period end time. Example: |
| string | No | The short period start date. Example: |
| string | No | The short period end date. Example: |
Exception Day Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The date of an exception day in the "YYYY-MM-DD" format |
| boolean | Yes | This field shows whether the location is closed or open on the exception day |
| string | Yes | The start time of an exception day in the "hh:mm:ss" format |
| string | Yes | The end time of an exception day in the "hh:mm:ss" format |
Price Menu Array
Field Name | Type | Required | Description |
|---|---|---|---|
| Yes | The product name | |
| Yes | The product identifier (ID) |
Price Menu Item Array
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The product name |
| string | Yes | The product identifier (ID) |
| string | Yes | The product type |
| string | No | The alternate name of the product |
| boolean | No | A flag indicating that this product is a bundle |
| array [string] | No | A list of the bundle product IDs. If the |
| boolean | No | A flag indicating that the product is out of stock. This flag is set based on the product availability. |
| string | No | The variant entity ID of the product. If the product includes variations, then this field is included. |
| boolean | No | A flag indicating that this product is available at the site. This flag set based on the restricted/allowed order source ID relationship with the product. |
| array [string] | No | A list of the external identifiers of the product |
| number | Yes | The product unit price |
| No | The product's child prices. If there are child pricing rules, then this field is included. |
Child Price Array
Field Name | Type | Required | Description |
|---|---|---|---|
| number | Yes | The product child unit price |
| array [string] | Yes | A list of the parent product identifiers (IDs). This field is always included with at least one item. |
GetOrderingIntegrationDataSuccessResponse
Field Name | Type | Description |
|---|---|---|
| string | The unique identifier (UID) of the company |
| string | The UID of the site |
| string | The service name configured in Data Management |
| boolean | The flag indicating if the product availability notification is set for this company |
| string | The current menu status |
| string | The store number from the site |
| string | The GET /menu endpoint URL to request the menu JSON file |
| string | The menu hash |
| object | The structure holding the ordering integration data |
| string | The GET /ordering integration data URL related to the menu |
| string | The UID of the menu |
| number | The menu JSON file size in kilobytes (kb) |
| array [string] | the list of order source identifiers (IDs) |
| string | The source name of the menu trigger |
| string | The timestamp provided on the menu request. Example: |
| object | The structure holding the menu description |
| string | The entity ID of the menu in Data Management |
| string | The menu name in Data Management |
| array [string] | The list of entity IDs from the time periods of the menu |
| array [string] | The list of properties that were excluded during the menu creation |
| The list of available discounts from the site |
Discount Array
Field Name | Type | Description |
|---|---|---|
| string | The discount name |
| string | The discount code |
| string | The discount type of usage |
| The calculation applied for the discount | |
| The discount evaluation criteria | |
| The apply criteria items for the discount |
Discount Calculation Object
Field Name | Type | Description |
|---|---|---|
| string | The discount calculation type |
| number | The discount calculation value |
| number | The discount calculation maximum value |
Evaluation Criteria Object
Field Name | Type | Description |
|---|---|---|
| string | The evaluation criteria label |
| The list of rules of the evaluation criteria | |
| string | The expression used for the evaluation criteria |
Evaluation Criteria Rules Array
Field Name | Type | Description |
|---|---|---|
| array [string] | The list of products identifiers (IDs) for the rule |
| number | The rule's target value |
| string | The rule's operator |
| string | The rule's total |
| string | The rule's discount criteria |
| array [string] | The list of tags for the rule |
Apply Criteria Object
Field Name | Type | Description |
|---|---|---|
| string | The criteria label |
| array [string] | The list of selected tags entity identifiers (IDs) |
| string | The criteria condition |
| string | The criteria discount scope type |
| number | The repetition of the criteria |
| string | The mode of the repetition for the criteria |
| boolean | The flag indicating if the criteria is set for multiple items |
| boolean | The flag indicating when rolled up prices should be included |
| number | The amount of times that the criteria should be manually applied |
| array [string] | The list of selected product IDs to which the criteria should be applicable |
| array [string] | The list of product IDs to which the criteria can be applicable |
| array [string] | The list of tags to which the criteria should be applicable |
Sample Code
Menu Engine sample codes:
Create Menu
Sample Request Body
curl --location --request PUT 'https://{xme_url}/v1/
menu?timestamp=2024-10-25T13%3A34%3A00.000Z' \
--header 'X-Company-Id: {company_id}' \
--header 'X-Site-Ids: {site_id}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token}' \
--data '{
"enable_stockout_notifications": true,
"enforce_same_size_children_variations": true,
"excluded_properties": [],
"ignore_store_hours": false,
"include_inactive": false,
"include_ordering_integration_data": true,
"menu_engine_excluded_properties": [],
"order_source_ids": [
"Web"
],
"service_name": "Slalom",
"time_period_entity_ids": [
"64e36eef6a61036d065ddf6b"
],
"include_translations": true,
"triggered_by": "DM"
}'Sample Response Body
{
"mcid": "47fac15d-eced-419f-81af-acc2f0fad338",
"timestamp": "2024-10-25T13:34:00.000Z",
"status": "pending",
"version": "BUILD-3.9.11"
}Menu Status
Sample Available Response Body
{
"company_id": "{company_id}",
"ignore_cache": true,
"service_name": "Slalom",
"enable_stockout_notifications": true,
"status": "available",
"store_number": "0005",
"url": "https://{xme_url}/v1/menu/4ffcf2bf-8f10-4c7f-bca4-47871e34918f",
"menu_hash": "969a0e9d23770d0682800bd486af8315f90b6980",
"ordering_integration_data": {
"href": "https://{xme_url}/v1/ordering-integration-data
/4ffcf2bf-8f10-4c7f-bca4-47871e34918f"
},
"mcid": "4ffcf2bf-8f10-4c7f-bca4-47871e34918f",
"menu_size_kb": 1608.86,
"order_source_ids": [
"Web"
],
"triggered_by": "DM",
"menu_timestamp": "2024-10-28T14:53:00.000Z",
"progress": "Menu created",
"timestamp_ms": 1730127180000,
"menu_description": [
{
"entity_id": "66e829f4e4c05c8c712d6163",
"name": "Kiosk Web Menu",
"time_period_entity_ids": []
}
],
"site_id": "{site_id}",
"menu_engine_excluded_properties": []
}Menu Object: Site Menu
Samples for Menu Object: Site Menu:
Sample Translation and Translation Language Object Response Body
Sample Modifier Variation Array Response Body with Price Ranges
Sample Modifier Variation Array Response Body with Child-Tag Pricing Rule and Default Unit Price
Sample Modifier Variation Array Response Body without Default Unit Price
Sample Modifier Variation Array Response Body with Default Unit Price
Sample Quantifiable Modifier Build Array Response Body: Quantity
Sample Quantifiable Modifier Build Array Response Body: Fractional Quantity
{
"service_name": "UberEats",
"enable_stockout_notifications": true,
"stockout_url": "https://api.uber.com",
"destination_id": "",
"use_integrated_images": true,
"shift_variation_prices_to_parent": false,
"use_alternate_name": false,
"get_token_url": "https://login.uber.com",
"order_source_ids": [
"UE"
],
"company_id": "{company_id}",
"site_id": "{site_id}",
"server_timestamp": "2024-10-31T19:24:36.188Z",
"version": "3.9.11",
"menu_timestamp": "2024-10-31T19:24:33.321Z",
"menu_type": "Site",
"mcid": "{mcid}",
"menus": [...],
"store_number": "0005"{
"service_name": "Vitec",
"process_events": true,
"triggered_by": "DM",
"order_source_ids": [
"DMB"
],
"company_id": "{company_id}",
"site_id": "{site_id}",
"server_timestamp": "2024-11-08T20:04:58.194Z",
"version": "3.9.11",
"menu_timestamp": "2024-11-08T20:04:56.299Z",
"menu_type": "Site",
"mcid": "{mcid}",
"menus": [
{
"name": "DMB",
"entity_id": "6553b2ed48a07d0da2c4a211",
"categories": [
{
"name": "DMB",
"entity_id": "6553b2c248a07d0da2c4a20c",
"display_option": "text",
"groups": [
{
"name": "DMB",
"entity_id": "6553b29148a07d0da2c4a207",
"items": [
{
"unit_price": 5,
"alternate_name": "C NWT | Dasani |
BTL 20 F",
"product_id": "Dasani20oz",
"nutritional_data": [
{
"name": "Calories",
"unit": "Count",
"value": 0
}
],
"caption": "Dasani 20oz",
"item_description_short":
"Dasani Bottled Water",
"images": [
{
"image_set_entity_id":
"58f0cde63e034d000222491a",
"tag": "11189-Dasani.jpeg",
"source_url":
"https://media.xenial.com/company_6247084a3f8af90008923adc/product-images
/11189-Dasani.jpeg"
}
],
"name": "BTL - SODA - Dasani 20oz",
"is_bundle": true,
"bundle_components": [
{
"name": "Donation",
"minimum_quantity": 1,
"maximum_quantity": 1,
"default_quantity": 1,
"entity_id":
"65943cf2b796a0d793da511c",
"is_associated_item": false,
"main_item": false,
"items": [
{
"unit_price": 0.5,
"product_id": "Donation",
"name": "Donation",
"is_default": true,
"default_quantity": 1
}
]
}
]
},
{
"unit_price": 8.75,
"alternate_name": "C NSU |
Unspecified Soda | Bottomless Soda Cup 21 FZ",
"product_id": "BottomlessSodaCup",
"nutritional_data": [
{
"name": "Calories",
"unit": "Count",
"value": 280,
"min_value": 0
}
],
"item_description_short":
"Bottomless Fountain Soda",
"images": [
{
"image_set_entity_id":
"58f0cde63e034d000222491a",
"tag": "124719-Soda.jpeg",
"source_url":
"https://media.xenial.com/company_6247084a3f8af90008923adc/product-images
/124719-Soda.png"
}
],
"name": "Bottomless Soda Cup"
},
{
"unit_price": 5.5,
"product_id":
"BTL - DASANI 20OZ PARENT PRODUCT",
"nutritional_data": [
{
"name": "Calories",
"unit": "Count",
"value": 0
}
],
"item_description_short":
"Dasani Bottled Water",
"name": "BTL - DASANI 20OZ PARENT PRODUCT"
}
]
}
]
}
],
"availability_hours": [
{
"day": "MON",
"start_time": "06:00:00",
"end_time": "23:00:00"
},
{
"day": "TUE",
"start_time": "06:00:00",
"end_time": "23:00:00"
},
{
"day": "WED",
"start_time": "06:00:00",
"end_time": "23:00:00"
},
{
"day": "THU",
"start_time": "06:00:00",
"end_time": "23:00:00"
},
{
"day": "FRI",
"start_time": "06:00:00",
"end_time": "23:00:00"
},
{
"day": "SAT",
"start_time": "06:00:00",
"end_time": "23:00:00"
},
{
"day": "SUN",
"start_time": "06:00:00",
"end_time": "23:00:00"
}
]
}
],
"store_number": "F119",
"price_points": [
{
"assigned_to": "event",
"use_base_price": false,
"entity_id": "6519dcb729edff42b6ce9209"
},
{
"use_base_price": true,
"assigned_to": "event-type",
"is_ado_inherit_price_point": false
},
{
"use_base_price": true,
"assigned_to": "event-type-ado",
"is_ado_inherit_price_point": false
}
],
"event_id": "672bca95d8cfebbc94932883"
}{
"company_id": "company_id",
"mcid": "111222333444555666",
"menu_timestamp": "2019-07-25T00:00:00.000Z",
"menu_type": "Site",
"menus": [
{
"categories": [
{
"entity_id": "60ab88f3db8df47a6cea144c",
"groups": [
{
"entity_id": "60ab8a60db8df47a6cea1477",
"items": [
{
"bundle_components": [
{
"default_quantity": 1,
"entity_id": "61409ad5113c0d3c8cfc15bf",
"items": [
{
"is_quantity_based_pricing": true,
"name": "Hot Tea",
"nutritional_data": [
{
"min_value": 50,
"name": "Calories",
"unit": "Count",
"value": 150
}
],
"product_id": "620",
"quantity_based_prices": [
{
"group_id": "614088787572604e049d3a77",
"range_end": 1,
"range_start": 1,
"type": "child-quantity-product",
"unit_price": 0
},
{
"group_id": "614088787572604e049d3a77",
"range_end": 3,
"range_start": 2,
"type": "child-quantity-product",
"unit_price": 5
},
{
"group_id": "614088787572604e049d3a77",
"range_start": 4,
"type": "child-quantity-product",
"unit_price": 10
}
],
"default_quantity": 0
},
{
"is_quantity_based_pricing": true,
"modifier_collection_entity_id":
"614c86bdbebef756f1823560",
"name": "child_1",
"nutritional_data": [
{
"min_value": 0,
"name": "Calories",
"unit": "Count",
"value": 1000
},
{
"min_value": 1,
"name": "Calcium",
"unit": "Milligrams",
"value": 5
}
],
"product_id": "child_1",
"quantity_based_prices": [
{
"group_id": "614088787572604e049d3a77",
"range_end": 1,
"range_start": 1,
"type": "child-quantity-product",
"unit_price": 0
},
{
"group_id": "614088787572604e049d3a77",
"range_end": 3,
"range_start": 2,
"type": "child-quantity-product",
"unit_price": 5
},
{
"group_id": "614088787572604e049d3a77",
"range_start": 4,
"type": "child-quantity-product",
"unit_price": 10
}
],
"tags": [
{
"name": "Tag2",
"tag_id": ""
}
],
"default_quantity": 0
},
{
"images": [
{
"image_set_entity_id": "5bdb239c2f9bf500130c9a8f",
"image_source": "url",
"source_url":
"https://s3.amazonaws.com/com.xenial.images.uploaded.devlab
/company_5bffccc039f64000121b77c8/product-images
/background-2277_960_720.jpeg",
"tag": "background-2277_960_720.jpeg"
}
],
"is_quantity_based_pricing": true,
"name": "Turkish Coffee",
"nutritional_data": [
{
"min_value": 100,
"name": "Calories",
"unit": "Count",
"value": 150
}
],
"product_id": "720",
"quantity_based_prices": [
{
"group_id": "614088787572604e049d3a77",
"range_end": 1,
"range_start": 1,
"type": "child-quantity-product",
"unit_price": 0
},
{
"group_id": "614088787572604e049d3a77",
"range_end": 3,
"range_start": 2,
"type": "child-quantity-product",
"unit_price": 5
},
{
"group_id": "614088787572604e049d3a77",
"range_start": 4,
"type": "child-quantity-product",
"unit_price": 10
}
],
"default_quantity": 0
}
],
"maximum_quantity": 10,
"minimum_quantity": 1,
"name": "Drinks"
}
],
"is_bundle": true,
"modifier_collection_entity_id": "614c86bdbebef756f1823560",
"name": "parent_1",
"nutritional_data": [
{
"min_value": 0,
"name": "Calories",
"unit": "Count",
"value": 100
},
{
"min_value": 5,
"name": "Calcium",
"unit": "Milligrams",
"value": 10
}
],
"product_id": "parent_1",
"unit_price": 20
}
],
"name": "group_test"
}
],
"name": "category_test"
},
{
"categories": [
{
"entity_id": "60ab88f3db8df47a6cea144c",
"groups": [
{
"entity_id": "60ab8a60db8df47a6cea1477",
"items": [
{
"bundle_components": [
{
"default_quantity": 1,
"entity_id": "61409ad5113c0d3c8cfc15bf",
"items": [
{
"is_quantity_based_pricing": true,
"name": "Hot Tea",
"nutritional_data": [
{
"min_value": 50,
"name": "Calories",
"unit": "Count",
"value": 150
}
],
"product_id": "620",
"quantity_based_prices": [
{
"group_id": "614088787572604e049d3a77",
"range_end": 1,
"range_start": 1,
"type": "child-quantity-product",
"unit_price": 0
},
{
"group_id": "614088787572604e049d3a77",
"range_end": 3,
"range_start": 2,
"type": "child-quantity-product",
"unit_price": 5
},
{
"group_id": "614088787572604e049d3a77",
"range_start": 4,
"type": "child-quantity-product",
"unit_price": 10
}
],
"default_quantity": 0
},
{
"is_quantity_based_pricing": true,
"modifier_collection_entity_id":
"614c86bdbebef756f1823560",
"name": "child_1",
"nutritional_data": [
{
"min_value": 0,
"name": "Calories",
"unit": "Count",
"value": 1000
},
{
"min_value": 1,
"name": "Calcium",
"unit": "Milligrams",
"value": 5
}
],
"product_id": "child_1",
"quantity_based_prices": [
{
"group_id": "614088787572604e049d3a77",
"range_end": 1,
"range_start": 1,
"type": "child-quantity-product",
"unit_price": 0
},
{
"group_id": "614088787572604e049d3a77",
"range_end": 3,
"range_start": 2,
"type": "child-quantity-product",
"unit_price": 5
},
{
"group_id": "614088787572604e049d3a77",
"range_start": 4,
"type": "child-quantity-product",
"unit_price": 10
}
],
"tags": [
{
"name": "Tag2",
"tag_id": ""
}
],
"default_quantity": 0
},
{
"images": [
{
"image_set_entity_id":
"5bdb239c2f9bf500130c9a8f",
"image_source": "url",
"source_url":
"https://s3.amazonaws.com/com.xenial.images.uploaded.devlab
/company_5bffccc039f64000121b77c8/product-images
/background-2277_960_720.jpeg",
"tag": "background-2277_960_720.jpeg"
}
],
"is_quantity_based_pricing": true,
"name": "Turkish Coffee",
"nutritional_data": [
{
"min_value": 100,
"name": "Calories",
"unit": "Count",
"value": 150
}
],
"product_id": "720",
"quantity_based_prices": [
{
"group_id": "614088787572604e049d3a77",
"range_end": 1,
"range_start": 1,
"type": "child-quantity-product",
"unit_price": 0
},
{
"group_id": "614088787572604e049d3a77",
"range_end": 3,
"range_start": 2,
"type": "child-quantity-product",
"unit_price": 5
},
{
"group_id": "614088787572604e049d3a77",
"range_start": 4,
"type": "child-quantity-product",
"unit_price": 10
}
],
"default_quantity": 0
}
],
"maximum_quantity": 10,
"minimum_quantity": 1,
"name": "Drinks"
}
],
"is_bundle": true,
"modifier_collection_entity_id":
"614c86bdbebef756f1823560",
"name": "parent_1",
"nutritional_data": [
{
"min_value": 0,
"name": "Calories",
"unit": "Count",
"value": 100
},
{
"min_value": 5,
"name": "Calcium",
"unit": "Milligrams",
"value": 10
}
],
"product_id": "parent_1",
"unit_price": 20
}
],
"name": "group_test"
}
],
"name": "category_test"
}
],
"entity_id": "6156e0b5a3d02c0dc4ff2fd9",
"name": "ref_cat"
}
],
"entity_id": "60ab8c6b3ab1ec716133e659",
"modifier_collections": [
{
"entity_id": "614c86bdbebef756f1823560",
"modifiers": [
{
"default_unit_price": 1,
"entity_id": "614c82cabebef756f182350e",
"fractional_increment_quantity_by": {
"denominator": 1,
"numerator": 1
},
"fractional_secondary_increment_quantity_by": {
"denominator": 4,
"numerator": 1
},
"name": "modifier_1",
"prices": [
{
"parent_product_ids": [
"child_1"
],
"price_ranges": [
{
"range_end": 1,
"range_start": 1,
"unit_price": 1
},
{
"range_end": 3,
"range_start": 2,
"unit_price": 0.5
},
{
"range_end": 6,
"range_start": 4,
"unit_price": 1
},
{
"range_end": 10,
"range_start": 7,
"unit_price": 2
},
{
"range_start": 11,
"unit_price": 1
}
],
"type": "child-quantity"
}
],
"product_id": "modifier_1",
"type": "parent_modifier",
"variations": [
{
"default_unit_price": 0,
"name": "No modifier_1",
"product_id": "modifier_1_no",
"variation_name": "No"
},
{
"default_unit_price": 1,
"name": "modifier_1",
"product_id": "modifier_1",
"variation_name": "Add",
"prices": [
{
"parent_product_ids": [
"child_1"
],
"price_ranges": [
{
"range_end": 1,
"range_start": 1,
"unit_price": 1
},
{
"range_end": 3,
"range_start": 2,
"unit_price": 0.5
},
{
"range_end": 6,
"range_start": 4,
"unit_price": 1
},
{
"range_end": 10,
"range_start": 7,
"unit_price": 2
},
{
"range_start": 11,
"unit_price": 1
}
],
"type": "child-quantity"
}
]
}
]
},
{
"default_unit_price": 0,
"entity_id": "616d47833f044e39c02e3ce4",
"name": "modifier6232",
"product_id": "modifier6232",
"tags": [
{
"name": "Tag3",
"tag_id": ""
}
],
"type": "parent_modifier",
"variations": [
{
"default_unit_price": 0,
"name": "No modifier6232",
"product_id": "modifier6232_no",
"tags": [
{
"name": "Tag3",
"tag_id": ""
}
],
"variation_name": "No"
},
{
"default_unit_price": 0,
"name": "modifier6232",
"product_id": "modifier6232",
"variation_name": "Add"
}
]
}
],
"name": "mod_col_1"
}
],
"name": "test_me",
"availability_hours": [
{
"day": "SUN",
"start_time": "07:00:00",
"end_time": "23:59:59"
},
{
"day": "MON",
"start_time": "00:00:00",
"end_time": "02:00:00"
},
{
"day": "TUE",
"start_time": "06:00:00",
"end_time": "23:00:00"
},
{
"day": "WED",
"start_time": "06:00:00",
"end_time": "23:00:00"
},
{
"day": "THU",
"start_time": "06:00:00",
"end_time": "23:00:00"
},
{
"day": "FRI",
"start_time": "06:00:00",
"end_time": "23:00:00"
},
{
"day": "SAT",
"start_time": "06:00:00",
"end_time": "23:00:00"
}
]
}
],
"donations": [
{
"donation_amount": [
{
"amount": 2,
"type": "dollar_amount"
},
{
"type": "round_up_to_nearest_dollar"
}
],
"donation_id": "test_donation_with_both_amounts_id",
"name": "test donation with both amounts"
},
{
"donation_amount": [
{
"amount": 3,
"type": "dollar_amount"
}
],
"donation_id": "test_donation_with_dollar_amount_id",
"name": "test_donation_with_dollar_amount"
},
{
"donation_amount": [
{
"type": "round_up_to_nearest_dollar"
}
],
"donation_id": "test_donation_with_roalled_to_nearest_id",
"name": "test_donation_with_roalled_to_nearest"
}
],
"server_timestamp": "2019-07-25T00:00:00.000Z",
"site_id": "site_id",
"store_number": "test_store_number"
}
Sample Donation Array Response Body
{
"service_name": "UberEats",
"enable_stockout_notifications": true,
"stockout_url": "https://api.uber.com",
"destination_id": "",
"use_integrated_images": true,
"shift_variation_prices_to_parent": false,
"use_alternate_name": false,
"get_token_url": "https://login.uber.com",
"order_source_ids": [
"UE"
],
"company_id": "{company_id}",
"site_id": "{site_id}",
"server_timestamp": "2024-10-31T19:24:36.188Z",
"version": "3.9.11",
"menu_timestamp": "2024-10-31T19:24:33.321Z",
"menu_type": "Site",
"mcid": "{mcid}",
"menus": [...],
"store_number": "0005"Sample Donation Amount Array Response Body
{
"type": "dollar_amount",
"amount": 3
}Sample Category Array Response Body
{
"name": "Alcoholic Beverages",
"entity_id": "6504b70bb25e9251a49dea09",
"short_description":
"Regulations allow up to 2 single drinks or 1 double and 1 single drink per person.",
"display_option": "text",
"groups": [...]
}Sample Category Group Array Response Body
{
"name": "PREGAME SPECIALS",
"entity_id": "6363da6ac2f7d39d2b33b5c3",
"items": [...]
}Sample 1 Product Array Response Body
{
"product_id": "1410002",
"alternate_name": "Popping Pear Slush",
"nutritional_data": [...],
"images": [...],
"description":
"A prickly pear flavored slush finished with whipped cream topped
with popping candy.",
"name": "Medium Popping Pear Slush",
"options": [...]
}Sample 2 Product Array Response Body
"unit_price": 8,
"product_id": "201040001",
"caption": "Coors Light ",
"item_description_short": "Coors Light",
"images": [
{
"image_set_entity_id": "63e16d80152ca0567b8e701c",
"tag": "219142-coors-light.png",
"source_url":
"https://media.xenial.com/company_6319e0496f7fc05d2dfd881e/product-images
/219142-coors-light.png","image_set_id": "DMB Image"
}
],
"menu_image_display_type": "half_size",
"tags": [
{
"name": "Alcohol",
"tag_id": ""
}
],
"alternate_plu_codes": [
"071990320003"
],
"description": "Domestic Draft ",
"name": "Beer Coors Light 16oz"
}Sample 3 Product Array Response Body
{
"is_quantity_based_pricing": true,
"quantity_based_prices": [
{
"range_start": 1,
"range_end": 1,
"unit_price": 0,
"group_id": "64acc2959bbdc4f8b4ff2a57",
"type": "child-quantity-product"
},
{
"range_start": 2,
"unit_price": 1,
"group_id": "64acc2959bbdc4f8b4ff2a57",
"type": "child-quantity-product"
}
],
"product_id": "9500",
"images": [
{
"image_set_entity_id": "58f0cce63e034d000f22491a",
"tag": "62584-Marinara.jpeg",
"source_url": "https://{url}/company_{company_id}
/product-images/62584-Marinara.jpeg",
"image_source": "url"
}
],
"menu_image_display_type": "half_size",
"tags": [
{
"name": "DipSauce",
"tag_id": ""
}
],
"name": "Marinara Sauce",
"is_default": true,
"default_quantity": 1
}Sample 4 Product Array Response Body
{
"unit_price": 0,
"alternate_name": "2 pc Fish",
"product_id": "1818",
"caption": "2 Fish",
"images": [
{
"image_set_entity_id": "58f0cde99e034a000222491a",
"tag": "111140-2-fish.jpeg",
"source_url": "https://{url}
/company_5bad319dcd9dca0018487249/product-images/111140-2-fish.jpeg"
}
],
"tags": [
{
"name": "Protein"
},
{
"name": "Delivery"
}
],
"external_identifiers": [
"IPATest"
],
"name": "2 Fish",
"is_default": true,
"default_quantity": 1
}Sample 5 Product Array Response Body
{
"unit_price": 0.3,
"product_id": "541",
"tags": [
{
"name": "Food",
"external_id": "50",
"tag_id": ""
},
{
"name": "Condiments",
"external_id": "10101",
"tag_id": ""
},
{
"name": "All Items CPN",
"external_id": "90909",
"tag_id": ""
}
],
"voice_commands": {
"name": "Sour Dough",
"description": "Sour Dough"
},
"alternate_plu_codes": [
"3798"
],
"description": "Sour Dough",
"name": "Sour Dough"
}Sample Bundle Product Array Response Body
{
"unit_price": 105,
"alternate_name": "S FSX Potato Chips & Gourmet Dips SNK",
"product_id": "15002",
"item_description_short": "Potato Chips & Gourmet Dips",
"tags": [...],
"description": "Kettle-Style Potato Chips, Roasted Garlic Parmesan,
Dill Pickle Dip -GF",
"name": "Potato Chips & Gourmet Dips",
"is_bundle": true,
"bundle_components": [...]
}Sample Bundle Component Array Response Body
{
"name": "Dill Pickle Dip",
"minimum_quantity": 1,
"maximum_quantity": 1,
"default_quantity": 1,
"entity_id": "6543b645ae17350122393f27",
"is_associated_item": false,
"main_item": false,
"items": [...]
}Sample Image Array Response Body
{
"image_set_entity_id": "643daafc91ead173a5bf1342",
"source_url": "https://{url}/company_{company_id}
/menu-category-images/93179-catnav-new_0000_HotGoldenLatte_800px.png",
"tag": "img.png",
"image_source": "url"
}Sample Nutritional Data Array Response Body
{
"name": "Calories",
"unit": "Count",
"value": 150
}Sample Tag Array Response Body
{
"name": "AllDrinks1",
"external_id": "AllDrinks1",
"tag_id": "AllDrinks1"
}Sample Allergen Array Response Body
{
"entity_id": "5e679c809a0de6eb6cbdede3",
"name": "Peanuts",
"value": "contains"
}Sample Product Option Array Response Body
{
"unit_price": 0,
"alternate_name": "Pepsi",
"product_id": "988",
"nutritional_data": [
{
"name": "Calories",
"unit": "Count",
"value": 150
}
],
"modifier_collection_entity_id": "5bb3c0bac3a20300119fc01c",
"default_modifiers_entity_ids": [
"5f21cd08323dfe881d5e1279"
],
"caption": "Pepsi",
"images": [
{
"image_set_entity_id": "58f0cde99e034a000222491a",
"tag": "drinks-pepsi.jpeg",
"source_url": "https://{url}/company_{company_id}
/product-images/{image_name}.jpeg",
"image_source": "url"
}
],
"menu_image_display_type": "half_size",
"tags": [
{
"name": "Small Drinks In Meal"
},
{
"name": "Beverages All Sizes"
}
],
"name": "Small Pepsi",
"variant_name": "Small",
"variant_type": "size",
"variant_entity_id": "5a8678171455800001d168ca",
"sort_order": 2,
"is_default_option": true
}Sample Translation and Translation Language Object Response Body
{
"translations": {
"fr-CA": {
"name": "Frites Patates Douces",
"item_description": "Des frites de patates douces servies
avec une mayonnaise chipotle piquante."
}
},
"description": "Sweet potato fries, served with spicy chipotle mayo.",
"name": "SP Fries"
}Sample Quantity Based Price Array Response Body
{
"range_start": 1,
"range_end": 1,
"unit_price": 0,
"group_id": "64acc2959bbdc4f8b4ff2a57",
"type": "child-quantity-product"
}Sample Modifier Collection Array Response Body
{
"name": "Jet Dog",
"entity_id": "629a47993f49e79d508e8a0d",
"groups": [...]
}Sample Modifier Group Array Response Body
{
"entity_id": "629a47603f49e79d508e8a08",
"minimum_quantity": 0,
"maximum_quantity": 5,
"name": "Jet Dog Toppings",
"modifiers": [...]
}Sample Variation Array Response Body
{
"product_id": "600070_no",
"variation_name": "No",
"sort_order": 2,
"default_unit_price": 0,
"tags": [
{
"name": "Milk"
},
{
"name": "Dairy"
}
],
"name": "No Nonfat Milk"
}Sample Tag Price Array Response Body
{
"unit_price": 0,
"type": "child-tag",
"parent_product_ids": [
"1120017",
"1120016",
"1120018"
]
}Sample Quantity Price Array Response Body
{
"price_ranges": [
{
"range_start": 1,
"range_end": 1,
"unit_price": 1
},
{
"range_start": 2,
"range_end": 99,
"unit_price": 0
},
{
"range_start": 100,
"unit_price": 1
}
],
"parent_product_ids": [
"1015-B",
"1015-16",
"1015-24",
"1015K"
],
"type": "child-quantity"
}Sample Price Range Array Response Body
{
"range_start": 1,
"range_end": 1,
"unit_price": 0
},
{
"range_start": 2,
"unit_price": 0.49
}Sample 1 Modifier Array Response Body
{
"entity_id": "6410e8bea59ccd786c667d41",
"product_id": "Pico de Gallo",
"type": "parent_modifier",
"caption": "Pico de Gallo",
"name": "Pico de Gallo",
"default_unit_price": 4,
"variations": [...]
}Sample 2 Modifier Array Response Body
{
"entity_id": "5c34bdd1a368d20028255763",
"product_id": "165",
"type": "parent_modifier",
"fractional_increment_quantity_by": {
"numerator": 1,
"denominator": 1
},
"fractional_secondary_increment_quantity_by": {
"numerator": 1,
"denominator": 2
},
"tags": [
{
"name": "Alternative Milks"
},
{
"name": "ModTag1",
"external_id": "ModTag1",
"tag_id": "ModTag1"
}
],
"name": "Almond Milk",
"default_unit_price": 0.7,
"variations": [
{
"product_id": "165_add",
"variation_name": "Add",
"sort_order": 1,
"default_unit_price": 0.7,
"tags": [
{
"name": "Alternative Milks"
}
],
"name": "Almond Milk"
},
{
"product_id": "165_no",
"variation_name": "No",
"sort_order": 2,
"default_unit_price": 0,
"tags": [
{
"name": "Alternative Milks"
}
],
"name": "No Almond Milk"
},
{
"product_id": "165_lite",
"variation_name": "Lite",
"sort_order": 3,
"default_unit_price": 0.7,
"tags": [
{
"name": "Alternative Milks"
},
{
"name": "ModTag1",
"external_id": "ModTag1",
"tag_id": "ModTag1"
}
],
"name": "Lite Almond Milk"
},
{
"product_id": "165_extra",
"variation_name": "Extra",
"sort_order": 4,
"default_unit_price": 0.7,
"tags": [
{
"name": "Alternative Milks"
},
{
"name": "ModTag1",
"external_id": "ModTag1",
"tag_id": "ModTag1"
}
],
"name": "Extra Almond Milk"
}
]
}Sample Modifier Variation Array Response Body with Price Ranges
{
"product_id": "20014",
"name": "Spicy Queso Sauce",
"variation_name": "Add",
"default_unit_price": 0.49,
"prices": [
{
"price_ranges": [
{
"range_start": 1,
"range_end": 1,
"unit_price": 0
},
{
"range_start": 2,
"unit_price": 0.49
}
],
"parent_product_ids": [
"2210001",
"2210002",
"Pretzel Bites Test"
],
"type": "child-quantity"
}
]
}Sample Modifier Variation Array Response Body with Child-Tag Pricing Rule and Default Unit Price
{
"product_id": "53_sub",
"variation_name": "Sub",
"sort_order": 6,
"prices": [
{
"unit_price": 0,
"type": "child-tag",
"parent_product_ids": [
"1120017",
"1120016",
"1120018"
]
}
],
"default_unit_price": 0.79,
"tags": [
{
"name": "Customizations",
"tag_id": ""
},
{
"name": "Dairy",
"tag_id": ""
}
],
"name": "Almond Milk"
}Sample Modifier Variation Array Response Body without Default Unit Price
{
"product_id": "53_sub",
"variation_name": "Sub",
"sort_order": 6,
"prices": [
{
"unit_price": 0,
"type": "child-tag",
"parent_product_ids": [
"1210053",
"1210052",
"1210054"
]
}
],
"tags": [
{
"name": "Customizations",
"tag_id": ""
},
{
"name": "Dairy",
"tag_id": ""
}
],
"name": "Almond Milk"
}Sample Modifier Variation Array Response Body with Default Unit Price
{
"product_id": "53_sub",
"variation_name": "Sub",
"sort_order": 6,
"default_unit_price": 0.79,
"tags": [
{
"name": "Customizations",
"tag_id": ""
},
{
"name": "Dairy",
"tag_id": ""
}
],
"name": "Almond Milk"
}Sample Modifier Build Array Response Body
{
"entity_id": "5ccb212ba6ddd20029e9c4d4",
"build_type": "augment",
"name": "50-50 Bar",
"is_default": false,
"preparation_instructions":
"<ul><li>Orange</li><li>Vanilla</li></ul>",
"modifiers": [...],
"prices": [...]
}Sample Modifier Category Array Response Body
{
"name": "All",
"groups": [...]
}Sample Quantifiable Modifier Build Array Response Body: Quantity
{
"modifier_entity_id": "5c34c1ba2498e10028897434",
"quantity": 1
}Sample Quantifiable Modifier Build Array Response Body: Fractional Quantity
{
"modifier_entity_id": "5a98d982d644930001521292",
"fractional_quantity": {
"denominator": 2,
"numerator": 1
}
}Sample Availability Hours Array Response Body
{
"day": "SUN",
"start_time": "06:00:00",
"end_time": "23:00:00"
}Sample Time Period Array Response Body
{
"_id": "66953663d62a823434433421",
"is_active": true,
"name": "Dadeland",
"period_type": [
"pricing",
"menu_availability",
"discounts"
],
"available_days": [
{
"days": [
"sun"
],
"start_time": "1970-01-01T11:00:00.000Z",
"end_time": "1970-01-01T19:00:00.000Z",
"start_date": "2022-06-24T00:00:00.000Z",
"end_date": "2031-06-24T00:00:00.000Z",
"start_time_short": "11:00:00",
"end_time_short": "19:00:00",
"start_date_short": "06/24/2022",
"end_date_short": "06/24/2031"
},
{
"days": [
"mon",
"tue",
"wed",
"thu",
"fri",
"sat"
],
"start_time": "1970-01-01T11:00:00.000Z",
"end_time": "1970-01-01T20:00:00.000Z",
"start_date": "2022-06-24T00:00:00.000Z",
"end_date": "2031-06-24T00:00:00.000Z",
"start_time_short": "11:00:00",
"end_time_short": "20:00:00",
"start_date_short": "06/24/2022",
"end_date_short": "06/24/2031"
}
],
"entity_id": "62b5c199647f6f62c0de3586",
"effective_date": "2024-02-18T00:00:00.000Z",
"site_id": "{site_id}",
"company_id": "{company_id}",
"transaction_id": "{transaction_id}"
}Sample Time Period Available Days Array Response Body
{
"days": [
"sun"
],
"start_time": "1970-01-01T11:00:00.000Z",
"end_time": "1970-01-01T19:00:00.000Z",
"start_date": "2022-06-24T00:00:00.000Z",
"end_date": "2031-06-24T00:00:00.000Z",
"start_time_short": "11:00:00",
"end_time_short": "19:00:00",
"start_date_short": "06/24/2022",
"end_date_short": "06/24/2031"
}Sample Exception Day Array Response Body
{
"date": "2022-09-13",
"is_closed": true,
"start_time": "00:00:00",
"end_time": "23:59:59"
}Menu Object: Price Menu
Sample Price Menu Response Body
{
"service_name": "DMB-ME",
"order_source_ids": [
"dmb"
],
"company_id": "{company_id}",
"site_id": "{site_id}",
"server_timestamp": "2024-10-30T02:27:57.848Z",
"version": "3.9.11",
"menu_timestamp": "2024-10-30T02:27:56.198Z",
"menu_type": "Price",
"mcid": "{mcid}",
"items": [
{
"products": [
{
"name": "COCONUT SHRIMP FAMILY FEAST-DELIVERY",
"product_id": "2341",
"product_type": "standard",
"is_bundle": true,
"unit_price": 44.19
},
{
"name": "5pc Grilled Shrimp",
"product_id": "2169",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Extra Hot Sauce",
"product_id": "2546",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "No Marinara",
"product_id": "123456",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Lite BBQ Sauce",
"product_id": "2091",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "2 LITER PEPSI",
"product_id": "1716",
"product_type": "standard",
"unit_price": 2.99
},
{
"name": "8pc Fish",
"product_id": "1824",
"product_type": "standard",
"unit_price": 0
},
{
"name": "6pc Fish/6pc Chicken",
"product_id": "1829",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Delivery Utensils",
"product_id": "2360",
"product_type": "standard",
"unit_price": 0
},
{
"name": "COCONUT SHRIMP COMBO-PICKUP",
"product_id": "2335",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.29
},
{
"name": "Lemon Cake",
"product_id": "2077",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Coconut Shp",
"product_id": "2215",
"product_type": "standard",
"unit_price": 0
},
{
"name": "FAMILY GREEN BEANS & 6 HP",
"product_id": "2133",
"product_type": "standard",
"unit_price": 5
},
{
"name": "3pc Chicken",
"product_id": "1421",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Add Lime Vinaigrette",
"product_id": "1262",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "WATER",
"product_id": "116",
"product_type": "standard",
"unit_price": 0.1
},
{
"name": "COCONUT SHRIMP PLATTER",
"product_id": "2211",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "Popcrn Shrimp",
"product_id": "15532",
"product_type": "standard",
"unit_price": 0
},
{
"name": "12pc Chicken",
"product_id": "1828",
"product_type": "standard",
"unit_price": 0
},
{
"name": "COCONUT SHRIMP PLATTER-DELIVERY",
"product_id": "2340",
"product_type": "standard",
"is_bundle": true,
"unit_price": 14.29
},
{
"name": "Only Sweet and Sour",
"product_id": "2545",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Sweet Chili Fish Taco",
"product_id": "1241",
"product_type": "standard",
"unit_price": 0
},
{
"name": "2 FOR $6-Pickup",
"product_id": "2170",
"product_type": "standard",
"is_bundle": true,
"unit_price": 6
},
{
"name": "Only Shrimp Sauce",
"product_id": "2541",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Add Ice",
"product_id": "2110",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Coconut Shrimp",
"product_id": "2213",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Lite Ketchup",
"product_id": "2465",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "No Cabbage",
"product_id": "2106",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Fish Sub",
"product_id": "9264",
"product_type": "standard",
"unit_price": 0
},
{
"name": "5pc Battered Shrimp",
"product_id": "1420",
"product_type": "standard",
"unit_price": 0
},
{
"name": "2 LITER DIET PEPSI-DELIVERY",
"product_id": "1755",
"product_type": "standard",
"unit_price": 3.89
},
{
"name": "POPCORN SHRIMP PLATTER",
"product_id": "16279",
"product_type": "standard",
"is_bundle": true,
"unit_price": 12.99
},
{
"name": "COCONUT SHRIMP FAMILY FEAST-PICKUP",
"product_id": "2337",
"product_type": "standard",
"is_bundle": true,
"unit_price": 36.99
},
{
"name": "No BBQ Sauce",
"product_id": "26464",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Lite Pickles",
"product_id": "2093",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Southwest Chicken Taco",
"product_id": "1246",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Extra Lime Vinaigrette",
"product_id": "2102",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "16pc Chicken",
"product_id": "1831",
"product_type": "standard",
"unit_price": 0
},
{
"name": "No Ketchup",
"product_id": "29106",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Sweet Chili",
"product_id": "910",
"product_type": "standard",
"unit_price": 0
},
{
"name": "No Ranch",
"product_id": "2089",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "No Lime Vinaigrette",
"product_id": "1263",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Southwest Fish Taco",
"product_id": "1243",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Side & Drink",
"product_id": "1414",
"product_type": "standard",
"is_bundle": true,
"unit_price": 2.99
},
{
"name": "No Lemon",
"product_id": "2108",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "4pc Fish/4pc Chicken",
"product_id": "1826",
"product_type": "standard",
"unit_price": 0
},
{
"name": "1 Hushpuppy",
"product_id": "6652",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Only Ketchup",
"product_id": "21800",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Extra Sweet and Sour",
"product_id": "2544",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Extra Malt Vinegar",
"product_id": "2542",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "32oz SWEET TEA",
"product_id": "32627",
"product_type": "standard",
"unit_price": 1.29
},
{
"name": "12pc Fish",
"product_id": "1827",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Fam Crumblies",
"product_id": "2175",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Southwest Salmon Taco",
"product_id": "1215",
"product_type": "standard",
"unit_price": 0
},
{
"name": "2 FOR $6",
"product_id": "1415",
"product_type": "standard",
"is_bundle": true,
"unit_price": 6
},
{
"name": "2pc Crab Cakes",
"product_id": "1422",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Coconut Shrimp Sea Share",
"product_id": "2214",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Gift Card Any $ Amount",
"product_id": "1803",
"product_type": "gift_card",
"unit_price": 0
},
{
"name": "Battered Cod Sub",
"product_id": "32609",
"product_type": "standard",
"unit_price": 0.8
},
{
"name": "Grilled Shrimp",
"product_id": "353",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Only Pickles",
"product_id": "1356",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Placeholder",
"product_id": "15",
"product_type": "placeholder",
"unit_price": 0
},
{
"name": "No Hushpuppies",
"product_id": "13325",
"product_type": "standard",
"unit_price": 0
},
{
"name": "FAMILY SIDE & 6 HP - Not in Use",
"product_id": "1407",
"product_type": "standard",
"is_bundle": true,
"unit_price": 5
},
{
"name": "Extra Cabbage",
"product_id": "2565",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Seasoned Salmon Taco",
"product_id": "1216",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Honey Mustard",
"product_id": "1330",
"product_type": "standard",
"unit_price": 0
},
{
"name": "No Crumblies Fam",
"product_id": "2176",
"product_type": "standard",
"unit_price": 0
},
{
"name": "KRUMS",
"product_id": "6392",
"product_type": "standard",
"unit_price": 0
},
{
"name": "8pc Chicken",
"product_id": "1825",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Only Ranch",
"product_id": "850",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Sweet Chili Shrimp Taco",
"product_id": "919",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Extra Ranch",
"product_id": "2090",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "2 LITER STARRY-DELIVERY",
"product_id": "1757",
"product_type": "standard",
"unit_price": 3.89
},
{
"name": "Only Lime Vinaigrette",
"product_id": "2104",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "2 LITER MTN DEW",
"product_id": "1718",
"product_type": "standard",
"unit_price": 2.99
},
{
"name": "2 LITER STARRY",
"product_id": "1719",
"product_type": "standard",
"unit_price": 2.99
},
{
"name": "COCONUT SHRIMP SNACK-DELIVERY",
"product_id": "2338",
"product_type": "standard",
"unit_price": 3.89
},
{
"name": "FAMILY SLAW & 6 HP",
"product_id": "2132",
"product_type": "standard",
"unit_price": 5
},
{
"name": "Sweet Chili Salmon Taco",
"product_id": "916",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Extra Ice",
"product_id": "2111",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "COCONUT SHRIMP COMBO",
"product_id": "2210",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.29
},
{
"name": "FAMILY HUSHPUPPIES & 6 HP",
"product_id": "2137",
"product_type": "standard",
"unit_price": 5
},
{
"name": "No Shrimp Sauce",
"product_id": "19484_no",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Baja Shrimp Taco",
"product_id": "920",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Lite Ice",
"product_id": "14576",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "No Sweet and Sour",
"product_id": "14483_no",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Pickup No Kid Hungry Donation $5",
"product_id": "2393",
"product_type": "standard",
"unit_price": 5
},
{
"name": "No Pickles",
"product_id": "2152",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Extra Shrimp Sauce",
"product_id": "2540",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "COCONUT SHRIMP SNACK-PICKUP",
"product_id": "2334",
"product_type": "standard",
"unit_price": 3.09
},
{
"name": "Lite Ranch",
"product_id": "28191",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "2 LITER MTN DEW-DELIVERY",
"product_id": "1756",
"product_type": "standard",
"unit_price": 3.89
},
{
"name": "No Crumblies",
"product_id": "5693",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Grilled Cod",
"product_id": "468",
"product_type": "standard",
"unit_price": 0
},
{
"name": "KIDS DIET MTN DEW",
"product_id": "22400",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 1.59
},
{
"name": "CRAB CAKE MEAL",
"product_id": "10920",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.99
},
{
"name": "Chocolate Cake",
"product_id": "2078",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Extra Pickles",
"product_id": "2094",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Small Drink",
"product_id": "1813",
"product_type": "standard",
"unit_price": 0,
"prices": [
{
"unit_price": 0.2,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Baja Chicken Taco",
"product_id": "1245",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Add Ketchup",
"product_id": "29117",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Pickup Utensils",
"product_id": "2359",
"product_type": "standard",
"unit_price": 0
},
{
"name": "2 LITER PEPSI-DELIVERY",
"product_id": "1754",
"product_type": "standard",
"unit_price": 3.89
},
{
"name": "8pc Fish/8pc Chicken",
"product_id": "1832",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Extra BBQ Sauce",
"product_id": "22875",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Sweet Chili Chicken Taco",
"product_id": "1244",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Only Hot Sauce",
"product_id": "2547",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Lite Cabbage",
"product_id": "2564",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Large Diet Mtn Dew",
"product_id": "26364",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 0.4
},
{
"name": "No Ice",
"product_id": "5337",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Only BBQ Sauce",
"product_id": "7470",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "FAMILY RICE & 6 HP",
"product_id": "2135",
"product_type": "standard",
"unit_price": 5
},
{
"name": "10 Hushpuppies",
"product_id": "27085",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Modifier Placeholder",
"product_id": "defaultModifierPlaceHolder",
"product_type": "modifier_placeholder",
"unit_price": 0
},
{
"name": "FAMILY MACCHS & 6 HP",
"product_id": "2136",
"product_type": "standard",
"unit_price": 5
},
{
"name": "FAMILY CORN & 6 HP",
"product_id": "2134",
"product_type": "standard",
"unit_price": 5
},
{
"name": "COCONUT SHRIMP COMBO-DELIVERY",
"product_id": "2339",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.39
},
{
"name": "16pc Fish",
"product_id": "1830",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Shrimp",
"product_id": "18657",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Add BBQ Sauce",
"product_id": "26463",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Add Pickles",
"product_id": "29138",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "3 Hushpuppies",
"product_id": "743",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Comment",
"product_id": "16",
"product_type": "comment",
"unit_price": 0
},
{
"name": "Add Lemon",
"product_id": "2109",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Only Malt Vinegar",
"product_id": "2543",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Default Gift Card",
"product_id": "defaultGiftCard",
"product_type": "gift_card",
"unit_price": 0
},
{
"name": "Lite Lime Vinaigrette",
"product_id": "2103",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Baja Salmon Taco",
"product_id": "917",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Extra Ketchup",
"product_id": "2466",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "2 LITER DIET PEPSI",
"product_id": "1717",
"product_type": "standard",
"unit_price": 2.99
},
{
"name": "Seasoned Shrimp Taco",
"product_id": "1218",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Coconut Shrimp FmFst",
"product_id": "2216",
"product_type": "standard",
"unit_price": 0
},
{
"name": "COCONUT SHRIMP SNACK",
"product_id": "2209",
"product_type": "standard",
"unit_price": 3.09
},
{
"name": "Add Ranch",
"product_id": "2088",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "COCONUT SHP SEA SHARE",
"product_id": "2343",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10
},
{
"name": "BATTERED ADD COD",
"product_id": "29061",
"product_type": "standard",
"unit_price": 3.49
},
{
"name": "Crumblies",
"product_id": "12718",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Fish Sandwich",
"product_id": "21628",
"product_type": "standard",
"is_bundle": true,
"unit_price": 0
},
{
"name": "Kids Drink",
"product_id": "1812",
"product_type": "standard",
"is_available": false,
"unit_price": 0
},
{
"name": "Southwest Shrimp Taco",
"product_id": "1217",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Clams",
"product_id": "9265",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Battered Cod",
"product_id": "29063",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Crab Cake",
"product_id": "11666",
"product_type": "standard",
"unit_price": 0
},
{
"name": "HAWAIIAN BUN",
"product_id": "163",
"product_type": "standard",
"unit_price": 0.5
},
{
"name": "No Sauce",
"product_id": "6503",
"product_type": "standard",
"unit_price": 0
},
{
"name": "$10 Gift Card",
"product_id": "1801",
"product_type": "gift_card",
"unit_price": 10
},
{
"name": "$20 Gift Card",
"product_id": "1802",
"product_type": "gift_card",
"unit_price": 20
},
{
"name": "$5 Gift Card",
"product_id": "1800",
"product_type": "gift_card",
"unit_price": 5
},
{
"name": "LARGE WATER",
"product_id": "118",
"product_type": "standard",
"unit_price": 0.2
},
{
"name": "32oz UNSWEET TEA",
"product_id": "32626",
"product_type": "standard",
"unit_price": 1.29
},
{
"name": "3pc Grilled Shrimp Sub",
"product_id": "1269",
"product_type": "standard",
"unit_price": 0
},
{
"name": "No No Salt",
"product_id": "14694_no",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Lite Sweet Chili",
"product_id": "2114",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Extra Sweet Chili",
"product_id": "2115",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Only Sweet Chili",
"product_id": "2116",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "No Sweet Chili",
"product_id": "2096",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Add Southwest",
"product_id": "2097",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "No Southwest",
"product_id": "2098",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Lite Southwest",
"product_id": "2099",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Extra Southwest",
"product_id": "2100",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Only Southwest",
"product_id": "2101",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Add Tartar Sauce",
"product_id": "20298",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "No Tartar Sauce",
"product_id": "29113",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Extra Tartar Sauce",
"product_id": "2105",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Only Tartar Sauce",
"product_id": "29115",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Add Lemon Juice",
"product_id": "2112",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "No Lemon Juice",
"product_id": "2113",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "12 Hushpuppies",
"product_id": "29466",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Small Root Beer",
"product_id": "997",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 0,
"prices": [
{
"unit_price": 0.1,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
},
{
"unit_price": 0,
"parent_product_ids": [
"2335",
"2210",
"2339",
"2601",
"32297",
"18548",
"1426",
"1427",
"1855",
"1856",
"6164",
"6163",
"1857",
"255",
"1858",
"257",
"6165",
"18585",
"15347",
"29031",
"18584",
"13327",
"436",
"2878",
"14892",
"14894",
"1425",
"1424",
"1439",
"26997",
"2194",
"2190"
]
}
]
},
{
"name": "Grilled Salmon",
"product_id": "469",
"product_type": "standard",
"unit_price": 0
},
{
"name": "4 Grilled Shrimp",
"product_id": "1823",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Add Honey Mustard",
"product_id": "2642",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "No Honey Mustard",
"product_id": "2643",
"product_type": "modifier",
"unit_price": 0
},
{
"name": "Medium Diet Mtn Dew",
"product_id": "13470",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 0.1,
"prices": [
{
"unit_price": 0.2,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Small Diet Mtn Dew",
"product_id": "1001",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 0,
"prices": [
{
"unit_price": 0,
"parent_product_ids": [
"2335",
"2210",
"2339",
"2601",
"32297",
"18548",
"1426",
"1427",
"1855",
"1856",
"6164",
"6163",
"1857",
"255",
"1858",
"257",
"6165",
"18585",
"15347",
"29031",
"18584",
"13327",
"436",
"2878",
"14892",
"14894",
"1425",
"1424",
"1439",
"26997",
"2194",
"2190"
]
},
{
"unit_price": 0.1,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Small Diet Pepsi",
"product_id": "989",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 0,
"prices": [
{
"unit_price": 0,
"parent_product_ids": [
"2335",
"2210",
"2339",
"2601",
"32297",
"18548",
"1426",
"1427",
"1855",
"1856",
"6164",
"6163",
"1857",
"255",
"1858",
"257",
"6165",
"18585",
"15347",
"29031",
"18584",
"13327",
"436",
"2878",
"14892",
"14894",
"1425",
"1424",
"1439",
"26997",
"2194",
"2190"
]
},
{
"unit_price": 0.1,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Small Dr Pepper",
"product_id": "990",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 0,
"prices": [
{
"unit_price": 0,
"parent_product_ids": [
"2335",
"2210",
"2339",
"2601",
"32297",
"18548",
"1426",
"1427",
"1855",
"1856",
"6164",
"6163",
"1857",
"255",
"1858",
"257",
"6165",
"18585",
"15347",
"29031",
"18584",
"13327",
"436",
"2878",
"14892",
"14894",
"1425",
"1424",
"1439",
"26997",
"2194",
"2190"
]
},
{
"unit_price": 0.1,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Small Fruit Punch",
"product_id": "998",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 0,
"prices": [
{
"unit_price": 0,
"parent_product_ids": [
"2335",
"2210",
"2339",
"2601",
"32297",
"18548",
"1426",
"1427",
"1855",
"1856",
"6164",
"6163",
"1857",
"255",
"1858",
"257",
"6165",
"18585",
"15347",
"29031",
"18584",
"13327",
"436",
"2878",
"14892",
"14894",
"1425",
"1424",
"1439",
"26997",
"2194",
"2190"
]
},
{
"unit_price": 0.1,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Small Lemonade",
"product_id": "996",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 0,
"prices": [
{
"unit_price": 0.1,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
},
{
"unit_price": 0,
"parent_product_ids": [
"2335",
"2210",
"2339",
"2601",
"32297",
"18548",
"1426",
"1427",
"1855",
"1856",
"6164",
"6163",
"1857",
"255",
"1858",
"257",
"6165",
"18585",
"15347",
"29031",
"18584",
"13327",
"436",
"2878",
"14892",
"14894",
"1425",
"1424",
"1439",
"26997",
"2194",
"2190"
]
}
]
},
{
"name": "Small Mtn Dew",
"product_id": "994",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 0,
"prices": [
{
"unit_price": 0,
"parent_product_ids": [
"2335",
"2210",
"2339",
"2601",
"32297",
"18548",
"1426",
"1427",
"1855",
"1856",
"6164",
"6163",
"1857",
"255",
"1858",
"257",
"6165",
"18585",
"15347",
"29031",
"18584",
"13327",
"436",
"2878",
"14892",
"14894",
"1425",
"1424",
"1439",
"26997",
"2194",
"2190"
]
},
{
"unit_price": 0.1,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Small Orange",
"product_id": "995",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 0,
"prices": [
{
"unit_price": 0,
"parent_product_ids": [
"2335",
"2210",
"2339",
"2601",
"32297",
"18548",
"1426",
"1427",
"1855",
"1856",
"6164",
"6163",
"1857",
"255",
"1858",
"257",
"6165",
"18585",
"15347",
"29031",
"18584",
"13327",
"436",
"2878",
"14892",
"14894",
"1425",
"1424",
"1439",
"26997",
"2194",
"2190"
]
},
{
"unit_price": 0.1,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Small Pepsi",
"product_id": "988",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 0,
"prices": [
{
"unit_price": 0,
"parent_product_ids": [
"2335",
"2210",
"2339",
"2601",
"32297",
"18548",
"1426",
"1427",
"1855",
"1856",
"6164",
"6163",
"1857",
"255",
"1858",
"257",
"6165",
"18585",
"15347",
"29031",
"18584",
"13327",
"436",
"2878",
"14892",
"14894",
"1425",
"1424",
"1439",
"26997",
"2194",
"2190"
]
},
{
"unit_price": 0.1,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Small Starry",
"product_id": "993",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 0,
"prices": [
{
"unit_price": 0,
"parent_product_ids": [
"2335",
"2210",
"2339",
"2601",
"32297",
"18548",
"1426",
"1427",
"1855",
"1856",
"6164",
"6163",
"1857",
"255",
"1858",
"257",
"6165",
"18585",
"15347",
"29031",
"18584",
"13327",
"436",
"2878",
"14892",
"14894",
"1425",
"1424",
"1439",
"26997",
"2194",
"2190"
]
},
{
"unit_price": 0.1,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Small Sweet Tea",
"product_id": "992",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 0,
"prices": [
{
"unit_price": 0.1,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
},
{
"unit_price": 0,
"parent_product_ids": [
"2335",
"2210",
"2339",
"2601",
"32297",
"18548",
"1426",
"1427",
"1855",
"1856",
"6164",
"6163",
"1857",
"255",
"1858",
"257",
"6165",
"18585",
"15347",
"29031",
"18584",
"13327",
"436",
"2878",
"14892",
"14894",
"1425",
"1424",
"1439",
"26997",
"2194",
"2190"
]
}
]
},
{
"name": "Small Unsweet Tea",
"product_id": "991",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 0,
"prices": [
{
"unit_price": 0.1,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
},
{
"unit_price": 0,
"parent_product_ids": [
"2335",
"2210",
"2339",
"2601",
"32297",
"18548",
"1426",
"1427",
"1855",
"1856",
"6164",
"6163",
"1857",
"255",
"1858",
"257",
"6165",
"18585",
"15347",
"29031",
"18584",
"13327",
"436",
"2878",
"14892",
"14894",
"1425",
"1424",
"1439",
"26997",
"2194",
"2190"
]
}
]
},
{
"name": "Malt Vinegar-Pickup",
"product_id": "2645",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Cocktail Sauce-Pickup",
"product_id": "2646",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Ranch-Pickup",
"product_id": "2647",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Honey Mustard-Pickup",
"product_id": "2648",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Ketchup-Pickup",
"product_id": "2649",
"product_type": "standard",
"unit_price": 0
},
{
"name": "BBQ Sauce-Pickup",
"product_id": "2650",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Lemon Juice-Pickup",
"product_id": "2652",
"product_type": "standard",
"unit_price": 0
},
{
"name": "8 Hushpuppies",
"product_id": "29460",
"product_type": "standard",
"unit_price": 0
},
{
"name": "16 Hushpuppies",
"product_id": "29467",
"product_type": "standard",
"unit_price": 0
},
{
"name": "COCONUT SHRIMP FAMILY FEAST",
"product_id": "2212",
"product_type": "standard",
"is_bundle": true,
"unit_price": 36.99
},
{
"name": "2 Fish",
"product_id": "1818",
"product_type": "standard",
"external_identifiers": [
"IPATest"
],
"unit_price": 0
},
{
"name": "2 Chicken",
"product_id": "1819",
"product_type": "standard",
"unit_price": 0
},
{
"name": "6 Shrimp",
"product_id": "1822",
"product_type": "standard",
"unit_price": 0
},
{
"name": "3 Chicken",
"product_id": "1820",
"product_type": "standard",
"unit_price": 0
},
{
"name": "3 Shrimp",
"product_id": "18658",
"product_type": "standard",
"unit_price": 0
},
{
"name": "8 Shrimp",
"product_id": "1821",
"product_type": "standard",
"unit_price": 0
},
{
"name": "8 Grilled Shrimp",
"product_id": "2153",
"product_type": "standard",
"unit_price": 0
},
{
"name": "6pc Fish",
"product_id": "1403",
"product_type": "standard",
"unit_price": 0
},
{
"name": "9pc Chicken",
"product_id": "1405",
"product_type": "standard",
"unit_price": 0
},
{
"name": "15pc Battered Shrimp",
"product_id": "1404",
"product_type": "standard",
"unit_price": 0
},
{
"name": "15pc Grilled Shrimp",
"product_id": "1834",
"product_type": "standard",
"unit_price": 0
},
{
"name": "6 Grilled Shrimp",
"product_id": "2663",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Fish",
"product_id": "9263",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Chicken",
"product_id": "9267",
"product_type": "standard",
"unit_price": 0
},
{
"name": "2 Fish Tacos",
"product_id": "29382",
"product_type": "standard",
"is_bundle": true,
"unit_price": 0
},
{
"name": "Gallon RB",
"product_id": "1698",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Cheeseburger",
"product_id": "32974",
"product_type": "standard",
"is_bundle": true,
"unit_price": 0
},
{
"name": "Jumbo Shrimp",
"product_id": "2701",
"product_type": "standard",
"unit_price": 0
},
{
"name": "3pc Jumbo Shrimp Sub",
"product_id": "2702",
"product_type": "standard",
"unit_price": 0.6
},
{
"name": "ADD 3PC JUMBO SHRIMP",
"product_id": "2695",
"product_type": "standard",
"unit_price": 3.59
},
{
"name": "15pc Jumbo Shrimp",
"product_id": "2699",
"product_type": "standard",
"unit_price": 0
},
{
"name": "12pc Jumbo Shrimp",
"product_id": "2718",
"product_type": "standard",
"unit_price": 0
},
{
"name": "2pc Chicken",
"product_id": "2717",
"product_type": "standard",
"is_bundle": true,
"unit_price": 0
},
{
"name": "2pc Fish",
"product_id": "1419",
"product_type": "standard",
"is_bundle": true,
"unit_price": 0
},
{
"name": "JUMBO SHRIMP SEA SHARE",
"product_id": "2698",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13
},
{
"name": "3 Jumbo Shrimp",
"product_id": "2719",
"product_type": "standard",
"unit_price": 0
},
{
"name": "6 Jumbo Shrimp",
"product_id": "2720",
"product_type": "standard",
"unit_price": 0
},
{
"name": "8 Jumbo Shrimp",
"product_id": "2721",
"product_type": "standard",
"unit_price": 0
},
{
"name": "8PC JUMBO SHRIMP MEAL",
"product_id": "2696",
"product_type": "standard",
"is_bundle": true,
"unit_price": 12.59
},
{
"name": "FISH & JUMBO SHRIMP PLATTER",
"product_id": "2697",
"product_type": "standard",
"is_bundle": true,
"unit_price": 14.29
},
{
"name": "JUMBO SHRIMP SEA SHARE ADD",
"product_id": "2722",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13
},
{
"name": "Popcorn Shrimp",
"product_id": "15533",
"product_type": "standard",
"unit_price": 0
},
{
"name": "4 Popcorn Shrimp",
"product_id": "2138",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Kids Pepsi",
"product_id": "22418",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 0
},
{
"name": "Kids Diet Pepsi",
"product_id": "22416",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 0
},
{
"name": "Kids Starry",
"product_id": "22423",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 0
},
{
"name": "Kids Mtn Dew",
"product_id": "22417",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 0
},
{
"name": "Kids Dr Pepper",
"product_id": "19650",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 0
},
{
"name": "Sm Dr Pepper",
"product_id": "13121",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 0,
"prices": [
{
"unit_price": 0.1,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Grilled Salmon Taco",
"product_id": "2745",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Grilled Shrimp Taco",
"product_id": "2746",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Southwest",
"product_id": "1213",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Fam Cole Slaw",
"product_id": "13260",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Fam Corn",
"product_id": "85",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Fam Green Beans",
"product_id": "15669",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Fam Rice",
"product_id": "13041",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Fam Macaroni & Cheese",
"product_id": "23855",
"product_type": "standard",
"unit_price": 0
},
{
"name": "12 Hushpuppies-PICKUP",
"product_id": "2738",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Grilled Salmon Taco 2-PICKUP",
"product_id": "2739",
"product_type": "standard",
"unit_price": 0
},
{
"name": "No Cherry-PICKUP",
"product_id": "2734",
"product_type": "standard",
"unit_price": 0
},
{
"name": "No Whipped Cream-PICKUP",
"product_id": "2735",
"product_type": "standard",
"unit_price": 0
},
{
"name": "No Tartar Sauce-PICKUP",
"product_id": "2691",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Sweet Chili 2-PICKUP",
"product_id": "2744",
"product_type": "standard",
"unit_price": 0
},
{
"name": "2 Popcorn Shrimp",
"product_id": "15373",
"product_type": "standard",
"unit_price": 0
},
{
"name": "No Pickles-PICKUP",
"product_id": "2682",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Grilled Shrimp Taco 2-PICKUP",
"product_id": "2740",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Southwest 2-PICKUP",
"product_id": "2743",
"product_type": "standard",
"unit_price": 0
},
{
"name": "6pc Chicken",
"product_id": "2348",
"product_type": "standard",
"unit_price": 0
},
{
"name": "5pc Fish",
"product_id": "2567",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Small StrARRberry Lemonade",
"product_id": "2327",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 0,
"prices": [
{
"unit_price": 0,
"parent_product_ids": [
"2335",
"2210",
"2339",
"2601",
"32297",
"18548",
"1426",
"1427",
"1855",
"1856",
"6164",
"6163",
"1857",
"255",
"1858",
"257",
"6165",
"18585",
"15347",
"29031",
"18584",
"13327",
"436",
"2878",
"14892",
"14894",
"1425",
"1424",
"1439",
"26997",
"2194",
"2190"
]
},
{
"unit_price": 0.1,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Tartar Sauce",
"product_id": "2644",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Hot Sauce",
"product_id": "2651",
"product_type": "standard",
"unit_price": 0
},
{
"name": "6 Hushpuppies",
"product_id": "6154",
"product_type": "standard",
"unit_price": 0
},
{
"name": "2 Hushpuppies",
"product_id": "6152",
"product_type": "standard",
"unit_price": 0
},
{
"name": "MALT VINEGAR-PICKUP",
"product_id": "2654",
"product_type": "standard",
"unit_price": 0
},
{
"name": "RANCH-PICKUP",
"product_id": "2656",
"product_type": "standard",
"unit_price": 0
},
{
"name": "KETCHUP-PICKUP",
"product_id": "2658",
"product_type": "standard",
"unit_price": 0
},
{
"name": "HOT SAUCE-PICKUP",
"product_id": "2660",
"product_type": "standard",
"unit_price": 0
},
{
"name": "LEMON JUICE-PICKUP",
"product_id": "2661",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Rice w/Grilled Meals-Pickup",
"product_id": "2662",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Ind Cheese Bites",
"product_id": "2435",
"product_type": "standard",
"unit_price": 2
},
{
"name": "Ind Cole Slaw",
"product_id": "13261",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Ind Corn",
"product_id": "84",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Ind Green Beans",
"product_id": "15665",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Ind Macaroni & Cheese",
"product_id": "23856",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Ind Rice",
"product_id": "13036",
"product_type": "standard",
"unit_price": 0
},
{
"name": "6pc Crab Cake",
"product_id": "1406",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Fam Waffle Fries",
"product_id": "2668",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Kids Lemonade",
"product_id": "19655",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 0
},
{
"name": "Kids StrARRberry Lemonade",
"product_id": "2326",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 0
},
{
"name": "No Sauce 2-PICKUP",
"product_id": "2742",
"product_type": "standard",
"unit_price": 0
},
{
"name": "No Sauce",
"product_id": "1214",
"product_type": "standard",
"unit_price": 0
},
{
"name": "12pc Shrimp",
"product_id": "2141",
"product_type": "standard",
"unit_price": 0
},
{
"name": "3 Fish",
"product_id": "2839",
"product_type": "standard",
"external_identifiers": [
"IPATest"
],
"unit_price": 0
},
{
"name": "MEDIUM DIET MTN DEW",
"product_id": "13460",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "TACO TRIO COMBO",
"product_id": "1237",
"product_type": "standard",
"is_bundle": true,
"unit_price": 12.99
},
{
"name": "6PC JUMBO SHRIMP BASKET",
"product_id": "2694",
"product_type": "standard",
"is_bundle": true,
"unit_price": 7.2
},
{
"name": "Ind Waffle Fries",
"product_id": "2667",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Ind Waffle Fries AYCE",
"product_id": "2840",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Small Cherry Pepsi",
"product_id": "999",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 0,
"prices": [
{
"unit_price": 0.1,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
},
{
"unit_price": 0,
"parent_product_ids": [
"2335",
"2210",
"2339",
"2601",
"32297",
"18548",
"1426",
"1427",
"1855",
"1856",
"6164",
"6163",
"1857",
"255",
"1858",
"257",
"6165",
"18585",
"15347",
"29031",
"18584",
"13327",
"436",
"2878",
"14892",
"14894",
"1425",
"1424",
"1439",
"26997",
"2194",
"2190"
]
}
]
},
{
"name": "1/2 GALLON AW DIET ROOT BEER-PICKUP",
"product_id": "2854",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON AW ROOT BEER-PICKUP",
"product_id": "2853",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON DIET PEPSI-PICKUP",
"product_id": "2847",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON DR PEPPER-PICKUP",
"product_id": "2844",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON LEMONADE-PICKUP",
"product_id": "2852",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON MTN DEW-PICKUP",
"product_id": "2846",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON PEPSI-PICKUP",
"product_id": "2843",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON ROOT BEER-PICKUP",
"product_id": "2849",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON STARRY-PICKUP",
"product_id": "2848",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON STRARRBERRY LEMONADE-PICKUP",
"product_id": "2850",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON SWEET TEA-PICKUP",
"product_id": "2845",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON UNSWEET TEA-PICKUP",
"product_id": "2851",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "HONEY MUSTARD-PICKUP",
"product_id": "2657",
"product_type": "standard",
"unit_price": 0
},
{
"name": "1/2 GALLON CHERRY PEPSI",
"product_id": "20609",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON DIET DR PEPPER",
"product_id": "2830",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON DIET MTN DEW",
"product_id": "2831",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON DIET PEPSI",
"product_id": "20606",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON DR PEPPER",
"product_id": "14473",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON FRUIT PUNCH",
"product_id": "14478",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON LEMONADE",
"product_id": "14477",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON MTN DEW",
"product_id": "20608",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON ORANGE",
"product_id": "14476",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON PEPSI",
"product_id": "20605",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON RASP TEA",
"product_id": "2832",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON ROOT BEER",
"product_id": "21712",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON STARRY",
"product_id": "20607",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON STRARRBERRY LEMONADE",
"product_id": "2820",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON SWEET TEA",
"product_id": "14481",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "1/2 GALLON UNSWEET TEA",
"product_id": "25157",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 4.99
},
{
"name": "SMALL DIET MTN DEW",
"product_id": "983",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "LARGE DIET MTN DEW",
"product_id": "26346",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "COCONUT SHP SEA SHARE-DELIVERY",
"product_id": "2377",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "TARTAR SAUCE-PICKUP",
"product_id": "2653",
"product_type": "standard",
"unit_price": 0
},
{
"name": "COCKTAIL SAUCE-PICKUP",
"product_id": "2655",
"product_type": "standard",
"unit_price": 0
},
{
"name": "BBQ SAUCE-PICKUP",
"product_id": "2659",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Apple WG Juice",
"product_id": "584",
"product_type": "standard",
"unit_price": 0
},
{
"name": "2 FISH TACOS-DELIVERY",
"product_id": "2900",
"product_type": "standard",
"is_bundle": true,
"unit_price": 5.99
},
{
"name": "2PC FISH BASKET-DELIVERY",
"product_id": "2601",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.79
},
{
"name": "ADD GRILLED COD",
"product_id": "777",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "1/2 GALLON ROOT BEER-DELIVERY",
"product_id": "2861",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 5.99
},
{
"name": "Baja Sauce",
"product_id": "911",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Baja Sauce 2-PICKUP",
"product_id": "2741",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Add Baja Sauce-PICKUP",
"product_id": "2693",
"product_type": "standard",
"unit_price": 0
},
{
"name": "2 Battered Cod",
"product_id": "2923",
"product_type": "standard",
"unit_price": 0
},
{
"name": "No Cabbage",
"product_id": "2731",
"product_type": "standard",
"unit_price": 0
},
{
"name": "No Baja Sauce",
"product_id": "2733",
"product_type": "standard",
"unit_price": 0
},
{
"name": "No Lime Vinaigrette",
"product_id": "2732",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Baja Fish Taco",
"product_id": "1242",
"product_type": "standard",
"unit_price": 0
},
{
"name": "No Baja Sauce",
"product_id": "8663_no",
"product_type": "modifier",
"is_available": false,
"unit_price": 0
},
{
"name": "BATTERED COD & 6 SHRIMP PLATTER",
"product_id": "28999",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13.99
},
{
"name": "Taco 1 Extra Cabbage",
"product_id": "2910",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Taco 1 Extra Lime Vinaigrette",
"product_id": "2911",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Taco 1 Extra Baja Sauce",
"product_id": "2912",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Taco 2 Extra Cabbage",
"product_id": "2913",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Taco 2 Extra Lime Vinaigrette",
"product_id": "2914",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Taco 2 Extra Baja Sauce",
"product_id": "2915",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Taco 2 No Cabbage",
"product_id": "2916",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Taco 2 No Lime Vinaigrette",
"product_id": "2917",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Taco 2 No Baja Sauce",
"product_id": "2918",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Taco 1 No Cabbage",
"product_id": "2928",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Taco 1 No Lime Vinaigrette",
"product_id": "2929",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Taco 1 No Baja Sauce",
"product_id": "2930",
"product_type": "standard",
"unit_price": 0
},
{
"name": "AQUAFINA",
"product_id": "13213",
"product_type": "standard",
"unit_price": 1.69
},
{
"name": "1 TACO COMBO",
"product_id": "1236",
"product_type": "standard",
"is_bundle": true,
"unit_price": 7.99
},
{
"name": "2 FISH TACOS-PICKUP",
"product_id": "2895",
"product_type": "standard",
"is_bundle": true,
"unit_price": 5
},
{
"name": "FAMILY FEAST-DELIVERY",
"product_id": "2151",
"product_type": "standard",
"is_bundle": true,
"unit_price": 55.19
},
{
"name": "CRAB CAKE COMBO",
"product_id": "32297",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "Sm Corn AYCE",
"product_id": "815",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Sm Cole Slaw AYCE",
"product_id": "814",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Sm Green Beans AYCE",
"product_id": "817",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Sm Rice AYCE",
"product_id": "816",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Md Hushpuppies AYCE",
"product_id": "865",
"product_type": "standard",
"unit_price": 0
},
{
"name": "3 Hushpuppies AYCE",
"product_id": "811",
"product_type": "standard",
"unit_price": 0
},
{
"name": "1PC FISH & 3 HP",
"product_id": "782",
"product_type": "standard",
"is_bundle": true,
"unit_price": 3.59
},
{
"name": "Milk",
"product_id": "14493",
"product_type": "standard",
"unit_price": 0
},
{
"name": "1/2 GALLON DR PEPPER-DELIVERY",
"product_id": "2856",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 5.99
},
{
"name": "1/2 GALLON UNSWEET TEA-DELIVERY",
"product_id": "2863",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 5.99
},
{
"name": "1/2 GALLON DIET PEPSI-DELIVERY",
"product_id": "2859",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 5.99
},
{
"name": "1/2 GALLON STARRY-DELIVERY",
"product_id": "2860",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 5.99
},
{
"name": "1/2 GALLON LEMONADE-DELIVERY",
"product_id": "2864",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 5.99
},
{
"name": "1/2 GALLON MTN DEW-DELIVERY",
"product_id": "2858",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 5.99
},
{
"name": "1/2 GALLON SWEET TEA-DELIVERY",
"product_id": "2857",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 5.99
},
{
"name": "1/2 GALLON STRARRBERRY LEMONADE-DELIVERY",
"product_id": "2862",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 5.99
},
{
"name": "1/2 GALLON PEPSI-DELIVERY",
"product_id": "2855",
"product_type": "standard",
"variant_entity_id": "666b27f700ad301c7a02859e",
"unit_price": 5.99
},
{
"name": "GRILLED SALMON & SHRIMP PLATTER",
"product_id": "1240",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13.99
},
{
"name": "SUPER SAMPLER COMBO",
"product_id": "18548",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.29
},
{
"name": "FISH SANDWICH COMBO-DELIVERY",
"product_id": "1426",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "2 FISH TACO COMBO- DELIVERY",
"product_id": "1427",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.79
},
{
"name": "SUPER SAMPLER PLATTER-DELIVERY",
"product_id": "1435",
"product_type": "standard",
"is_bundle": true,
"unit_price": 16.79
},
{
"name": "6 HUSHPUPPIES-DELIVERY",
"product_id": "1456",
"product_type": "standard",
"variant_entity_id": "668302f55c418ed79e9c719b",
"unit_price": 2.99
},
{
"name": "Kids Diet Mtn Dew",
"product_id": "22436",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 0
},
{
"name": "SUPER SAMPLER BASKET",
"product_id": "32298",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.29
},
{
"name": "CLAMS BASKET",
"product_id": "16057",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.99
},
{
"name": "CRAB CAKE BASKET",
"product_id": "21493",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.99
},
{
"name": "FISH & SHRIMP BASKET",
"product_id": "18586",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.09
},
{
"name": "2PC BATTERED COD BASKET",
"product_id": "29029",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "JUMBO SHRIMP FAMILY FEAST",
"product_id": "2700",
"product_type": "standard",
"is_bundle": true,
"unit_price": 48.39
},
{
"name": "Ind Waffle Fries",
"product_id": "2807",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Fam Waffle Fries",
"product_id": "2808",
"product_type": "standard",
"unit_price": 0
},
{
"name": "Single Spicy Papa Burger",
"product_id": "2937",
"product_type": "standard",
"is_bundle": true,
"unit_price": 0
},
{
"name": "Single M/O/M Burger",
"product_id": "2936",
"product_type": "standard",
"is_bundle": true,
"unit_price": 0
},
{
"name": "Coney Cheese Dog",
"product_id": "2938",
"product_type": "standard",
"is_bundle": true,
"unit_price": 0
},
{
"name": "COCONUT SHRIMP PLATTER-PICKUP",
"product_id": "2336",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "COCONUT SHP SEA SHARE-PICKUP",
"product_id": "2369",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10
},
{
"name": "Kids Sweet Tea",
"product_id": "19660",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 0
},
{
"name": "Kids Unsweet Tea",
"product_id": "19659",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 0
},
{
"name": "Kids Root Beer",
"product_id": "22412",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 0
},
{
"name": "FAM WAFFLE FRIES & 6 HP",
"product_id": "2678",
"product_type": "standard",
"unit_price": 5
},
{
"name": "LG CHEESE BITES-PICKUP",
"product_id": "2437",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 6.79
},
{
"name": "Lg Cheese Bites-Delivery",
"product_id": "2488",
"product_type": "standard",
"unit_price": 2
},
{
"name": "IND CHEESE BITES",
"product_id": "2433",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 4.79
},
{
"name": "Lg Cheese Bites",
"product_id": "2440",
"product_type": "standard",
"unit_price": 2
},
{
"name": "LG CHEESE BITES-DELIVERY",
"product_id": "2439",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 8.09
},
{
"name": "IND CHEESE BITES-DELIVERY",
"product_id": "2438",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 5.69
},
{
"name": "Ind Cheese Bites-Delivery",
"product_id": "2487",
"product_type": "standard",
"unit_price": 2
},
{
"name": "LG CHEESE BITES",
"product_id": "2434",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 6.79
},
{
"name": "9PC CHICKEN SEA SHARE ADD",
"product_id": "2144",
"product_type": "standard",
"unit_price": 10
},
{
"name": "6PC FISH SEA SHARE ADD",
"product_id": "2142",
"product_type": "standard",
"unit_price": 10
},
{
"name": "FISH SEA SHARE",
"product_id": "2124",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10
},
{
"name": "CHICKEN SEA SHARE",
"product_id": "2125",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10
},
{
"name": "GALLON UNSWEET TEA",
"product_id": "20667",
"product_type": "standard",
"unit_price": 4.99
},
{
"name": "GALLON SWEET TEA",
"product_id": "16514",
"product_type": "standard",
"unit_price": 4.99
},
{
"name": "KIDS ORANGE",
"product_id": "19640",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 1.59
},
{
"name": "Medium Orange",
"product_id": "12691",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 0.1,
"prices": [
{
"unit_price": 0.2,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "LARGE ORANGE-DELIVERY",
"product_id": "1492",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.79
},
{
"name": "MEDIUM ORANGE-DELIVERY",
"product_id": "1491",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 3.59
},
{
"name": "SMALL ORANGE-DELIVERY",
"product_id": "1490",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.29
},
{
"name": "SMALL ORANGE",
"product_id": "973",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "Kids Orange",
"product_id": "19654",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 0
},
{
"name": "MEDIUM ORANGE",
"product_id": "12690",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "LARGE ORANGE",
"product_id": "26340",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "Large Orange",
"product_id": "26358",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 0.4,
"prices": [
{
"unit_price": 0.3,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "MEDIUM FRUIT PUNCH",
"product_id": "13290",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "LARGE FRUIT PUNCH",
"product_id": "26343",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "Medium Fruit Punch",
"product_id": "13291",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 0.1,
"prices": [
{
"unit_price": 0.2,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "SMALL FRUIT PUNCH",
"product_id": "980",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "Large Fruit Punch",
"product_id": "26361",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 0.4,
"prices": [
{
"unit_price": 0.3,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "SMALL CHERRY PEPSI",
"product_id": "981",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "LARGE CHERRY PEPSI",
"product_id": "26344",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "MEDIUM CHERRY PEPSI",
"product_id": "12572",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "Large Cherry Pepsi",
"product_id": "26362",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 0.4,
"prices": [
{
"unit_price": 0.3,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Medium Cherry Pepsi",
"product_id": "12573",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 0.1,
"prices": [
{
"unit_price": 0.2,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "2PC FISH COMBO-PICKUP",
"product_id": "1855",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "2PC CHICKEN COMBO-PICKUP",
"product_id": "1856",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "2PC CHICKEN COMBO",
"product_id": "6164",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "2PC FISH COMBO",
"product_id": "6163",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "FISH SANDWICH COMBO-PICKUP",
"product_id": "1857",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "FISH SANDWICH COMBO",
"product_id": "255",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "2 FISH TACO COMBO-PICKUP",
"product_id": "1858",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.99
},
{
"name": "2 FISH TACO COMBO",
"product_id": "257",
"product_type": "standard",
"is_bundle": true,
"variant_entity_id": "5a86780b1455800001d168c6",
"unit_price": 8.99
},
{
"name": "FISH & CHICKEN COMBO",
"product_id": "6165",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "6PC SHRIMP COMBO",
"product_id": "18585",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "CLAMS COMBO",
"product_id": "15347",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "2PC BATTERED COD COMBO",
"product_id": "29031",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.99
},
{
"name": "FISH & SHRIMP COMBO",
"product_id": "18584",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.99
},
{
"name": "POPCORN SHRIMP COMBO",
"product_id": "13327",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "FISH & CHICKEN MEAL",
"product_id": "12962",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.39
},
{
"name": "POPCORN SHRIMP MEAL",
"product_id": "15372",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.99
},
{
"name": "8PC SHRIMP MEAL",
"product_id": "18493",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.39
},
{
"name": "2PC BATTERED COD MEAL",
"product_id": "28997",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.39
},
{
"name": "3PC FISH MEAL",
"product_id": "14743",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.89
},
{
"name": "CLAMS MEAL",
"product_id": "6234",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.09
},
{
"name": "2 FISH, CKN & 3 SHP PLATTER",
"product_id": "18522",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13.49
},
{
"name": "2 FISH & 3 CHICKEN PLATTER",
"product_id": "6160",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13.99
},
{
"name": "2 FISH & 3 CHICKEN PLATTER-PICKUP",
"product_id": "1865",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13.99
},
{
"name": "FISH & SHRIMP PLATTER-PICKUP",
"product_id": "1863",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13.49
},
{
"name": "2 FISH, CKN, & 3 SHP PLATTER-PICKUP",
"product_id": "1864",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13.49
},
{
"name": "FISH & SHRIMP PLATTER",
"product_id": "18518",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13.49
},
{
"name": "SUPER SAMPLER PLATTER-PICKUP",
"product_id": "1866",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13.99
},
{
"name": "SUPER SAMPLER PLATTER",
"product_id": "18549",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13.99
},
{
"name": "8PC FAMILY MEAL",
"product_id": "19196",
"product_type": "standard",
"is_bundle": true,
"unit_price": 33.99
},
{
"name": "12PC FAMILY MEAL",
"product_id": "19294",
"product_type": "standard",
"is_bundle": true,
"unit_price": 45.99
},
{
"name": "16PC FAMILY MEAL",
"product_id": "19295",
"product_type": "standard",
"is_bundle": true,
"unit_price": 56.99
},
{
"name": "12PC FAMILY MEAL NO SIDES",
"product_id": "9076",
"product_type": "standard",
"is_bundle": true,
"unit_price": 32.99
},
{
"name": "16PC FAMILY MEAL NO SIDES",
"product_id": "13393",
"product_type": "standard",
"is_bundle": true,
"unit_price": 38.99
},
{
"name": "8PC FAMILY MEAL NO SIDES",
"product_id": "6237",
"product_type": "standard",
"is_bundle": true,
"unit_price": 21.99
},
{
"name": "SMALL POPCORN SHRIMP",
"product_id": "15534",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.79
},
{
"name": "SMALL POPCORN SHRIMP-PICKUP",
"product_id": "1880",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.79
},
{
"name": "LARGE POPCORN SHRIMP-PICKUP",
"product_id": "2819",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 7.49
},
{
"name": "LARGE POPCORN SHRIMP",
"product_id": "2814",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 7.49
},
{
"name": "SMALL CLAMS-PICKUP",
"product_id": "1881",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.99
},
{
"name": "SMALL CLAMS",
"product_id": "20618",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.99
},
{
"name": "LARGE CLAMS-PICKUP",
"product_id": "2818",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 5.89
},
{
"name": "LARGE CLAMS",
"product_id": "2813",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 5.89
},
{
"name": "IND CHEESE BITES-PICKUP",
"product_id": "2436",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 4.79
},
{
"name": "2 HUSHPUPPIES-PICKUP",
"product_id": "2761",
"product_type": "standard",
"variant_entity_id": "668302885c418ed79e9c717a",
"unit_price": 1.29
},
{
"name": "2 HUSHPUPPIES",
"product_id": "6151",
"product_type": "standard",
"unit_price": 1.29
},
{
"name": "6 HUSHPUPPIES",
"product_id": "17528",
"product_type": "standard",
"unit_price": 2.49
},
{
"name": "6 HUSHPUPPIES-PICKUP",
"product_id": "1888",
"product_type": "standard",
"variant_entity_id": "668302f55c418ed79e9c719b",
"unit_price": 2.49
},
{
"name": "12 HUSHPUPPIES-PICKUP",
"product_id": "1894",
"product_type": "standard",
"variant_entity_id": "668303015c418ed79e9c71a1",
"unit_price": 3.89
},
{
"name": "12 HUSHPUPPIES",
"product_id": "6155",
"product_type": "standard",
"unit_price": 3.89
},
{
"name": "FAMILY FEAST",
"product_id": "2140",
"product_type": "standard",
"is_bundle": true,
"unit_price": 45.99
},
{
"name": "CHICKEN SEA SHARE-PICKUP",
"product_id": "2362",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10
},
{
"name": "FISH SEA SHARE-PICKUP",
"product_id": "2361",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10
},
{
"name": "6PC CRAB CAKE SEA SHARE ADD",
"product_id": "2145",
"product_type": "standard",
"unit_price": 13.39
},
{
"name": "SOUTHWEST SALMON TACO",
"product_id": "1209",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "SWEET CHILI SALMON TACO",
"product_id": "904",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "SEASONED SALMON TACO",
"product_id": "1210",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "BAJA SALMON TACO",
"product_id": "905",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "SOUTHWEST SHRIMP TACO",
"product_id": "1211",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "SWEET CHILI SHRIMP TACO",
"product_id": "907",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "BAJA SHRIMP TACO",
"product_id": "908",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "SEASONED SHRIMP TACO",
"product_id": "1212",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "GRILLED SALMON BOWL-PICKUP",
"product_id": "1868",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "GRILLED SHRIMP BOWL",
"product_id": "902",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "GRILLED SALMON BOWL",
"product_id": "901",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "GRILLED SHRIMP BOWL-PICKUP",
"product_id": "1869",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "GRILLED COD MEAL",
"product_id": "464",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "GRILLED COD/4 SHRIMP MEAL",
"product_id": "466",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "GRILLED SALMON MEAL",
"product_id": "463",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "GRILLED SHRIMP MEAL",
"product_id": "465",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "ADD GRILLED SALMON",
"product_id": "578",
"product_type": "standard",
"unit_price": 4.99
},
{
"name": "1PC GRILLED SALMON-PICKUP",
"product_id": "1877",
"product_type": "standard",
"is_available": false,
"unit_price": 4.99
},
{
"name": "FISH SANDWICH",
"product_id": "254",
"product_type": "standard",
"is_bundle": true,
"unit_price": 5.49
},
{
"name": "FISH SANDWICH-PICKUP",
"product_id": "2767",
"product_type": "standard",
"is_bundle": true,
"unit_price": 5.49
},
{
"name": "BATTERED COD SANDWICH COMBO",
"product_id": "436",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.99
},
{
"name": "BATTERED COD SANDWICH",
"product_id": "408",
"product_type": "standard",
"unit_price": 6.49
},
{
"name": "CHICKEN SANDWICH",
"product_id": "2877",
"product_type": "standard",
"is_bundle": true,
"unit_price": 5.49
},
{
"name": "CHICKEN SANDWICH COMBO",
"product_id": "2878",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "SOUTHWEST CHICKEN TACO",
"product_id": "1234",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "BAJA CHICKEN TACO",
"product_id": "17735",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "SWEET CHILI CHICKEN TACO",
"product_id": "1233",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "KIDS DIET PEPSI",
"product_id": "22380",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 1.59
},
{
"name": "KIDS MTN DEW",
"product_id": "22381",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 1.59
},
{
"name": "KIDS STARRY",
"product_id": "22387",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 1.59
},
{
"name": "KIDS LEMONADE",
"product_id": "19641",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 1.59
},
{
"name": "KIDS UNSWEET TEA",
"product_id": "19645",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 1.59
},
{
"name": "KIDS PEPSI",
"product_id": "22382",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 1.59
},
{
"name": "KIDS ROOT BEER",
"product_id": "22376",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 1.59
},
{
"name": "KIDS DR PEPPER",
"product_id": "19636",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 1.59
},
{
"name": "KIDS STRARRBERRY LEMONADE",
"product_id": "2322",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 1.59
},
{
"name": "KIDS SWEET TEA",
"product_id": "19646",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 1.59
},
{
"name": "SMALL LEMONADE",
"product_id": "974",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL ROOT BEER",
"product_id": "979",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL MTN DEW",
"product_id": "972",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL SWEET TEA",
"product_id": "970",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL PEPSI",
"product_id": "966",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL DR PEPPER",
"product_id": "968",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL STRARRBERRY LEMONADE",
"product_id": "2323",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL STARRY",
"product_id": "971",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL UNSWEET TEA",
"product_id": "969",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL DIET PEPSI",
"product_id": "967",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL LEMONADE-PICKUP",
"product_id": "1908",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL UNSWEET TEA-PICKUP",
"product_id": "1902",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL DR PEPPER-PICKUP",
"product_id": "1901",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL STARRY-PICKUP",
"product_id": "1904",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL ROOT BEER-PICKUP",
"product_id": "1909",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL PEPSI-PICKUP",
"product_id": "1900",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL MTN DEW-PICKUP",
"product_id": "1906",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL STRARRBERRY LEMONADE-PICKUP",
"product_id": "2568",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "SMALL DIET PEPSI-PICKUP",
"product_id": "1903",
"product_type": "standard",
"unit_price": 2.79
},
{
"name": "SMALL SWEET TEA-PICKUP",
"product_id": "1905",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 2.79
},
{
"name": "MEDIUM DIET PEPSI",
"product_id": "12626",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM STRARRBERRY LEMONADE",
"product_id": "2324",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM DR PEPPER",
"product_id": "12598",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM PEPSI",
"product_id": "12570",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM LEMONADE",
"product_id": "13086",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM SWEET TEA",
"product_id": "12654",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM ROOT BEER",
"product_id": "13084",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM STARRY",
"product_id": "12628",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM UNSWEET TEA",
"product_id": "12600",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM MTN DEW",
"product_id": "12656",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM MTN DEW-PICKUP",
"product_id": "1920",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM UNSWEET TEA-PICKUP",
"product_id": "1916",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM DR PEPPER-PICKUP",
"product_id": "1915",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM STRARRBERRY LEMONADE-PICKUP",
"product_id": "2569",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM DIET PEPSI-PICKUP",
"product_id": "1917",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM PEPSI-PICKUP",
"product_id": "1914",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM ROOT BEER-PICKUP",
"product_id": "1923",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM SWEET TEA-PICKUP",
"product_id": "1919",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM LEMONADE-PICKUP",
"product_id": "1922",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "MEDIUM STARRY-PICKUP",
"product_id": "1918",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 2.99
},
{
"name": "LARGE MTN DEW",
"product_id": "26339",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE LEMONADE",
"product_id": "26341",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE PEPSI",
"product_id": "26333",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE DIET PEPSI",
"product_id": "26334",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE ROOT BEER",
"product_id": "26342",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE SWEET TEA",
"product_id": "26337",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE STARRY",
"product_id": "26338",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE DR PEPPER",
"product_id": "26335",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE UNSWEET TEA",
"product_id": "26336",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE STRARRBERRY LEMONADE",
"product_id": "2325",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE PEPSI-PICKUP",
"product_id": "1928",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE SWEET TEA-PICKUP",
"product_id": "1933",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE ROOT BEER-PICKUP",
"product_id": "1937",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE LEMONADE-PICKUP",
"product_id": "1936",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE MTN DEW-PICKUP",
"product_id": "1934",
"product_type": "standard",
"unit_price": 3.19
},
{
"name": "LARGE STARRY-PICKUP",
"product_id": "1932",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE UNSWEET TEA-PICKUP",
"product_id": "1930",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE STRARRBERRY LEMONADE-PICKUP",
"product_id": "2571",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE DR PEPPER-PICKUP",
"product_id": "1929",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "LARGE DIET PEPSI-PICKUP",
"product_id": "1931",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.19
},
{
"name": "APPLE WG JUICE",
"product_id": "583",
"product_type": "standard",
"unit_price": 0.99
},
{
"name": "1PC FISH-PICKUP",
"product_id": "1876",
"product_type": "standard",
"unit_price": 2.99
},
{
"name": "ADD FISH",
"product_id": "11668",
"product_type": "standard",
"unit_price": 2.99
},
{
"name": "1PC CHICKEN-PICKUP",
"product_id": "1883",
"product_type": "standard",
"unit_price": 2.99
},
{
"name": "ADD CHICKEN",
"product_id": "11669",
"product_type": "standard",
"unit_price": 2.99
},
{
"name": "ADD 3PC SHRIMP",
"product_id": "18550",
"product_type": "standard",
"unit_price": 2.99
},
{
"name": "3PC SHRIMP-PICKUP",
"product_id": "1878",
"product_type": "standard",
"unit_price": 2.99
},
{
"name": "ADD CRAB CAKE",
"product_id": "11667",
"product_type": "standard",
"unit_price": 2.99
},
{
"name": "1PC CRAB CAKE-PICKUP",
"product_id": "1882",
"product_type": "standard",
"is_available": false,
"unit_price": 2.99
},
{
"name": "KIDS CHICKEN MEAL-PICKUP",
"product_id": "2384",
"product_type": "standard",
"is_bundle": true,
"unit_price": 5.49
},
{
"name": "KIDS CHICKEN MEAL",
"product_id": "17553",
"product_type": "standard",
"is_bundle": true,
"unit_price": 5.49
},
{
"name": "KIDS FISH MEAL-PICKUP",
"product_id": "2385",
"product_type": "standard",
"is_bundle": true,
"unit_price": 5.49
},
{
"name": "KIDS FISH MEAL",
"product_id": "17552",
"product_type": "standard",
"is_bundle": true,
"unit_price": 5.49
},
{
"name": "KIDS POPCORN SHRIMP MEAL-PICKUP",
"product_id": "2386",
"product_type": "standard",
"is_bundle": true,
"unit_price": 5.99
},
{
"name": "KIDS POPCORN SHRIMP MEAL",
"product_id": "17554",
"product_type": "standard",
"is_bundle": true,
"unit_price": 5.99
},
{
"name": "CHOCOLATE CHEESECAKE",
"product_id": "2462",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "CHOCOLATE CHEESECAKE SLICE-PICKUP",
"product_id": "2523",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "CLASSIC CHEESECAKE",
"product_id": "2463",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "PUMPKIN CHEESECAKE",
"product_id": "2894",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "CLASSIC CHEESECAKE SLICE-PICKUP",
"product_id": "2524",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "FISH & CHICKEN BASKET",
"product_id": "13026",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.99
},
{
"name": "2PC CHICKEN BASKET",
"product_id": "13025",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.99
},
{
"name": "2PC FISH BASKET",
"product_id": "13024",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.99
},
{
"name": "6PC SHRIMP BASKET",
"product_id": "19296",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.99
},
{
"name": "POPCORN SHRIMP BASKET",
"product_id": "16278",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.99
},
{
"name": "1PC FISH & FRY-PICKUP",
"product_id": "2347",
"product_type": "standard",
"is_bundle": true,
"unit_price": 4.29
},
{
"name": "1PC FISH & FRY",
"product_id": "29585",
"product_type": "standard",
"is_bundle": true,
"unit_price": 4.29
},
{
"name": "1PC CKN & FRY",
"product_id": "17308",
"product_type": "standard",
"is_bundle": true,
"unit_price": 4.29
},
{
"name": "1PC FISH CMB",
"product_id": "14892",
"product_type": "standard",
"is_bundle": true,
"unit_price": 4.99
},
{
"name": "1PC CHICKEN COMBO",
"product_id": "14894",
"product_type": "standard",
"is_bundle": true,
"unit_price": 4.79
},
{
"name": "VINEGAR BOTTLE",
"product_id": "13042",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "HOT SAUCE BOTTLE",
"product_id": "13253",
"product_type": "standard",
"unit_price": 2.69
},
{
"name": "IND WAFFLE FRIES",
"product_id": "2665",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 2.79
},
{
"name": "IND GREEN BEANS",
"product_id": "15664",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 2.79
},
{
"name": "IND CORN",
"product_id": "82",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 2.79
},
{
"name": "IND WAFFLE FRIES-PICKUP",
"product_id": "2672",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 2.79
},
{
"name": "IND GREEN BEANS-PICKUP",
"product_id": "1886",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 2.79
},
{
"name": "IND RICE-PICKUP",
"product_id": "1889",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 2.79
},
{
"name": "IND CORN-PICKUP",
"product_id": "1887",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 2.79
},
{
"name": "IND COLE SLAW",
"product_id": "13256",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 2.79
},
{
"name": "IND MACARONI & CHEESE",
"product_id": "18382",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 2.79
},
{
"name": "IND RICE",
"product_id": "13037",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 2.79
},
{
"name": "IND COLE SLAW-PICKUP",
"product_id": "1885",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 2.79
},
{
"name": "FAM GREEN BEANS-PICKUP",
"product_id": "1892",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 5.49
},
{
"name": "FAM COLE SLAW",
"product_id": "13259",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 5.49
},
{
"name": "FAM RICE-PICKUP",
"product_id": "1895",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 5.49
},
{
"name": "FAM CORN-PICKUP",
"product_id": "1893",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 5.49
},
{
"name": "FAM WAFFLE FRIES",
"product_id": "2666",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 5.49
},
{
"name": "FAM GREEN BEANS",
"product_id": "15668",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 5.49
},
{
"name": "FAM WAFFLE FRIES-PICKUP",
"product_id": "2673",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 5.49
},
{
"name": "FAM COLE SLAW-PICKUP",
"product_id": "1891",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 5.49
},
{
"name": "FAM MACARONI & CHEESE",
"product_id": "21938",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 5.49
},
{
"name": "FAM RICE",
"product_id": "13040",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 5.49
},
{
"name": "FAM CORN",
"product_id": "83",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 5.49
},
{
"name": "2PC CHICKEN COMBO-DELIVERY",
"product_id": "1425",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "2PC FISH COMBO-DELIVERY",
"product_id": "1424",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "2PC FISH MEAL-DELIVERY",
"product_id": "1428",
"product_type": "standard",
"is_bundle": true,
"unit_price": 12.09
},
{
"name": "3PC CHICKEN MEAL-DELIVERY",
"product_id": "1429",
"product_type": "standard",
"is_bundle": true,
"unit_price": 12.49
},
{
"name": "8PC SHRIMP MEAL-DELIVERY",
"product_id": "1431",
"product_type": "standard",
"is_bundle": true,
"unit_price": 12.49
},
{
"name": "FISH & CHICKEN MEAL-DELIVERY",
"product_id": "1430",
"product_type": "standard",
"is_bundle": true,
"unit_price": 12.49
},
{
"name": "2 FISH & 3 CHICKEN PLATTER-DELIVERY",
"product_id": "1434",
"product_type": "standard",
"is_bundle": true,
"unit_price": 16.79
},
{
"name": "FISH & SHRIMP PLATTER-DELIVERY",
"product_id": "1432",
"product_type": "standard",
"is_bundle": true,
"unit_price": 16.19
},
{
"name": "2 FISH,CKN & 3 SHP PLATTER-DELIVERY",
"product_id": "1433",
"product_type": "standard",
"is_bundle": true,
"unit_price": 16.19
},
{
"name": "GRILLED SHRIMP BOWL-DELIVERY",
"product_id": "1438",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "GRILLED SALMON BOWL-DELIVERY",
"product_id": "1437",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "GRILLED SHRIMP MEAL-DELIVERY",
"product_id": "1440",
"product_type": "standard",
"is_bundle": true,
"unit_price": 14.39
},
{
"name": "GRILLED SALMON MEAL-DELIVERY",
"product_id": "1439",
"product_type": "standard",
"is_bundle": true,
"unit_price": 14.39
},
{
"name": "8PC FAMILY MEAL-DELIVERY",
"product_id": "1442",
"product_type": "standard",
"is_bundle": true,
"unit_price": 40.79
},
{
"name": "16PC FAMILY MEAL-DELIVERY",
"product_id": "1444",
"product_type": "standard",
"is_bundle": true,
"unit_price": 68.39
},
{
"name": "12PC FAMILY MEAL-DELIVERY",
"product_id": "1443",
"product_type": "standard",
"is_bundle": true,
"unit_price": 55.19
},
{
"name": "3PC SHRIMP-DELIVERY",
"product_id": "1446",
"product_type": "standard",
"unit_price": 3.59
},
{
"name": "GRILLED ADD SALMON-DELIVERY",
"product_id": "1445",
"product_type": "standard",
"unit_price": 5.99
},
{
"name": "1PC FISH-DELIVERY",
"product_id": "1400",
"product_type": "standard",
"unit_price": 3.59
},
{
"name": "1PC CRAB CAKE-DELIVERY",
"product_id": "1450",
"product_type": "standard",
"unit_price": 3.59
},
{
"name": "1PC CHICKEN-DELIVERY",
"product_id": "1451",
"product_type": "standard",
"unit_price": 3.59
},
{
"name": "3PC GRILLED SHRIMP-DELIVERY",
"product_id": "1447",
"product_type": "standard",
"unit_price": 3.59
},
{
"name": "LARGE POPCORN SHRIMP-DELIVERY",
"product_id": "2825",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 8.89
},
{
"name": "SMALL POPCORN SHRIMP-DELIVERY",
"product_id": "1448",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 4.49
},
{
"name": "LARGE CLAMS-DELIVERY",
"product_id": "2824",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 7.09
},
{
"name": "SMALL CLAMS-DELIVERY",
"product_id": "1449",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.59
},
{
"name": "IND CORN-DELIVERY",
"product_id": "1455",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 3.29
},
{
"name": "IND COLE SLAW-DELIVERY",
"product_id": "1453",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 3.29
},
{
"name": "IND MACARONI & CHEESE-DELIVERY",
"product_id": "1617",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 3.29
},
{
"name": "IND WAFFLE FRIES-DELIVERY",
"product_id": "2674",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 3.29
},
{
"name": "IND RICE-DELIVERY",
"product_id": "1457",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 3.29
},
{
"name": "IND GREEN BEANS-DELIVERY",
"product_id": "1454",
"product_type": "standard",
"variant_entity_id": "5bae7236325b8200128fd668",
"unit_price": 3.29
},
{
"name": "FAM GREEN BEANS-DELIVERY",
"product_id": "1460",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 6.59
},
{
"name": "FAM WAFFLE FRIES-DELIVERY",
"product_id": "2675",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 6.59
},
{
"name": "FAM CORN-DELIVERY",
"product_id": "1461",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 6.59
},
{
"name": "12 HUSHPUPPIES-DELIVERY",
"product_id": "1462",
"product_type": "standard",
"unit_price": 4.69
},
{
"name": "FAM MACARONI & CHEESE-DELIVERY",
"product_id": "1618",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 6.59
},
{
"name": "FAM COLE SLAW-DELIVERY",
"product_id": "1459",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 6.59
},
{
"name": "FAM RICE-DELIVERY",
"product_id": "1463",
"product_type": "standard",
"variant_entity_id": "5bae726943f115001281b005",
"unit_price": 6.59
},
{
"name": "CHOCOLATE CHEESECAKE-DELIVERY",
"product_id": "2526",
"product_type": "standard",
"unit_price": 4.79
},
{
"name": "CLASSIC CHEESECAKE-DELIVERY",
"product_id": "2527",
"product_type": "standard",
"unit_price": 4.79
},
{
"name": "SMALL DIET PEPSI-DELIVERY",
"product_id": "1478",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.29
},
{
"name": "SMALL STRARRBERRY LEMONADE-DELIVERY",
"product_id": "2573",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.29
},
{
"name": "SMALL LEMONADE-DELIVERY",
"product_id": "1499",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.29
},
{
"name": "SMALL PEPSI-DELIVERY",
"product_id": "1469",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.29
},
{
"name": "SMALL MTN DEW-DELIVERY",
"product_id": "1487",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.29
},
{
"name": "SMALL ROOT BEER-DELIVERY",
"product_id": "1496",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.29
},
{
"name": "SMALL SWEET TEA-DELIVERY",
"product_id": "1484",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.29
},
{
"name": "SMALL DR PEPPER-DELIVERY",
"product_id": "1472",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.29
},
{
"name": "SMALL STARRY-DELIVERY",
"product_id": "1481",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.29
},
{
"name": "SMALL UNSWEET TEA-DELIVERY",
"product_id": "1475",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.29
},
{
"name": "MEDIUM STRARRBERRY LEMONADE-DELIVERY",
"product_id": "2577",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 3.59
},
{
"name": "MEDIUM LEMONADE-DELIVERY",
"product_id": "1500",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 3.59
},
{
"name": "MEDIUM PEPSI-DELIVERY",
"product_id": "1470",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 3.59
},
{
"name": "MEDIUM DR PEPPER-DELIVERY",
"product_id": "1473",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 3.59
},
{
"name": "MEDIUM DIET PEPSI-DELIVERY",
"product_id": "1479",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 3.59
},
{
"name": "MEDIUM MTN DEW-DELIVERY",
"product_id": "1488",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 3.59
},
{
"name": "MEDIUM ROOT BEER-DELIVERY",
"product_id": "1497",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 3.59
},
{
"name": "MEDIUM SWEET TEA-DELIVERY",
"product_id": "1485",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 3.59
},
{
"name": "MEDIUM UNSWEET TEA-DELIVERY",
"product_id": "1476",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 3.59
},
{
"name": "MEDIUM STARRY-DELIVERY",
"product_id": "1482",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 3.59
},
{
"name": "LARGE STARRY-DELIVERY",
"product_id": "1483",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.79
},
{
"name": "LARGE DIET PEPSI-DELIVERY",
"product_id": "1480",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.79
},
{
"name": "LARGE SWEET TEA-DELIVERY",
"product_id": "1486",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.79
},
{
"name": "LARGE PEPSI-DELIVERY",
"product_id": "1471",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.79
},
{
"name": "LARGE LEMONADE-DELIVERY",
"product_id": "1501",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.79
},
{
"name": "LARGE MTN DEW-DELIVERY",
"product_id": "1489",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.79
},
{
"name": "LARGE ROOT BEER-DELIVERY",
"product_id": "1498",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.79
},
{
"name": "LARGE DR PEPPER-DELIVERY",
"product_id": "1474",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.79
},
{
"name": "LARGE UNSWEET TEA-DELIVERY",
"product_id": "1477",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.79
},
{
"name": "LARGE STRARRBERRY LEMONADE-DELIVERY",
"product_id": "2578",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.79
},
{
"name": "2 GRILLED SALMON TACOS-DELIVERY",
"product_id": "2823",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.49
},
{
"name": "2 GRILLED SHRIMP TACOS-DELIVERY",
"product_id": "2822",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.49
},
{
"name": "2 GRILLED SHRIMP TACOS-PICKUP",
"product_id": "2816",
"product_type": "standard",
"is_bundle": true,
"unit_price": 7.89
},
{
"name": "2 GRILLED SALMON TACOS-PICKUP",
"product_id": "2817",
"product_type": "standard",
"is_bundle": true,
"unit_price": 7.89
},
{
"name": "2 GRILLED SALMON TACOS",
"product_id": "2812",
"product_type": "standard",
"is_bundle": true,
"unit_price": 7.89
},
{
"name": "2 GRILLED SHRIMP TACOS",
"product_id": "2811",
"product_type": "standard",
"is_bundle": true,
"unit_price": 7.89
},
{
"name": "Medium Dr Pepper",
"product_id": "12599",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 0.2,
"prices": [
{
"unit_price": 0.2,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Medium Root Beer",
"product_id": "13085",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 0.1,
"prices": [
{
"unit_price": 0.2,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Medium Drink",
"product_id": "1814",
"product_type": "standard",
"unit_price": 0.1
},
{
"name": "Medium Unsweet Tea",
"product_id": "12601",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 0.2,
"prices": [
{
"unit_price": 0.2,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Medium Mtn Dew",
"product_id": "12689",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 0.1,
"prices": [
{
"unit_price": 0.2,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Medium Sweet Tea",
"product_id": "12655",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 0.2,
"prices": [
{
"unit_price": 0.2,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Medium Diet Pepsi",
"product_id": "12627",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 0.2,
"prices": [
{
"unit_price": 0.2,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Medium Pepsi",
"product_id": "12571",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 0.1,
"prices": [
{
"unit_price": 0.2,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Medium Starry",
"product_id": "12629",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 0.1,
"prices": [
{
"unit_price": 0.2,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Medium StrARRberry Lemonade",
"product_id": "2328",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 0.1,
"prices": [
{
"unit_price": 0.2,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Medium Lemonade",
"product_id": "13275",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 0.1,
"prices": [
{
"unit_price": 0.2,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Large Starry",
"product_id": "26356",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 0.4,
"prices": [
{
"unit_price": 0.3,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Large Unsweet Tea",
"product_id": "26354",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 0.4,
"prices": [
{
"unit_price": 0.3,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Large Sweet Tea",
"product_id": "26355",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 0.4,
"prices": [
{
"unit_price": 0.3,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Large Lemonade",
"product_id": "26359",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 0.4,
"prices": [
{
"unit_price": 0.3,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Large Pepsi",
"product_id": "26351",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 0.4,
"prices": [
{
"unit_price": 0.3,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Large Diet Pepsi",
"product_id": "26352",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 0.4,
"prices": [
{
"unit_price": 0.3,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Large Root Beer",
"product_id": "26360",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 0.4,
"prices": [
{
"unit_price": 0.3,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Large Mtn Dew",
"product_id": "26357",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 0.4,
"prices": [
{
"unit_price": 0.3,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Large StrARRberry Lemonade",
"product_id": "2329",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 0.4,
"prices": [
{
"unit_price": 0.3,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "Large Dr Pepper",
"product_id": "26353",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 0.4,
"prices": [
{
"unit_price": 0.3,
"parent_product_ids": [
"2384",
"17553",
"2385",
"17552",
"2386",
"17554"
]
}
]
},
{
"name": "RED VELVET CHEESECAKE-DELIVERY",
"product_id": "2943",
"product_type": "standard",
"unit_price": 4.79
},
{
"name": "3PC GRILLED SHRIMP-PICKUP",
"product_id": "1879",
"product_type": "standard",
"unit_price": 2.99
},
{
"name": "GRILLED 3PC SHRIMP",
"product_id": "467",
"product_type": "standard",
"unit_price": 2.99
},
{
"name": "CRAB CAKE SEA SHARE-PICKUP",
"product_id": "2736",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13.39
},
{
"name": "CRAB CAKE SEA SHARE",
"product_id": "2460",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13.39
},
{
"name": "CRAB CAKE SEA SHARE-DELIVERY",
"product_id": "2892",
"product_type": "standard",
"is_bundle": true,
"unit_price": 12.49
},
{
"name": "FISH SEA SHARE-DELIVERY",
"product_id": "2370",
"product_type": "standard",
"is_bundle": true,
"unit_price": 12.49
},
{
"name": "KIDS CHERRY PEPSI",
"product_id": "22388",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 1.59
},
{
"name": "SMALL CHERRY PEPSI-DELIVERY",
"product_id": "1466",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.29
},
{
"name": "Kids Cherry Pepsi",
"product_id": "22424",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 0
},
{
"name": "LARGE CHERRY PEPSI-DELIVERY",
"product_id": "1468",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.79
},
{
"name": "SMALL FRUIT PUNCH-DELIVERY",
"product_id": "1508",
"product_type": "standard",
"variant_entity_id": "5a8678171455800001d168ca",
"unit_price": 3.29
},
{
"name": "Kids Fruit Punch",
"product_id": "19656",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 0
},
{
"name": "MEDIUM FRUIT PUNCH-DELIVERY",
"product_id": "1509",
"product_type": "standard",
"variant_entity_id": "5a8678211455800001d168ce",
"unit_price": 3.59
},
{
"name": "KIDS FRUIT PUNCH",
"product_id": "19642",
"product_type": "standard",
"variant_entity_id": "5bb2434280286400120ba7e1",
"unit_price": 1.59
},
{
"name": "LARGE FRUIT PUNCH-DELIVERY",
"product_id": "1510",
"product_type": "standard",
"variant_entity_id": "5a86782d1455800001d168d2",
"unit_price": 3.79
},
{
"name": "2PC FISH MEAL",
"product_id": "6231",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.09
},
{
"name": "3PC CHICKEN MEAL",
"product_id": "6232",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.39
},
{
"name": "15PC SHRIMP SEA SHARE ADD",
"product_id": "2143",
"product_type": "standard",
"unit_price": 10
},
{
"name": "POPCORN SHP SEA SHARE",
"product_id": "2139",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10
},
{
"name": "BATTERED SHP SEA SHARE-PICKUP",
"product_id": "2363",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10
},
{
"name": "POPCORN SHRIMP SEA SHARE ADD",
"product_id": "2147",
"product_type": "standard",
"unit_price": 10
},
{
"name": "GRILLED SHP SEA SHARE",
"product_id": "2127",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10
},
{
"name": "POPCORN SHP SEA SHARE-PICKUP",
"product_id": "2368",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10
},
{
"name": "15PC GRL SHP SEA SHARE ADD",
"product_id": "2146",
"product_type": "standard",
"unit_price": 10
},
{
"name": "GRILLED SHP SEA SHARE-PICKUP",
"product_id": "2367",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10
},
{
"name": "BATTERED SHP SEA SHARE",
"product_id": "2126",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10
},
{
"name": "GRILLED SHP SEA SHARE-DELIVERY",
"product_id": "2373",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "CHICKEN SEA SHARE-DELIVERY",
"product_id": "2371",
"product_type": "standard",
"is_bundle": true,
"unit_price": 12.49
},
{
"name": "POPCORN SHP SEA SHARE-DELIVERY",
"product_id": "2374",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "BATTERED SHP SEA SHARE-DELIVERY",
"product_id": "2372",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "GRILLED SHRIMP BOWL COMBO",
"product_id": "1239",
"product_type": "standard",
"is_bundle": true,
"unit_price": 12.99
},
{
"name": "GRILLED SALMON BOWL COMBO",
"product_id": "1238",
"product_type": "standard",
"is_bundle": true,
"unit_price": 12.99
},
{
"name": "AAP LOBSTER BITES",
"product_id": "26996",
"product_type": "standard",
"unit_price": 4.99
},
{
"name": "LOBSTER BITES COMBO",
"product_id": "26997",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.99
},
{
"name": "LOBSTER BITES PLATTER",
"product_id": "27026",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13.99
},
{
"name": "LOBSTER BITES FAMILY FEAST",
"product_id": "29501",
"product_type": "standard",
"is_bundle": true,
"unit_price": 41.49
},
{
"name": "Lobster Bites",
"product_id": "29502",
"product_type": "standard",
"unit_price": 0
},
{
"name": "2 Lobster Bites",
"product_id": "2947",
"product_type": "standard",
"unit_price": 0
},
{
"name": "LOBSTER BITES FAMILY FEAST-DELIVERY",
"product_id": "2196",
"product_type": "standard",
"is_bundle": true,
"unit_price": 49.79
},
{
"name": "LOBSTER BITES COMBO-DELIVERY",
"product_id": "2194",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13.19
},
{
"name": "AAP LOBSTER BITES-DELIVERY",
"product_id": "2193",
"product_type": "standard",
"unit_price": 5.99
},
{
"name": "SOUTHWEST FISH TACO",
"product_id": "1232",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "BAJA FISH TACO",
"product_id": "256",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "SWEET CHILI FISH TACO",
"product_id": "1231",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "LOBSTER BITES FAMILY FEAST-PICKUP",
"product_id": "2192",
"product_type": "standard",
"is_bundle": true,
"unit_price": 41.49
},
{
"name": "LOBSTER BITES COMBO-PICKUP",
"product_id": "2190",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.99
},
{
"name": "LOBSTER BITES TAIL PACK-PICKUP",
"product_id": "2189",
"product_type": "standard",
"unit_price": 4.99
},
{
"name": "2 TACOS",
"product_id": "1247",
"product_type": "standard",
"is_bundle": true,
"unit_price": 7.89
},
{
"name": "LOBSTER BITES PLATTER-PICKUP",
"product_id": "2191",
"product_type": "standard",
"is_bundle": true,
"unit_price": 13.99
},
{
"name": "2PC FISH MEAL-PICKUP",
"product_id": "1859",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.09
},
{
"name": "3PC CHICKEN MEAL-PICKUP",
"product_id": "1860",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.39
},
{
"name": "FISH & CHICKEN MEAL-PICKUP",
"product_id": "1861",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.39
},
{
"name": "8PC SHRIMP MEAL-PICKUP",
"product_id": "1862",
"product_type": "standard",
"is_bundle": true,
"unit_price": 10.39
},
{
"name": "2PC BATTERED COD MEAL-PICKUP",
"product_id": "2922",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.39
},
{
"name": "3PC FISH MEAL-PICKUP",
"product_id": "2835",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.89
},
{
"name": "GRILLED SALMON MEAL-PICKUP",
"product_id": "1870",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "GRILLED SHRIMP MEAL-PICKUP",
"product_id": "1871",
"product_type": "standard",
"is_bundle": true,
"unit_price": 11.99
},
{
"name": "8PC FAMILY MEAL-PICKUP",
"product_id": "1873",
"product_type": "standard",
"is_bundle": true,
"unit_price": 33.99
},
{
"name": "12PC FAMILY MEAL-PICKUP",
"product_id": "1874",
"product_type": "standard",
"is_bundle": true,
"unit_price": 45.99
},
{
"name": "FAMILY FEAST-PICKUP",
"product_id": "2149",
"product_type": "standard",
"is_bundle": true,
"unit_price": 45.99
},
{
"name": "2PC CHICKEN BASKET-PICKUP",
"product_id": "2522",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.99
},
{
"name": "2PC FISH BASKET-PICKUP",
"product_id": "2600",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.99
},
{
"name": "6PC SHRIMP BASKET-PICKUP",
"product_id": "2494",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.99
},
{
"name": "POPCORN SHRIMP BASKET-PICKUP",
"product_id": "2492",
"product_type": "standard",
"is_bundle": true,
"unit_price": 8.99
},
{
"name": "2 TACO COMBO",
"product_id": "1235",
"product_type": "standard",
"is_bundle": true,
"unit_price": 9.99
},
{
"name": "RED VELVET CHEESECAKE",
"product_id": "2941",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "RED VELVET CHEESECAKE SLICE-PICKUP",
"product_id": "2942",
"product_type": "standard",
"unit_price": 3.99
},
{
"name": "LOBSTER BITES PLATTER-DELIVERY",
"product_id": "2195",
"product_type": "standard",
"is_bundle": true,
"unit_price": 16.79
},
{
"name": "16PC FAMILY MEAL-PICKUP",
"product_id": "1875",
"product_type": "standard",
"is_bundle": true,
"unit_price": 56.99
}
],
"time_period": {
"id": "57de618a-7cb1-4295-8098-603c96200709",
"available_days": [
{
"start_time": "00:00:00",
"end_time": "23:59:59",
"days": [
"sun",
"mon",
"tue",
"wed",
"thu",
"fri",
"sat"
]
}
]
}
}
],
"store_number": "31261"
}Ordering Integration Data
Sample Ordering Integration Data Response Body
{
"enable_stockout_notifications": true,
"ignore_cache": true,
"menu_engine_excluded_properties": [],
"order_source_ids": [
"Web"
],
"service_name": "Slalom",
"triggered_by": "DM",
"company_id": "{company_id}",
"site_id": "{site_id}",
"server_timestamp": "2024-10-28T14:53:07.584Z",
"version": "3.9.11",
"menu_timestamp": "2024-10-28T14:53:00.000Z",
"menu_type": "Site",
"mcid": "{mcid}",
"store_number": "0005",
"items": [
{
"discounts": [
{
"name": "$8 Off Coupon",
"code": "407",
"apply_type": "manual",
"calc": {
"type": "fixed_amount",
"value": 8,
"max_value": 0
},
"eval_criteria": {
"label": "",
"rules": [],
"expression": "AND"
},
"apply_criteria": {
"selected_product_ids": []
}
},
{
"name": "Free Medium Beverage",
"code": "202",
"apply_type": "manual",
"calc": {
"type": "fixed_rate",
"value": 100,
"max_value": 0
},
"eval_criteria": {
"rules": [
{
"product_ids": [],
"target_value": 1,
"operator": "=",
"total_on": "quantity",
"discount_criteria": "tags",
"tag_names": [
"All Medium Beverages"
]
}
],
"expression": "OR"
},
"apply_criteria": {
"label": "",
"selected_tags_entity_ids": [
"65fd82ec24be482141ed7fcb"
],
"condition": "include",
"discount_scope_type": "both",
"repeat_mode": "unit",
"quantity": 1,
"repeat": 1,
"multiple_item_set": false,
"include_rolled_up_prices": "all_ordered",
"apply_manually_times": 1,
"selected_product_ids": [
"1320011",
"1310017",
"1310008",
"1310014",
"1210008",
"1410011",
"1210005",
"3240002",
"1410017",
"3240008",
"1320002",
"1320008",
"1120005",
"1410014",
"114",
"1320017",
"1120011",
"1210017",
"1310023",
"1210029",
"1310029",
"1210026",
"1210032",
"1210038",
"1310011",
"1210002",
"1310026",
"1310032",
"1310035",
"1210011",
"1320014",
"1410005",
"1410002",
"1120008",
"1410008",
"1310005",
"1320005",
"1310038",
"1320023",
"3240005",
"1310020",
"1310002",
"1210020",
"3240011"
],
"product_ids": [
"1320011",
"1310017",
"1310008",
"1310014",
"1210008",
"1410011",
"1210005",
"3240002",
"1410017",
"3240008",
"1320002",
"1320008",
"1120005",
"1410014",
"114",
"1320017",
"1120011",
"1210017",
"1310023",
"1210029",
"1310029",
"1210026",
"1210032",
"1210038",
"1310011",
"1210002",
"1310026",
"1310032",
"1310035",
"1210011",
"1320014",
"1410005",
"1410002",
"1120008",
"1410008",
"1310005",
"1320005",
"1310038",
"1320023",
"3240005",
"1310020",
"1310002",
"1210020",
"3240011"
],
"tag_names": [
"All Medium Beverages"
]
}
},
{
"name": "Employee 50% Off Order",
"code": "500",
"apply_type": "manual",
"calc": {
"type": "fixed_rate",
"value": 50,
"max_value": 0
},
"eval_criteria": {
"label": "",
"rules": [],
"expression": "AND"
},
"apply_criteria": {
"selected_product_ids": []
}
}
]
}
]
}