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

---
title: "SubmitCartData"
description: "Represents the result of submitting a cart."
---

## Fields

***

<ParamField path="id" type="ID!" required>
  This non-null field represents the unique identifier (ID) of the submitted cart.
</ParamField>

<ParamField path="stores" type={<a href="/api-reference/submitstoreresult">[SubmitStoreResult!]!</a>} required>
  This non-null list field contains the submission results of individual stores within the cart.
</ParamField>

## Related types

* [`SubmitCartResult`](/api-reference/submitcartresult)


---

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