Starting July 1, 2021, the European Union will implement new VAT rules on e-commerce sales #3093
jenilew
announced in
Announcements
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.
-
Hi All,
On July 1, 2021, the 27 countries of the European Union (EU) will implement new value-added tax (VAT) rules on e-commerce sales that affects the sales of goods to EU consumers through online stores including Amazon. Selling partners shipping to the EU from non-EU countries must provide an Import One-Stop Shop (IOSS) Number to their carrier where Amazon has collected the VAT on the sale.
What is changing?
To support this change, we have updated Amazon Marketplace Web Services (MWS) and Selling Partner API (SP-API) to show IOSS Number for applicable orders.
The IOSS number will be returned in the Orders API and the Reports API.
Orders API
Today, in OrdersV0 for Selling Partner API, the
getOrderItems
operation returns the IOSS number within theOrderItemList
element for applicable orders.In Amazon Marketplace Web Services (MWS), the Orders - Version 2013-09-01 section uses the
ListOrderItems
operation to return the IOSS number within theOrderItemList
element for applicable orders.For more information, see the Selling Partner API for Orders Reference Guide.
Attribute details:
Sample API Response
Reports
The IOSS Number will be added, for applicable orders, to the following reports for selling partners who add the IOSS Number column on the Add or remove order report columns page in Seller Central:
Flat File Reports:
ioss-number
XML Report:
Which countries are affected?
This change applies to all marketplaces where seller-fulfilled orders are shipped to the 27 countries in the EU.
The 27 countries within the EU are Austria, Belgium, Bulgaria, Croatia, Cypress, Czechia, Denmark, Estonia, Finland, France, Germany, Greece, Hungary, Ireland, Italy, Latvia, Lithuania, Luxembourg, Malta, Netherlands, Poland, Portugal, Romania, Slovakia, Slovenia, Spain, and Sweden.
Who is affected?
Developers with applications that enable shipping seller-fulfilled orders to any of the 27 countries in the EU are affected by this change.
What action is required?
If you are affected by this change, update your application workflow so that selling partners shipping to an EU country from a non-EU country can view and retrieve the IOSS number to pass it on to their carrier where Amazon has collected VAT on the sale.
For more information
See the Seller Central Help article titled, EU VAT on e-Commerce (EU VOEC) Legislation - 2021
Best regards,
The Selling Partner API team
Beta Was this translation helpful? Give feedback.
All reactions