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

magento/devdocs#: Add customerOrders query API errors #6049

Merged
merged 2 commits into from
Nov 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions guides/v2.3/graphql/queries/customer-orders.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ Attribute | Data type | Description
`id` | Int | The ID assigned to the customer's order
`increment_id` | String | An ID that indicates the sequence of the order in the customer's order history
`status` | String | The status of the order, such as `open`, `processing`, or `closed`

## Errors

Error | Description
--- | ---
`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.