Reputation: 583
How can I find all the orders that include a certain specific product?
Upvotes: 6
Views: 435
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