All items ordered across all orders #737
Unanswered
pipeline-eric
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@pipeline-eric This is a pretty wide open comment. Are you looking to get all orders in your own shop? You can't get all items across orders not associated with your own shop so I assume that's the case. But there's no endpoint that will return all individual products ordered across multiple receipts. You'd have to get all receipts and go through the transactions in each receipt to get the listing ids. Then you can call the getListingsByListingIds endpoint to get the products. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create an app that will download the data as JSON so that I can see all items ordered across all orders. Is this the best route to take or am I missing something? Has anyone else done something similar?
Beta Was this translation helpful? Give feedback.
All reactions