Objects
Checkout
Represents information related to the checkout process of a user’s order submission, which includes details such as the user’s shipping address, payment method, and any applicable discounts or promotions.
Fields
cart
required
The cart associated with the checkout.
status
required
The status of the checkout.
orders
required
The list of orders associated with the checkout.
Mutations
Was this page helpful?