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?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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. |
|||
|
|