-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Priority: P2A defect with this priority could have functionality issues which are not to expectations.A defect with this priority could have functionality issues which are not to expectations.Progress: PR in progressProject: GraphQLReported on 2.4.xIndicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.feature request
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
Priority: P2A defect with this priority could have functionality issues which are not to expectations.A defect with this priority could have functionality issues which are not to expectations.Progress: PR in progressProject: GraphQLReported on 2.4.xIndicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.feature request
Type
Projects
Status
Pull Request in Progress