Order Value in Euros not included in receipt data - Required for Customs Purposes #697
Replies: 5 comments 6 replies
-
This isn't something that is currently supported. Though we do have this as an active issue here: https://github.com/etsy/open-api/issues/564 We'll close that issue out in favor of tracking this request here. We'll also move this to the Ideas category so it be more easily tracked as a requested feature. |
Beta Was this translation helpful? Give feedback.
-
I'd like to also add that it'd be very useful if the IOSS number (or other country equivalent) is returned via the API as it can be difficult to keep track of these as new countries move to using similar things. |
Beta Was this translation helpful? Give feedback.
-
While it may not be possible to add the IOSS number itself to the API results, it would be extremely useful to know that VAT was collected, and the amount in Euros (or other country equivalent). Right now, there is no way for us to tell via the API that special handling is needed on the order (passing the IOSS number along to the shipping carrier, etc). |
Beta Was this translation helpful? Give feedback.
-
Completely agree.
…On Fri, 20 Jan 2023, 22:40 Steve, ***@***.***> wrote:
While it may not be possible to add the IOSS number itself to the API
results, it would be extremely useful to know that VAT was collected, and
the amount in Euros (or other country equivalent). Right now, there is no
way for us to tell via the API that special handling is needed on the order
(passing the IOSS number along to the shipping carrier, etc).
—
Reply to this email directly, view it on GitHub
<#697 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AX6MMIRQQCTJSOAJJ5YNZTLWTKIUXANCNFSM6AAAAAAS4U6HGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Is the bug with the V3 API endpoint /v3/application/shops/{shop_id}/receipts/{receipt_id}/payments currencies ever going to be fixed? i.e I have an order paid in USD with a shop currency of GBP Order total is £39.60 + Tax of £2.39 = £41.99 On packing slip via the website it is USS$49.81 + Tax US$3.01 = US$52.82 Exchange rate wise it's about right. However, the payments endpoint returns (the same for posted as well). It returns the GBP values, but with USD as the currency code. As it stands, this endpoint is pretty useless as these values are incorrect. Currency code either needs to be fixed, or ideally, the values reflect the currency code. When working correctly, this endpoint can be used to get the correct EUR values for EU imports. It works correctly on V2, but not on V3, and if March 31st is the end date for V2, this needs solving.
|
Beta Was this translation helpful? Give feedback.
-
Hello,
When reviewing orders on the website, we can access the following information for EU based customers:
"You must share Etsy's IOSS number, IM000000000, with your courier for this order (use it only for this purpose). This helps ensure that your buyer won't be charged VAT twice. Make sure to write the value of this order in euros, €49.13, on your package, too."
From the above we can see that the order's value in Euros has been recorded as 49.13 however the API does not show this value. Instead we only get the value in our local currency (YEN). We need to list this EXACT value on our customs declaration as it is a legal requirement.
Without this information in the API we are unable to get this information without accessing the order manually. Due to the nature of currency fluctuations, we are obviously unable to just generate this from the value in our local currency. Though even if we do try this, the numbers seem to be a fair bit off.
Can you please advise?
Beta Was this translation helpful? Give feedback.
All reactions