Skip to content
Guides

Error codes

Partial catalog of application codes and their confirmed HTTP status.

Last updated:

It includes application codes explicitly associated with one HTTP status in a public Admin, Storefront, or Auth route.

It is not exhaustive per endpoint: responses originating in dependent services, framework validation, OAuth, or infrastructure are excluded.

1 code was omitted because it is associated with more than one HTTP status; it will not be published until the contract is unambiguous.

Carts

CodeHTTP
Carts.NotActive400
Carts.NotFound404
Carts.ReceiptEmpty400
Carts.ReceiptInvalidContent400
Carts.ReceiptInvalidType400
Carts.ReceiptTooLarge400

Common

CodeHTTP
Common.BadRequest400

Customer

CodeHTTP
Customer.EmailInUse409

Customers

CodeHTTP
Customers.ProfileRequired400

OAuth

CodeHTTP
OAuth.InvalidClientMetadata400
OAuth.InvalidRedirectUri400

OrderDrafts

CodeHTTP
OrderDrafts.AuthenticationRequired401
OrderDrafts.ShareNotAvailable404
OrderDrafts.ShareNotFound404

Orders

CodeHTTP
Orders.NotFound404
Orders.ReviewContextNotFound404

Product

CodeHTTP
Product.NotFound404

ProductReview

CodeHTTP
ProductReview.AlreadyExists409
ProductReview.OrderInvalid400
ProductReview.OrderMismatch400
ProductReview.OrderOwnerMismatch400
ProductReview.ProductNotPurchased400
ProductReview.ReviewLinkNotFound404

Store

CodeHTTP
Store.AccessContext500
Store.AccessDenied401
Store.AccessKeyNotConfigured400
Store.CustomerAccountsScopeInvalid400
Store.NotFound404

StorefrontRoute

CodeHTTP
StorefrontRoute.NotFound404

On this page