-
Hello everyone, I’m facing an issue with the Etsy API when trying to retrieve all receipts for one of my accounts. According to the Etsy interface, the total number of receipts is around 4000, but when I use the GET /shops/{shop_id}/receipts endpoint from the Etsy API documentation, the API only returns 2300 receipts. Here are the key details:
Questions:
I will also attach screenshots showing the total number of receipts in the interface and the number returned via API for more clarity. Any guidance or insights would be greatly appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! I think that these are not exactly the same values. Count of receipts is total amount of customer orders, and sales - total amount of all sold items. Some receipts can have multiple items in it, so number of sales gonna be greater than total number of receipts. |
Beta Was this translation helpful? Give feedback.
Hi! I think that these are not exactly the same values. Count of receipts is total amount of customer orders, and sales - total amount of all sold items. Some receipts can have multiple items in it, so number of sales gonna be greater than total number of receipts.