Concessions

V1

Concessions available at a theatre.


Endpoints

Verb Endpoint Description
GET /v1/theatres/{theatre-id}/concessions Get all Concessions for a Theatre.
GET /v1/concessions/{theatre-product-assignment-id} Get Concession by Theatre Product Assignment Id.
GET /v1/theatres/{theatre-id}/concessions/{concession-id} Get Concession by Theatre and Concession Id.

Concessions Query Parameters

  • You may optionally supply a category query string parameter to find concessions in the specified category.
  • You may optionally supply a group query string parameter to find concessions in the specified group.
  • You may optionally supply a page-number query string parameter to specify which page of results to retrieve.
    • If one isn't provided the results will begin with the first page (a value of 1 will be used).
  • You may optionally supply a page-size query string parameter to specify the number of results per page.
    • If one isn't provided a default of 10 will be used.

Concessions Properties

Name Description
pageSize The number of results included for each page, up to a maximum of 100. Defaults to 10.
pageNumber The page number returned.
count The total number of results available across all pages.
_embedded.Concessions A list of Concession Representations returned.

Concessions Links

Relation Description Verbs Templated
self The current list of Concessions results. GET No
previous The previous page of Concessions results. GET No
next The next page of Concessions results. GET No

Concession


Concession Properties

Name Description
name Concession name.
displayName Web displayable concession name.
description Description of the concession product.
nutritionalInfo Nutritional info.
size Size.
price Price inclusive of tax. The value is not final and is for display only.
estimatedPriceWithFees Price inclusive of tax and fees. The value is not final and is for display only.
tax Tax. The value is not final and is for display only.
sku SKU.
prepTime Prep time in minutes.
theatreId The theatre id.
concessionId The concession id.
disabledThruDate The date the concession is disabled thru.
media.imageSmall Small concession image.
media.imageLarge Large concession image.
discounts List of potentially applicable discounts.
  • id: the discount's unique id.
  • amount: the discount amount.
  • type: the discount type (ex. Upgrade or a traditional Discount).
  • referenceProductId: a seperate product id referenced by the discount (ex. the product id of the product being Upgraded).
groups List of groups.
  • name: the concessions group name.
  • media.imageSmall: small concessions group image.
  • media.imageLarge: large concessions group image.
_embedded.Categories List of categories.
_embedded.ModifierGroups A list of required and optional product modifier group representations, if any.
_embedded.ComboComponents A list of product combo component product representations if the product type is combo.
_embedded.UpsellGroup The product upsell group representation associated with this concessions product.


Concession Links

Relation Description Methods Templated
self The current concession. GET No
https://api.amctheatres.com/rels/v2/media The concession's associated media (video, images, etc.) GET Yes
https://api.amctheatres.com/rels/v2/theatre The concession's theatre GET No

Category


Category Properties

Name Description
name Category name.
level Category hierarchy level.
sortOrder Category sort order within level.
productSortOrder Product sort order within the lowest level category.
media.imageSmall Small concessions category image.
media.imageLarge Large concessions category image.
categoryId The Category Id.


Category Links

Relation Description Methods Templated
self The current concession category. GET No
https://api.amctheatres.com/rels/v1/concessions All concessions belonging to the category. GET Yes
https://api.amctheatres.com/rels/v2/media The concession category's associated media (video, images, etc.) GET Yes

Modifier Group


Modifier Group Properties

Name Description
id Modifier group id.
groupName Modifier group name.
required Required modifier indicator
  • true
  • false
minimumQuantity The minimum number of times modifiers within the group can be applied.
maximumQuantity The maximum number of times modifiers within the group can be applied.
sortOrder The ascending order that the modifier group should be displayed by.
_embedded.Modifiers A list of product modifier representations.


Modifier Group Links

Relation Description Methods Templated
self The current modifier concessions group. GET No
https://api.amctheatres.com/rels/v1/concessions All modifier concessions belonging to the group. GET Yes

Modifier


Modifier Properties

Name Description
concessionId Concession Id of the combo component.
name Modifier concession name.
displayName Web displayable modifier concession name.
sku SKU.
price Price inclusive of tax. The value is not final and is for display only.
tax Tax. The value is not final and is for display only.


Modifier Links

Relation Description Methods Templated
self The current modifier concession. GET No

Combo Component


Combo Component Properties

Name Description
concessionId Concession Id of the combo component.
name Combo component name.
type Combo component type
  • Concession
  • Group
quantity Combo component quantity.
sortOrder Combo component display sort order.
_embedded.GroupComboComponents If combo component type is "Group", a list of all combo component concessions in the group.


Combo Component Links

Relation Description Methods Templated
self If combo component type is "Concession", the current combo component concession. If combo component type is "Group", the current combo component concessions group. GET No
https://api.amctheatres.com/rels/v1/concessions If combo component type is "Group", all combo component concessions belonging to the group. GET Yes

Group Combo Component


Group Combo Component Properties

Name Description
concessionId Concession Id of the combo component.
name Combo component name.
sku SKU.


Group Combo Component Links

Relation Description Methods Templated
self The current combo component concession. GET No

Upsell Group


Upsell Group Properties

Name Description
name Upsell group name.
_embedded.UpsellConcessions All upsell concessions belonging to the group.


Upsell Group Links

Relation Description Methods Templated
self The current upsell concessions group. GET No
https://api.amctheatres.com/rels/v1/concessions All upsell concessions belonging to the group. GET Yes

Upsell Concession


Upsell Concession Properties

Name Description
name upsell concession name.
sku SKU.
price Price inclusive of tax. The value is not final and is for display only.
tax Tax. The value is not final and is for display only.
concessionId The upsell concession id.


Upsell Concession Links

Relation Description Methods Templated
self The current upsell concession. GET No

Examples

Get Concessions.
GET  https://api.amctheatres.com/v1/theatres/610/concessions

Response

{
  "pageSize": 10,
  "pageNumber": 1,
  "count": 116,
  "_embedded": {
    "concessions": [
      {
        "name": "Large Decaf Coffee",
        "displayName": "Large Decaf Coffee",
        "nutritionalInfo": "5-10",
        "size": "",
        "price": 4.15,
        "estimatedPriceWithFees": 5.15,
        "tax": 0.36,
        "taxGroupId": 11,
        "taxAtComboItemLevel": false,
        "sku": "CONCESSIONS-1800237",
        "prepTime": 0,
        "theatreId": 610,
        "concessionId": 8082954,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082954-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082954-large.jpg"
        },
        "discounts": [],
        "_embedded": {
          "categories": [
            {
              "name": "Hot Drinks",
              "level": 2,
              "sortOrder": 6,
              "productSortOrder": 0,
              "categoryId": 21,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/21/{media-type}",
                  "templated": true
                }
              }
            },
            {
              "name": "Drinks",
              "level": 1,
              "sortOrder": 3,
              "categoryId": 4,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/4/{media-type}",
                  "templated": true
                }
              }
            }
          ],
          "modifierGroups": [
            {
              "groupName": "Customize:",
              "required": false,
              "minimumQuantity": 0,
              "maximumQuantity": 1,
              "sortOrder": 1,
              "_embedded": {
                "modifiers": [
                  {
                    "concessionId": 8082967,
                    "name": "Half & Half",
                    "displayName": "Half & Half",
                    "sku": "CONCESSIONS-1796059",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1796059",
                        "templated": false
                      }
                    }
                  },
                  {
                    "concessionId": 8082968,
                    "name": "Sugar",
                    "displayName": "Sugar",
                    "sku": "CONCESSIONS-1796060",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1796060",
                        "templated": false
                      }
                    }
                  },
                  {
                    "concessionId": 8082969,
                    "name": "Decaf",
                    "displayName": "Decaf",
                    "sku": "CONCESSIONS-1804126",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1804126",
                        "templated": false
                      }
                    }
                  }
                ]
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/groups/124",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?group=customize%3a",
                  "templated": false
                }
              }
            }
          ]
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/concessions/1800237",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/products/8082954/{media-type}",
            "templated": true
          },
          "https://api.amctheatres.com/rels/v2/theatre": {
            "href": "https://api.amctheatres.com/v1/theatres/610",
            "templated": false
          }
        }
      },
      {
        "name": "Large Green Tea",
        "displayName": "Large Green Tea",
        "nutritionalInfo": "5-10",
        "size": "",
        "price": 4.15,
        "estimatedPriceWithFees": 5.15,
        "tax": 0.36,
        "taxGroupId": 11,
        "taxAtComboItemLevel": false,
        "sku": "CONCESSIONS-1800233",
        "prepTime": 0,
        "theatreId": 610,
        "concessionId": 8082950,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082950-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082950-large.jpg"
        },
        "discounts": [],
        "_embedded": {
          "categories": [
            {
              "name": "Hot Drinks",
              "level": 2,
              "sortOrder": 6,
              "productSortOrder": 0,
              "categoryId": 21,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/21/{media-type}",
                  "templated": true
                }
              }
            },
            {
              "name": "Drinks",
              "level": 1,
              "sortOrder": 3,
              "categoryId": 4,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/4/{media-type}",
                  "templated": true
                }
              }
            }
          ],
          "modifierGroups": [
            {
              "groupName": "Customize:",
              "required": false,
              "minimumQuantity": 0,
              "maximumQuantity": 1,
              "sortOrder": 1,
              "_embedded": {
                "modifiers": [
                  {
                    "concessionId": 8082967,
                    "name": "Half & Half",
                    "displayName": "Half & Half",
                    "sku": "CONCESSIONS-1796059",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1796059",
                        "templated": false
                      }
                    }
                  },
                  {
                    "concessionId": 8082968,
                    "name": "Sugar",
                    "displayName": "Sugar",
                    "sku": "CONCESSIONS-1796060",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1796060",
                        "templated": false
                      }
                    }
                  },
                  {
                    "concessionId": 8082969,
                    "name": "Decaf",
                    "displayName": "Decaf",
                    "sku": "CONCESSIONS-1804126",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1804126",
                        "templated": false
                      }
                    }
                  }
                ]
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/groups/124",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?group=customize%3a",
                  "templated": false
                }
              }
            }
          ]
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/concessions/1800233",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/products/8082950/{media-type}",
            "templated": true
          },
          "https://api.amctheatres.com/rels/v2/theatre": {
            "href": "https://api.amctheatres.com/v1/theatres/610",
            "templated": false
          }
        }
      },
      {
        "name": "Large Hot Chocolate",
        "displayName": "Large Hot Chocolate",
        "description": "",
        "nutritionalInfo": "25-45",
        "size": "",
        "price": 4.15,
        "estimatedPriceWithFees": 5.15,
        "tax": 0.36,
        "taxGroupId": 11,
        "taxAtComboItemLevel": false,
        "sku": "CONCESSIONS-1800231",
        "prepTime": 0,
        "theatreId": 610,
        "concessionId": 8082948,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082948-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082948-large.jpg"
        },
        "discounts": [],
        "_embedded": {
          "categories": [
            {
              "name": "Hot Drinks",
              "level": 2,
              "sortOrder": 6,
              "productSortOrder": 0,
              "categoryId": 21,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/21/{media-type}",
                  "templated": true
                }
              }
            },
            {
              "name": "Drinks",
              "level": 1,
              "sortOrder": 3,
              "categoryId": 4,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/4/{media-type}",
                  "templated": true
                }
              }
            }
          ],
          "modifierGroups": [
            {
              "groupName": "Cafe' Options",
              "required": false,
              "minimumQuantity": 0,
              "maximumQuantity": 1,
              "sortOrder": 1,
              "_embedded": {
                "modifiers": [
                  {
                    "concessionId": 8082956,
                    "name": "Whip",
                    "displayName": "Whip",
                    "sku": "CONCESSIONS-1804089",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1804089",
                        "templated": false
                      }
                    }
                  }
                ]
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/groups/33",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?group=cafe%27+options",
                  "templated": false
                }
              }
            }
          ]
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/concessions/1800231",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/products/8082948/{media-type}",
            "templated": true
          },
          "https://api.amctheatres.com/rels/v2/theatre": {
            "href": "https://api.amctheatres.com/v1/theatres/610",
            "templated": false
          }
        }
      },
      {
        "name": "Large Coffee",
        "displayName": "Large Coffee",
        "nutritionalInfo": "5-10",
        "size": "",
        "price": 4.15,
        "estimatedPriceWithFees": 5.15,
        "tax": 0.36,
        "taxGroupId": 11,
        "taxAtComboItemLevel": false,
        "sku": "CONCESSIONS-1800235",
        "prepTime": 0,
        "theatreId": 610,
        "concessionId": 8082952,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082952-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082952-large.jpg"
        },
        "discounts": [],
        "_embedded": {
          "categories": [
            {
              "name": "Hot Drinks",
              "level": 2,
              "sortOrder": 6,
              "productSortOrder": 0,
              "categoryId": 21,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/21/{media-type}",
                  "templated": true
                }
              }
            },
            {
              "name": "Drinks",
              "level": 1,
              "sortOrder": 3,
              "categoryId": 4,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/4/{media-type}",
                  "templated": true
                }
              }
            }
          ],
          "modifierGroups": [
            {
              "groupName": "Customize:",
              "required": false,
              "minimumQuantity": 0,
              "maximumQuantity": 1,
              "sortOrder": 1,
              "_embedded": {
                "modifiers": [
                  {
                    "concessionId": 8082967,
                    "name": "Half & Half",
                    "displayName": "Half & Half",
                    "sku": "CONCESSIONS-1796059",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1796059",
                        "templated": false
                      }
                    }
                  },
                  {
                    "concessionId": 8082968,
                    "name": "Sugar",
                    "displayName": "Sugar",
                    "sku": "CONCESSIONS-1796060",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1796060",
                        "templated": false
                      }
                    }
                  },
                  {
                    "concessionId": 8082969,
                    "name": "Decaf",
                    "displayName": "Decaf",
                    "sku": "CONCESSIONS-1804126",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1804126",
                        "templated": false
                      }
                    }
                  }
                ]
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/groups/124",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?group=customize%3a",
                  "templated": false
                }
              }
            }
          ]
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/concessions/1800235",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/products/8082952/{media-type}",
            "templated": true
          },
          "https://api.amctheatres.com/rels/v2/theatre": {
            "href": "https://api.amctheatres.com/v1/theatres/610",
            "templated": false
          }
        }
      },
      {
        "name": "Regular Hot Chocolate",
        "displayName": "Regular Hot Chocolate",
        "description": "",
        "nutritionalInfo": "25-40",
        "size": "",
        "price": 3.6,
        "estimatedPriceWithFees": 4.6,
        "tax": 0.31,
        "taxGroupId": 11,
        "taxAtComboItemLevel": false,
        "sku": "CONCESSIONS-1800230",
        "prepTime": 0,
        "theatreId": 610,
        "concessionId": 8082947,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082947-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082947-large.jpg"
        },
        "discounts": [],
        "_embedded": {
          "categories": [
            {
              "name": "Hot Drinks",
              "level": 2,
              "sortOrder": 6,
              "productSortOrder": 0,
              "categoryId": 21,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/21/{media-type}",
                  "templated": true
                }
              }
            },
            {
              "name": "Drinks",
              "level": 1,
              "sortOrder": 3,
              "categoryId": 4,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/4/{media-type}",
                  "templated": true
                }
              }
            }
          ],
          "modifierGroups": [
            {
              "groupName": "Cafe' Options",
              "required": false,
              "minimumQuantity": 0,
              "maximumQuantity": 1,
              "sortOrder": 1,
              "_embedded": {
                "modifiers": [
                  {
                    "concessionId": 8082956,
                    "name": "Whip",
                    "displayName": "Whip",
                    "sku": "CONCESSIONS-1804089",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1804089",
                        "templated": false
                      }
                    }
                  }
                ]
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/groups/33",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?group=cafe%27+options",
                  "templated": false
                }
              }
            }
          ]
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/concessions/1800230",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/products/8082947/{media-type}",
            "templated": true
          },
          "https://api.amctheatres.com/rels/v2/theatre": {
            "href": "https://api.amctheatres.com/v1/theatres/610",
            "templated": false
          }
        }
      },
      {
        "name": "Regular Decaf Coffee",
        "displayName": "Regular Decaf Coffee",
        "nutritionalInfo": "5-10",
        "size": "",
        "price": 3.6,
        "estimatedPriceWithFees": 4.6,
        "tax": 0.31,
        "taxGroupId": 11,
        "taxAtComboItemLevel": false,
        "sku": "CONCESSIONS-1800236",
        "prepTime": 0,
        "theatreId": 610,
        "concessionId": 8082953,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082953-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082953-large.jpg"
        },
        "discounts": [],
        "_embedded": {
          "categories": [
            {
              "name": "Hot Drinks",
              "level": 2,
              "sortOrder": 6,
              "productSortOrder": 0,
              "categoryId": 21,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/21/{media-type}",
                  "templated": true
                }
              }
            },
            {
              "name": "Drinks",
              "level": 1,
              "sortOrder": 3,
              "categoryId": 4,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/4/{media-type}",
                  "templated": true
                }
              }
            }
          ],
          "modifierGroups": [
            {
              "groupName": "Customize:",
              "required": false,
              "minimumQuantity": 0,
              "maximumQuantity": 1,
              "sortOrder": 1,
              "_embedded": {
                "modifiers": [
                  {
                    "concessionId": 8082967,
                    "name": "Half & Half",
                    "displayName": "Half & Half",
                    "sku": "CONCESSIONS-1796059",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1796059",
                        "templated": false
                      }
                    }
                  },
                  {
                    "concessionId": 8082968,
                    "name": "Sugar",
                    "displayName": "Sugar",
                    "sku": "CONCESSIONS-1796060",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1796060",
                        "templated": false
                      }
                    }
                  },
                  {
                    "concessionId": 8082969,
                    "name": "Decaf",
                    "displayName": "Decaf",
                    "sku": "CONCESSIONS-1804126",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1804126",
                        "templated": false
                      }
                    }
                  }
                ]
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/groups/124",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?group=customize%3a",
                  "templated": false
                }
              }
            }
          ]
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/concessions/1800236",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/products/8082953/{media-type}",
            "templated": true
          },
          "https://api.amctheatres.com/rels/v2/theatre": {
            "href": "https://api.amctheatres.com/v1/theatres/610",
            "templated": false
          }
        }
      },
      {
        "name": "Regular Green Tea",
        "displayName": "Regular Green Tea",
        "nutritionalInfo": "5-10",
        "size": "",
        "price": 3.6,
        "estimatedPriceWithFees": 4.6,
        "tax": 0.31,
        "taxGroupId": 11,
        "taxAtComboItemLevel": false,
        "sku": "CONCESSIONS-1800232",
        "prepTime": 0,
        "theatreId": 610,
        "concessionId": 8082949,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082949-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082949-large.jpg"
        },
        "discounts": [],
        "_embedded": {
          "categories": [
            {
              "name": "Hot Drinks",
              "level": 2,
              "sortOrder": 6,
              "productSortOrder": 0,
              "categoryId": 21,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/21/{media-type}",
                  "templated": true
                }
              }
            },
            {
              "name": "Drinks",
              "level": 1,
              "sortOrder": 3,
              "categoryId": 4,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/4/{media-type}",
                  "templated": true
                }
              }
            }
          ],
          "modifierGroups": [
            {
              "groupName": "Customize:",
              "required": false,
              "minimumQuantity": 0,
              "maximumQuantity": 1,
              "sortOrder": 1,
              "_embedded": {
                "modifiers": [
                  {
                    "concessionId": 8082967,
                    "name": "Half & Half",
                    "displayName": "Half & Half",
                    "sku": "CONCESSIONS-1796059",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1796059",
                        "templated": false
                      }
                    }
                  },
                  {
                    "concessionId": 8082968,
                    "name": "Sugar",
                    "displayName": "Sugar",
                    "sku": "CONCESSIONS-1796060",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1796060",
                        "templated": false
                      }
                    }
                  },
                  {
                    "concessionId": 8082969,
                    "name": "Decaf",
                    "displayName": "Decaf",
                    "sku": "CONCESSIONS-1804126",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1804126",
                        "templated": false
                      }
                    }
                  }
                ]
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/groups/124",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?group=customize%3a",
                  "templated": false
                }
              }
            }
          ]
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/concessions/1800232",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/products/8082949/{media-type}",
            "templated": true
          },
          "https://api.amctheatres.com/rels/v2/theatre": {
            "href": "https://api.amctheatres.com/v1/theatres/610",
            "templated": false
          }
        }
      },
      {
        "name": "Regular Coffee",
        "displayName": "Regular Coffee",
        "nutritionalInfo": "5-10",
        "size": "",
        "price": 3.6,
        "estimatedPriceWithFees": 4.6,
        "tax": 0.31,
        "taxGroupId": 11,
        "taxAtComboItemLevel": false,
        "sku": "CONCESSIONS-1800234",
        "prepTime": 0,
        "theatreId": 610,
        "concessionId": 8082951,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082951-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082951-large.jpg"
        },
        "discounts": [],
        "_embedded": {
          "categories": [
            {
              "name": "Hot Drinks",
              "level": 2,
              "sortOrder": 6,
              "productSortOrder": 0,
              "categoryId": 21,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=hot+drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/21/{media-type}",
                  "templated": true
                }
              }
            },
            {
              "name": "Drinks",
              "level": 1,
              "sortOrder": 3,
              "categoryId": 4,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=drinks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/4/{media-type}",
                  "templated": true
                }
              }
            }
          ],
          "modifierGroups": [
            {
              "groupName": "Customize:",
              "required": false,
              "minimumQuantity": 0,
              "maximumQuantity": 1,
              "sortOrder": 1,
              "_embedded": {
                "modifiers": [
                  {
                    "concessionId": 80829567,
                    "name": "Half & Half",
                    "displayName": "Half & Half",
                    "sku": "CONCESSIONS-1796059",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1796059",
                        "templated": false
                      }
                    }
                  },
                  {
                    "concessionId": 8082968,
                    "name": "Sugar",
                    "displayName": "Sugar",
                    "sku": "CONCESSIONS-1796060",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1796060",
                        "templated": false
                      }
                    }
                  },
                  {
                    "concessionId": 8082969,
                    "name": "Decaf",
                    "displayName": "Decaf",
                    "sku": "CONCESSIONS-1804126",
                    "price": 0,
                    "tax": 0,
                    "_links": {
                      "self": {
                        "href": "https://api.amctheatres.com/v1/concessions/1804126",
                        "templated": false
                      }
                    }
                  }
                ]
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/groups/124",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?group=customize%3a",
                  "templated": false
                }
              }
            }
          ]
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/concessions/1800234",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/products/8082951/{media-type}",
            "templated": true
          },
          "https://api.amctheatres.com/rels/v2/theatre": {
            "href": "https://api.amctheatres.com/v1/theatres/610",
            "templated": false
          }
        }
      },
      {
        "name": "Bavarian Legend Pretzel + 1 Large Drink",
        "displayName": "Bavarian Legend Pretzel + 1 Large Drink",
        "description": "",
        "nutritionalInfo": "1920-2800",
        "size": "",
        "price": 23.2,
        "estimatedPriceWithFees": 24.2,
        "tax": 2.01,
        "taxGroupId": 18,
        "taxAtComboItemLevel": false,
        "sku": "CONCESSIONS-1796519",
        "prepTime": 30,
        "theatreId": 610,
        "concessionId": 8082262,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082262-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082262-large.jpg"
        },
        "discounts": [],
        "_embedded": {
          "categories": [
            {
              "name": "Bavarian Legend + 1 Large Drink",
              "level": 2,
              "sortOrder": 4,
              "productSortOrder": 0,
              "categoryId": 9901388,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/9901388-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/9901388-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/bavarian+legend+%2b+1+large+drink",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=bavarian+legend+%2b+1+large+drink",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/9901388/{media-type}",
                  "templated": true
                }
              }
            },
            {
              "name": "Combos",
              "level": 1,
              "sortOrder": 1,
              "categoryId": 2,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/2-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/2-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/combos",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=combos",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/2/{media-type}",
                  "templated": true
                }
              }
            }
          ],
          "comboComponents": [
            {
              "concessionId": 8082925,
              "name": "Bavarian Legend Pretzel",
              "sku": "CONCESSIONS-1796206",
              "type": "Concession",
              "quantity": 1,
              "sortOrder": 1,
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/concessions/1796206",
                  "templated": false
                }
              }
            },
            {
              "concessionId": 8082934,
              "name": "Large Drink",
              "sku": "CONCESSIONS-2270585",
              "type": "Concession",
              "quantity": 1,
              "sortOrder": 2,
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/concessions/2270585",
                  "templated": false
                }
              }
            }
          ]
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/concessions/1796519",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/products/8082262/{media-type}",
            "templated": true
          },
          "https://api.amctheatres.com/rels/v2/theatre": {
            "href": "https://api.amctheatres.com/v1/theatres/610",
            "templated": false
          }
        }
      },
      {
        "name": "Bavarian Legend Pretzel",
        "displayName": "Bavarian Legend Pretzel",
        "description": "",
        "nutritionalInfo": "1920",
        "size": "",
        "price": 16.41,
        "estimatedPriceWithFees": 17.41,
        "tax": 1.42,
        "taxGroupId": 13,
        "taxAtComboItemLevel": false,
        "sku": "CONCESSIONS-1796206",
        "prepTime": 30,
        "theatreId": 610,
        "concessionId": 8082237,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082237-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082237-large.jpg"
        },
        "discounts": [],
        "_embedded": {
          "categories": [
            {
              "name": "Bavarian Legend",
              "level": 2,
              "sortOrder": 2,
              "productSortOrder": 0,
              "categoryId": 9901398,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/9901398-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/9901398-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/bavarian+legend",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=bavarian+legend",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/9901398/{media-type}",
                  "templated": true
                }
              }
            },
            {
              "name": "Snacks",
              "level": 1,
              "sortOrder": 7,
              "categoryId": 7,
              "media": {
                "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/7-small.jpg",
                "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/7-large.jpg"
              },
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/snacks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v1/concessions": {
                  "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=snacks",
                  "templated": false
                },
                "https://api.amctheatres.com/rels/v2/media": {
                  "href": "https://api.amctheatres.com/v2/media/product-categories/7/{media-type}",
                  "templated": true
                }
              }
            }
          ]
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/concessions/1796206",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/products/8082237/{media-type}",
            "templated": true
          },
          "https://api.amctheatres.com/rels/v2/theatre": {
            "href": "https://api.amctheatres.com/v1/theatres/610",
            "templated": false
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "https://api.amctheatres.com/v1/theatres/610/concessions?page-number=1&page-size=10",
      "templated": false
    },
    "upSellProduct": {
      "href": "https://api.amctheatres.com/v1/theatres/610/concessions/up-sell",
      "templated": false
    },
    "next": {
      "href": "https://api.amctheatres.com/v1/theatres/610/concessions?page-number=2&page-size=10",
      "templated": false
    }
  }
}
Get Concession.
GET  https://api.amctheatres.com/v1/concessions/1800237

Response

{
  "name": "Large Decaf Coffee",
  "displayName": "Large Decaf Coffee",
  "nutritionalInfo": "5-10",
  "size": "",
  "price": 4.15,
  "estimatedPriceWithFees": 5.15,
  "tax": 0.36,
  "taxGroupId": 11,
  "taxAtComboItemLevel": false,
  "sku": "CONCESSIONS-1800237",
  "prepTime": 0,
  "theatreId": 610,
  "concessionId": 8082954,
  "media": {
    "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082954-small.jpg",
    "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082954-large.jpg"
  },
  "discounts": [],
  "_embedded": {
    "categories": [
      {
        "name": "Hot Drinks",
        "level": 2,
        "sortOrder": 6,
        "productSortOrder": 0,
        "categoryId": 21,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-large.jpg"
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/hot+drinks",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v1/concessions": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=hot+drinks",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/product-categories/21/{media-type}",
            "templated": true
          }
        }
      },
      {
        "name": "Drinks",
        "level": 1,
        "sortOrder": 3,
        "categoryId": 4,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-large.jpg"
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/drinks",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v1/concessions": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=drinks",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/product-categories/4/{media-type}",
            "templated": true
          }
        }
      }
    ],
    "modifierGroups": [
      {
        "groupName": "Customize:",
        "required": false,
        "minimumQuantity": 0,
        "maximumQuantity": 1,
        "sortOrder": 1,
        "_embedded": {
          "modifiers": [
            {
              "concessionId": 8082967,
              "name": "Half & Half",
              "displayName": "Half & Half",
              "sku": "CONCESSIONS-1796059",
              "price": 0,
              "tax": 0,
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/concessions/1796059",
                  "templated": false
                }
              }
            },
            {
              "concessionId": 8082968,
              "name": "Sugar",
              "displayName": "Sugar",
              "sku": "CONCESSIONS-1796060",
              "price": 0,
              "tax": 0,
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/concessions/1796060",
                  "templated": false
                }
              }
            },
            {
              "concessionId": 8082969,
              "name": "Decaf",
              "displayName": "Decaf",
              "sku": "CONCESSIONS-1804126",
              "price": 0,
              "tax": 0,
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/concessions/1804126",
                  "templated": false
                }
              }
            }
          ]
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions/groups/124",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v1/concessions": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions?group=customize%3a",
            "templated": false
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "https://api.amctheatres.com/v1/concessions/1800237",
      "templated": false
    },
    "https://api.amctheatres.com/rels/v2/media": {
      "href": "https://api.amctheatres.com/v2/media/products/8082954/{media-type}",
      "templated": true
    },
    "https://api.amctheatres.com/rels/v2/theatre": {
      "href": "https://api.amctheatres.com/v1/theatres/610",
      "templated": false
    }
  }
}
Get Concession at Theatre.
GET  https://api.amctheatres.com/v1/theatres/610/concessions/8082954

Response

{
  "name": "Large Decaf Coffee",
  "displayName": "Large Decaf Coffee",
  "nutritionalInfo": "5-10",
  "size": "",
  "price": 4.15,
  "estimatedPriceWithFees": 5.15,
  "tax": 0.36,
  "taxGroupId": 11,
  "taxAtComboItemLevel": false,
  "sku": "CONCESSIONS-1800237",
  "prepTime": 0,
  "theatreId": 610,
  "concessionId": 8082954,
  "media": {
    "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082954-small.jpg",
    "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082954-large.jpg"
  },
  "discounts": [],
  "_embedded": {
    "categories": [
      {
        "name": "Hot Drinks",
        "level": 2,
        "sortOrder": 6,
        "productSortOrder": 0,
        "categoryId": 21,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-large.jpg"
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/hot+drinks",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v1/concessions": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=hot+drinks",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/product-categories/21/{media-type}",
            "templated": true
          }
        }
      },
      {
        "name": "Drinks",
        "level": 1,
        "sortOrder": 3,
        "categoryId": 4,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-large.jpg"
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/drinks",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v1/concessions": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=drinks",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/product-categories/4/{media-type}",
            "templated": true
          }
        }
      }
    ],
    "modifierGroups": [
      {
        "groupName": "Customize:",
        "required": false,
        "_embedded": {
          "modifiers": [
            {
              "concessionId": 8082967,
              "name": "Half & Half",
              "displayName": "Half & Half",
              "sku": "CONCESSIONS-1796059",
              "price": 0,
              "tax": 0,
              "minimumQuantity": 0,
              "maximumQuantity": 1,
              "displaySortOrder": 1,
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/concessions/1796059",
                  "templated": false
                }
              }
            },
            {
              "concessionId": 8082968,
              "name": "Sugar",
              "displayName": "Sugar",
              "sku": "CONCESSIONS-1796060",
              "price": 0,
              "tax": 0,
              "minimumQuantity": 0,
              "maximumQuantity": 1,
              "displaySortOrder": 2,
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/concessions/1796060",
                  "templated": false
                }
              }
            },
            {
              "concessionId": 8082969,
              "name": "Decaf",
              "displayName": "Decaf",
              "sku": "CONCESSIONS-1804126",
              "price": 0,
              "tax": 0,
              "minimumQuantity": 0,
              "maximumQuantity": 1,
              "displaySortOrder": 3,
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/concessions/1804126",
                  "templated": false
                }
              }
            }
          ]
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions/groups/124",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v1/concessions": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions?group=customize%3a",
            "templated": false
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "https://api.amctheatres.com/v1/concessions/1800237",
      "templated": false
    },
    "https://api.amctheatres.com/rels/v2/media": {
      "href": "https://api.amctheatres.com/v2/media/products/8082954/{media-type}",
      "templated": true
    },
    "https://api.amctheatres.com/rels/v2/theatre": {
      "href": "https://api.amctheatres.com/v1/theatres/610",
      "templated": false
    }
  }
}
Get Disabled Concession at Theatre.
GET  https://api.amctheatres.com/v1/theatres/610/concessions/8082954?include-disabled=true

Response

{
  "name": "Large Decaf Coffee",
  "displayName": "Large Decaf Coffee",
  "nutritionalInfo": "5-10",
  "size": "",
  "price": 4.15,
  "tax": 0.36,
  "taxGroupId": 11,
  "taxAtComboItemLevel": false,
  "sku": "CONCESSIONS-1800237",
  "prepTime": 0,
  "theatreId": 610,
  "concessionId": 8082954,
  "disabledThruDate": "2023-07-13",
  "media": {
    "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082954-small.jpg",
    "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/8082954-large.jpg"
  },
  "discounts": [],
  "_embedded": {
    "categories": [
      {
        "name": "Hot Drinks",
        "level": 2,
        "sortOrder": 6,
        "productSortOrder": 0,
        "categoryId": 21,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/21-large.jpg"
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/hot+drinks",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v1/concessions": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=hot+drinks",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/product-categories/21/{media-type}",
            "templated": true
          }
        }
      },
      {
        "name": "Drinks",
        "level": 1,
        "sortOrder": 3,
        "categoryId": 4,
        "media": {
          "imageSmall": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-small.jpg",
          "imageLarge": "https://amc-theatres-res.cloudinary.com/amc-cdn/production/2/concessions/categories/4-large.jpg"
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions/categories/drinks",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v1/concessions": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions?category=drinks",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v2/media": {
            "href": "https://api.amctheatres.com/v2/media/product-categories/4/{media-type}",
            "templated": true
          }
        }
      }
    ],
    "modifierGroups": [
      {
        "groupName": "Customize:",
        "required": false,
        "_embedded": {
          "modifiers": [
            {
              "concessionId": 8082967,
              "name": "Half & Half",
              "displayName": "Half & Half",
              "sku": "CONCESSIONS-1796059",
              "price": 0,
              "tax": 0,
              "minimumQuantity": 0,
              "maximumQuantity": 1,
              "displaySortOrder": 1,
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/concessions/1796059",
                  "templated": false
                }
              }
            },
            {
              "concessionId": 8082968,
              "name": "Sugar",
              "displayName": "Sugar",
              "sku": "CONCESSIONS-1796060",
              "price": 0,
              "tax": 0,
              "minimumQuantity": 0,
              "maximumQuantity": 1,
              "displaySortOrder": 2,
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/concessions/1796060",
                  "templated": false
                }
              }
            },
            {
              "concessionId": 8082969,
              "name": "Decaf",
              "displayName": "Decaf",
              "sku": "CONCESSIONS-1804126",
              "price": 0,
              "tax": 0,
              "minimumQuantity": 0,
              "maximumQuantity": 1,
              "displaySortOrder": 3,
              "_links": {
                "self": {
                  "href": "https://api.amctheatres.com/v1/concessions/1804126",
                  "templated": false
                }
              }
            }
          ]
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions/groups/124",
            "templated": false
          },
          "https://api.amctheatres.com/rels/v1/concessions": {
            "href": "https://api.amctheatres.com/v1/theatres/610/concessions?group=customize%3a",
            "templated": false
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "https://api.amctheatres.com/v1/concessions/1800237",
      "templated": false
    },
    "https://api.amctheatres.com/rels/v2/media": {
      "href": "https://api.amctheatres.com/v2/media/products/8082954/{media-type}",
      "templated": true
    },
    "https://api.amctheatres.com/rels/v2/theatre": {
      "href": "https://api.amctheatres.com/v1/theatres/610",
      "templated": false
    }
  }
}