diff --git a/guides/v2.3/graphql/mutations/create-empty-cart.md b/guides/v2.3/graphql/mutations/create-empty-cart.md index ab52c5b284a..b0a68954c5c 100644 --- a/guides/v2.3/graphql/mutations/create-empty-cart.md +++ b/guides/v2.3/graphql/mutations/create-empty-cart.md @@ -71,3 +71,10 @@ Attribute | Data Type | Description ## Output attributes The `createEmptyCart` mutation returns the cart ID. + +## Errors + +Error | Description +--- | --- +`Cart with ID "XXX" already exists.` | The specified cart ID was previously used to create a cart. +`Cart ID length should to be 32 symbols.` | The cart ID is not the required length.