> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 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

***

<ParamField path="cart" type={<><a href="/api-reference/cart">Cart!</a></>} required>
  The cart associated with the checkout.
</ParamField>

<ParamField path="status" type={<><a href="/api-reference/checkoutstatus">CheckoutStatus!</a></>} required>
  The status of the checkout.
</ParamField>

<ParamField path="orders" type={<><a href="/api-reference/order">[Order!]!</a></>} required>
  The list of orders associated with the checkout.
</ParamField>

## Mutations

* [`checkoutByCartID`](/api-reference/orderbyid)
