brennanag
brennanag

Reputation: 583

Using Shopify API, can I find all orders with product x?

How can I find all the orders that include a certain specific product?

Upvotes: 6

Views: 435

Answers (1)

John Duff
John Duff

Reputation: 38588

There isnt an easy way to do this at the moment. Your best bet is to store the relationship in your own db and listen for new orders with webhooks.

Upvotes: 5

Related Questions