Hi,
We have seen several API integrations sporadically return a SalesTaxPercent of 0 on some orders (using GetOrdersRequest).
Screenshots:
Both of these were UK customers, buying from the same shop.
Any ideas?
Hi,
We have seen several API integrations sporadically return a SalesTaxPercent of 0 on some orders (using GetOrdersRequest).
Screenshots:
Both of these were UK customers, buying from the same shop.
Any ideas?
There was an issue recently where it was returning 0 for orders, but that was only for a couple of days. Between the 20th and 23rd of October. Does that line up with your dates?
It could be worse, you could be on managed payments and using the Fulfillment API, in which case, you need to do without any VAT information at all, as it just isnt returned.
We have the same issue with VAT being pulled through. 'isTaxable' is showing as 'False'.
Hi @the_koin_club,
When VAT is applicable to an order, a buyer's VAT Identifier Number (VATIN) will be returned at the order level, and eBay's VAT tax ID will be returned at the line item level for order management calls.
This VAT information will be returned in the following locations:
- Transaction.eBayCollectAndRemitTaxes.eBayReference : this field will show the VAT ID for eBay, and this value may vary based on the region or country. The eBayReference field's name attribute will show the type of VAT ID, such as IOSS, OSS, or ABN.
- Order.BuyerTaxIdentifier.ID : this field will show the VATIN for the buyer, and the corresponding Order.BuyerTaxIdentifier.Type field should return the new VATIN value, which was added to the existing ValueTypeCodeType.
Best regards ,
eBay Developer Support
49 People are following this question.