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

Commit a564435

Browse files
authored
Merge pull request #6051 from atwixfirster/api-errors-customerDownloadableProducts
magento/devdocs#: Add customerDownloadableProducts query API errors
2 parents 2f2d1be + 7b3c9aa commit a564435

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

guides/v2.3/graphql/queries/customer-downloadable-products.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,9 @@ Attribute | Type | Description
7575
`order_increment_id` | String | The purchase order ID
7676
`remaining_downloads` | String | Determines the number of times the customer can download the product
7777
`status` | String | Determines the stage in the order workflow when the download becomes available. Options are `Pending` and `Invoiced`
78+
79+
## Errors
80+
81+
Error | Description
82+
--- | ---
83+
`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)