I am trying to maintain a list of sales channels each of the products in our Shopify store are in. What is the best approach? Which API endpoint should I hit to either:
Pass a product and see the sales channels the product is in
Pass a sales channel and see the products that are in it?
Permissions are not the issue here. I’ve temporarily given the API key full permissions.
I’d prefer to keep it simple and use the REST API’s instead of giving myself a brain aneurysm struggling with the GraphQL APIs.
So there’s no way using a Shopify REST API to retrieve a sales channel and the list of products in it, or a or retrieve a product and the list of sales channels it appears in?
GraphQL, although more powerful, is much more complicated for some development teams to incorporate.