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

Commit 9aecc6c

Browse files
authored
Merge pull request #6049 from atwixfirster/api-errors-customerOrders
magento/devdocs#: Add customerOrders query API errors
2 parents a564435 + f2dc3a5 commit 9aecc6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

guides/v2.3/graphql/queries/customer-orders.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,9 @@ Attribute | Data type | Description
7979
`id` | Int | The ID assigned to the customer's order
8080
`increment_id` | String | An ID that indicates the sequence of the order in the customer's order history
8181
`status` | String | The status of the order, such as `open`, `processing`, or `closed`
82+
83+
## Errors
84+
85+
Error | Description
86+
--- | ---
87+
`The current customer isn't authorized.` | The current customer is not currently logged in, or the customer's token does not exist in the `oauth_token` table.

0 commit comments

Comments
 (0)