Reputation: 3602
We are building an app to pull orders from Shopify and import them into a third-party system. As part of this we need to access metafield data for the products. Is this included in the product details returned by the API call?
Upvotes: 1
Views: 560
Reputation: 11427
Nope.. if you pull a Product, Order or any other resource with an API call, you'll need to pull the metafields if any are associated with that resource with a separate call. Same thing with the metafields assigned to Variants, or any other resources. They are always a separate API call.
Upvotes: 3