Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

AMC Entertainment Holdings Orders API

Order creation, payment, fulfillment, and management.

AMC Entertainment Holdings Orders API is one of 16 APIs that AMC Entertainment Holdings publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 11 JSON Schema definitions.

Tagged areas include Orders. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, a JSON-LD context, and 11 JSON Schemas.

This API exposes 19 operations across 14 paths, and defines 13 schemas. It is described by OpenAPI 3.0.3, at version v2.

Requests are made against a single base URL, https://api.amctheatres.com.

19 operations 14 paths 13 schemas 4 DELETE4 GET1 PATCH8 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v2
Base URL
https://api.amctheatres.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

AMC Entertainment Holdings Orders API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-AMC-Vendor-Key (VendorKey). By default, every request must be authenticated.

  • VendorKey — AMC vendor API key issued via the AMC Theatres developer portal.

Paths & Operations 19

Across 14 paths, the API surfaces 19 operations — 4 DELETE, 4 GET, 1 PATCH, 8 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Orders 19

Order creation, payment, fulfillment, and management.

POST
/v3/orders
Create Order
createOrder body → 201
POST
/v3/orders/record
Record Completed Order
recordOrder body → 201
GET
/v3/orders/{order-id}
Get Order By Id
getOrder 1 param → 200
PUT
/v3/orders/{order-id}
Update Order Contact Info
updateOrderContact 1 param body → 200
DELETE
/v3/orders/{order-id}
Delete Order By Id
deleteOrder 1 param → 204
GET
/v3/orders/token-{token}
Get Order By Token
getOrderByToken 1 param → 200
GET
/v3/orders/{order-id}/email-{email}/
Lookup Order By Id and Email
getOrderByIdAndEmail 2 params → 200
POST
/v3/orders/{order-id}/products
Add Product To Order
addOrderProduct 1 param body → 201
PUT
/v3/orders/{order-id}/products/{line-number}
Update Product in Order
updateOrderProduct 2 params body → 200
PATCH
/v3/orders/{order-id}/products/{line-number}
Patch Product Delivery Info
patchOrderProduct 2 params body → 200
DELETE
/v3/orders/{order-id}/products/{line-number}
Delete Product From Order
deleteOrderProduct 2 params → 204
POST
/v3/orders/{order-id}/products/{line-number}/sms-ticket-confirmation/{phone-number}
Send Ticket Confirmation SMS
sendTicketConfirmationSms 3 params → 202
POST
/v3/orders/{order-id}/payments
Add Payment To Order
addOrderPayment 1 param body → 201
DELETE
/v3/orders/{order-id}/payments/{line-number}
Delete Payment From Order
deleteOrderPayment 2 params → 204
POST
/v3/orders/{order-id}/refresh-expiration
Refresh Order Expiration
refreshOrderExpiration 1 param → 200
POST
/v3/orders/{order-id}/loyalty-rewards-application
Apply Loyalty Rewards To Order
applyLoyaltyRewards 1 param → 200
DELETE
/v3/orders/{order-id}/loyalty-rewards-application
Remove Loyalty Rewards From Order
removeLoyaltyRewards 1 param → 204
POST
/v3/orders/{order-id}/failed-payment-auths
Record Failed Payment Authorization
recordFailedPaymentAuth 1 param body → 201
GET
/v3/amc-accounts/{account-id}/orders/
List Orders For AMC Account
listAccountOrders 3 params → 200

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are Order (13 properties), OrderProduct (11 properties), OrderContact (5 properties), OrderProductAdd (4 properties). Each schema is shown below with its type and property counts.

OrderProduct
object
11 properties
FailedPaymentAuth
object
3 properties
OrderProductPatch
object
3 properties
OrderProductAdd
object
4 properties 2 required
PagedCollection
object
4 properties
HalLinks
object
OrderCreate
object
3 properties 1 required
OrderContact
object
5 properties
OrderProductUpdate
Order
object
13 properties
OrderCollection
Payment
object
4 properties
OrderRecord
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

amc-entertainment-holdings-orders-api-openapi.yml Raw ↑

Other APIs AMC Entertainment Holdings publishes across the network.

AMC Entertainment Holdings Barcodes API
AMC Entertainment Holdings Concessions API
AMC Entertainment Holdings Locations API
AMC Entertainment Holdings Loyalty API
AMC Entertainment Holdings Markets API
AMC Entertainment Holdings Media API
AMC Entertainment Holdings MovieConfirmations API
AMC Entertainment Holdings Movies API
AMC Entertainment Holdings Refunds API
AMC Entertainment Holdings Seating API
AMC Entertainment Holdings Showtimes API
AMC Entertainment Holdings States API