Shop_Receipt2 with PK shop_id = XXXXXXXX AND receipt_id = YYYYYYYYYY does not exist #1456
Unanswered
dikshantniraula-333
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Orders disappear after being fetched via Etsy API (Shop_Receipt2 not found)
Hi Etsy community,
I’m running into an issue across several Etsy shops when fetching orders through the API, and I’d like to know if anyone else has experienced this or has insights into why it happens.
What’s happening
API response
When I call
getShopReceiptwith the correctshop_idandreceipt_id, I get this error:{ "error": "Shop_Receipt2 with PK shop_id = <actual_shop_id> AND receipt_id = <actual_receipt_id> does not exist" } Any input from the Etsy team or from other developers in the community who may have run into this would be extremely helpful. Looking forward to your insights and possible workarounds. Thanks for your time and support! 🙏Beta Was this translation helpful? Give feedback.
All reactions