> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "Checkout"
description: "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)


---

*Powered by [holocron.so](https://holocron.so)*
