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

---
title: "SubmitStoreResult"
description: "Represents the result of submitting a store within a cart."
---

## Fields

***

<ParamField path="store" type={<a href="/api-reference/store">Store!</a>} required>
  This field represents the store's information for which the cart submission result is provided.
</ParamField>

<ParamField path="status" type={<a href="/api-reference/submitstorestatus">SubmitStoreStatus!</a>} required>
  This non-null field is an enumeration that represents the status of the checkout process for the store.
</ParamField>

<ParamField path="orderId" type="ID!" required>
  This field represents the order ID of the order created during the checkout process. It can be used for tracking or troubleshooting purposes.
</ParamField>

<ParamField path="requestId" type="ID!" required>
  **Deprecated**. Use `orderId` instead.
</ParamField>

<ParamField path="isSubmitted" type="Boolean!" required>
  True if the store items ended up with a successful checkout
</ParamField>

<ParamField path="errors" type={<a href="/api-reference/submitstoreresulterror">SubmitStoreResultError!</a>} required>
  Store submit errors.
</ParamField>

## Related types

* [`SubmitCartData`](/api-reference/submitcartdata)


---

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