GraphQL API
Search…
GraphQL API
General
Introduction
Features
GraphQL
Getting Started
Overview
Architecture
Playground
API Key (Authentication)
SDK
CLI
GraphQL API
Products
Categories
Checkout & Payments
Orders
Customers
Api data reference
Inputs
Mutations
Objects
Address
Channel
Checkout
CheckoutResponse
CheckoutError
Order
Product
Return
Supplier
Data Types
Entities
Powered By
GitBook
Checkout
type Checkout {
id: ID
created: Date
updated: Date
channel: Channel
email: String
billingAddress: AddressCustomer
shippingAddress: AddressCustomer
items: [CheckoutItem]
shippingPrice: TaxedMoney
shippingMethod: ShippingMethod
subtotalPrice: TaxedMoney
totalPrice: TaxedMoney
shippingMethods: [ShippingMethod]
availablePaymentGateways: [PaymentGateway]
}
Fields
id
(
ID
)
created
(
Date
)
updated
(
Date
)
channel (
Channel
)
email
billingAddress
shippingAddress
items
shippingPrice
shippingMethod
subtotalPrice
totalPrice
shippingMethods
availablePaymentGateways
Previous
Channel
Next
CheckoutResponse
Last modified
6mo ago
Copy link