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
In Fashion segment it's common to have different product colours as different (similar) products instead of SKUs, due to the limited number of SKUs we can have on the platform. It's impossible to get product specifications (such as colour) in the current orderForm implementation without having to make an extra API call for each item, impacting user experience. For mobile apps this is unfeasible.
Add resolver "productSpecificationGroups" to Item
In Fashion segment it's common to have different product colours as different (similar) products instead of SKUs, due to the limited number of SKUs we can have on the platform. It's impossible to get product specifications (such as colour) in the current orderForm implementation without having to make an extra API call for each item, impacting user experience. For mobile apps this is unfeasible.
We've opened an PR implementing this.
vtex-apps/checkout-graphql#191
In the proposed implementation, it would be possible to get this data with the query:
The text was updated successfully, but these errors were encountered: