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
My goal was to have one component that I could use both in the API call, and using the regular page context. Is there a reason these attributes are returned differently?
The text was updated successfully, but these errors were encountered:
When you look at
?debug=context
a product is returned as the following object with cherry picked attributes:But query the same product with
utils.api.product.getById( )
and it returnsMy goal was to have one component that I could use both in the API call, and using the regular page context. Is there a reason these attributes are returned differently?
The text was updated successfully, but these errors were encountered: