Receipt API missing fields in Etsy V3 from Etsy V2 #859
-
I am working on a migration between Etsy v2 to Etsy V3. The endpoints that I am working on are:
In Etsy V2, there were an order_id and transactions[].product_data.sku, and I still need these fields in Etsy V3. I have searched around other APIs to see if I can get that data from a different API, but I am not able to see to find the order id or the product SKU. Do you guys know if possible to get these values by calling a different API? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
order_id = transactions[].product_data.sku = |
Beta Was this translation helpful? Give feedback.
-
The same problem with In V3 we have |
Beta Was this translation helpful? Give feedback.
-
It's inside the reciept.transaction section. Sorry on phone so can't give an example right now
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: colesnic89 ***@***.***>
Sent: Tuesday, April 25, 2023 2:19:54 PM
To: etsy/open-api ***@***.***>
Cc: Gareth Doherty ***@***.***>; Mention ***@***.***>
Subject: Re: [etsy/open-api] Receipt API missing fields in Etsy V3 from Etsy V2 (Discussion #859)
The same problem with receipts[].shipping_details. Do we have some replacement to check delivery option?
In V3 we have receipts[].shipments, but there is no specific type of delivery for the delivery service. It will be ok to make request for each receipt to check shipping by receipts[].shipments[].receipt_shipping_id ?
—
Reply to this email directly, view it on GitHub<#859 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFKGDFZ25TWGBUNSBW73NL3XC7FPVANCNFSM6AAAAAAUV2XE7I>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I've had this problem too and reached out to developer support. Original question (which I think relates to this) was: -
And response was: -
I need to confirm this, but I think that means that shipping_details might be provided if the shipping_method is an upgrade, otherwise it should be treated as the text "Standard Shipping" Also, the OpenAPI documentation would need to be updated to stipulate this business logic I believe. |
Beta Was this translation helpful? Give feedback.
-
I've also noticed some other missing fields too: -
FYI @colesnic89 |
Beta Was this translation helpful? Give feedback.
order_id =
recipt.receipt_id
transactions[].product_data.sku =
receipt.transactions[].sku