For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Storefront
Types
Inputs
CreateCheckoutInput
INPUT
Copy page
Create checkout input object
Input fields
lineItems
list of
CartLineItemInputs
Optional
List of cart line items
Show 5 fields
giftCertificates
list of
CartGiftCertificateInputs
Optional
List of gift certificates
Show 7 fields
currencyCode
String
Optional
ISO-4217 currency code
locale
String
Optional
Locale of the cart
shippingConsignments
list of
CreateCheckoutShippingConsignmentInputs
Optional
The list of shipping consignments
Show 2 fields
billingAddress
CheckoutAddressInput
Optional
The checkout billing address
Show 14 fields
coupons
list of Strings
Optional
List of coupon codes to apply to the checkout
Referenced by
Mutations
createCheckout(input)