Hey everyone!
I’m working with Shopify’s GraphQL Admin API and trying to figure out how to add products to specific markets (e.g., for international selling). I’ve been looking through the docs but can’t seem to find a clear example of how to associate a product with a market using the GraphQL API.
Has anyone done this before?
- Is there a specific mutation for adding a product to a market?
- Do I need to manage this through
publication
or some other field? - Any example queries or tips would be greatly appreciated!
Thanks in advance!