Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 71cbebd

Browse files
atwixfirsterkeharper
authored andcommitted
magento/devdocs#: Add createEmptyCart mutation API errors (#5881)
- https://devdocs.magento.com/guides/v2.3/graphql/mutations/create-empty-cart.html
1 parent 6b39e7d commit 71cbebd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

guides/v2.3/graphql/mutations/create-empty-cart.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,10 @@ Attribute | Data Type | Description
7171
## Output attributes
7272

7373
The `createEmptyCart` mutation returns the cart ID.
74+
75+
## Errors
76+
77+
Error | Description
78+
--- | ---
79+
`Cart with ID "XXX" already exists.` | The specified cart ID was previously used to create a cart.
80+
`Cart ID length should to be 32 symbols.` | The cart ID is not the required length.

0 commit comments

Comments
 (0)