Open
Description
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
Assignees
Labels
Type
Projects
Status
Pull Request in Progress