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: Cart!

The cart associated with the checkout.


status: CheckoutStatus!

The status of the checkout.


orders: [Order!]!

The list of orders associated with the checkout.


Mutations