Skip to content

Adding product_name and link_title in customerDownloadableProducts GraphQL #37702

Open
@raghvendra-1112

Description

@raghvendra-1112

Description (*)

When running the customerDownloadableProducts GraphQL query you'll not get the product_name and link_title of the purchased item.

Current Schema

Current schema to get details of Downloadables Products
customerDownloadableProducts {
items {
date
download_url
order_increment_id
remaining_downloads
status
}
}

And I need the product_name and link_title also in response to show the customer.

Required Schema

customerDownloadableProducts {
    items {
        date
        download_url
        order_increment_id
        remaining_downloads
        status
        product_name
        link_title
    }
}

Metadata

Metadata

Type

No type

Projects

Status

Pull Request in Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions