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

---
title: "SubmitStoreResultErrorCode"
description: "An enumeration value representing the error codes returned if submit store fails."
---

## Valid values

***

`ALREADY_SUBMITTED` — The order for this store has already been submitted, and cannot be submitted again.

***

`FEATURE_UNSUPPORTED` — This store does not support a requested feature (e.g. attempting to use promo codes for an Amazon order).

***

`INTERNAL_SERVER_ERROR` — An internal error occurred while trying to service your request. This error is usually intermittent and cart submission can be safely retried.

***

`PAYMENT_FAILED` — An error occurred while trying to capture payment from the provided payment token (e.g. the card could be expired). This error can be resolved by using a different payment method.

***

`PRODUCTS_UNAVAILABLE` — Some of the product(s) sold by this store were out of stock, so the order did not go through.

***

`SUBMIT_STORE_FAILED` — This generally indicates that your request was invalid. For example, passing a shipping method ID which does not exist on the store's offer will result in this error. Your [`submitCart`](/api-reference/submitcart) input payload must be adjusted to resolve this error.

***

`UNDELIVERABLE` — There were no available shipping methods to the buyer identity address, so the order did not go through.

***

`UPSTREAM_SERVICE_ERROR` — An error occurred in one of our upstream dependencies. This error is usually intermittent and cart submission be safely retried.

***

## Related types

* [`SubmitStoreResultError`](/api-reference/submitstoreresulterror)


---

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