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
Describe the bug
When we do client.product.fetchAll() and iterate through the products, variants have a barcode field that should be present if set in the store side. The barcode field is not fetched as now and the GraphQL query used to fetch the products/variants doesn't have the barcode field included.
Bug details
Describe the bug
When we do
client.product.fetchAll()
and iterate through the products, variants have abarcode
field that should be present if set in the store side. Thebarcode
field is not fetched as now and the GraphQL query used to fetch the products/variants doesn't have thebarcode
field included.To Reproduce
See description
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
v1.2.0
]Additional context
Add any other context about the problem here.
Bug Report Checklist
The text was updated successfully, but these errors were encountered: