> ## 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.

# SubmitCartData

> 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="/docs/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`](/docs/api-reference/submitcartresult)
