Added
New tax calculation field on Checkout API
March, 19
We added the isMarketplaceResponsibleForTaxes
property to the Checkout API orderForm
. This new boolean field indicates whether the marketplace should calculate product taxes (true
) or if the calculation should be done by the seller (false
).
This feature is crucial for merchants needing to comply with tax collection legislation. In some countries, like the US, the marketplace is the one required to calculate taxes, not the seller.
For more information about how to use this feature, please check the Tax Service Specification guide.