You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2019. It is now read-only.
As a Magento developer, I want access to fields of related/up-sell/cross-sell products so I can fetch data for those secondary products in one call and render them on storefront.
Benefits
Developer productivity, request efficiency, being able to execute one call instead of several
Acceptance criteria
GraphQL user can request the following fields for related/upsell/cross-sell product from original first-level products:
Name
SKU
Regular and minimal price (full object)
Main image
url key
canonical url
Important: implementation should make use of deferred field resolution in interest of performance (see media gallery implementation as reference)
The text was updated successfully, but these errors were encountered:
misha-kotov
changed the title
Products: access to full related/up-sell/cross-sell product fields
Products: access to related/up-sell/cross-sell product fields
Oct 4, 2018
Uh oh!
There was an error while loading. Please reload this page.
Description
As a Magento developer, I want access to fields of related/up-sell/cross-sell products so I can fetch data for those secondary products in one call and render them on storefront.
Benefits
Developer productivity, request efficiency, being able to execute one call instead of several
Acceptance criteria
The text was updated successfully, but these errors were encountered: