MageSmith
QueryCustomerDownloadable · Magento 2.4.9

customerDownloadableProducts

customerDownloadableProducts is a Magento 2 GraphQL query in the CustomerDownloadable module. Return a list of downloadable products the customer has purchased. It returns CustomerDownloadableProducts and requires an Authorization header (Bearer customer token).

Last verified: against Magento 2.4.9.

Returns

CustomerDownloadableProducts

Resolver class

Magento\CustomerDownloadableGraphQl\Model\Resolver\CustomerDownloadableProducts

Cache

cacheable: no

Example request

Auto-generated from the SDL — paste-ready against your store's /graphql endpoint. Replace the host, store code, and any required values before running.

Headers

Content-Type
application/json
Store
default store view code; use 'default' for the single-store baseline
Authorization
Bearer <CUSTOMER_TOKEN> obtain from generateCustomerToken mutation

Query

query {
  customerDownloadableProducts {
    items {
      order_increment_id
      date
      status
      download_url
      remaining_downloads
    }
  }
}

Variables

{}

Every Magento dev tool, in one hosted workspace.

Free to sign up. Nothing to install. Drafts, audits, and projects saved across every tool.