Find the answer to your question
Advanced Search
Published: October 26 2006, 9:53:00 AMUpdated: July 28 2022, 2:03:33 PM
Product
Why is the modified Sales Tax Table not applied to my existing items?
Summary
Any changes to the Sales Tax Table is only applied to new items listed after the change is made. The change is not propogated to existing items.
Detailed Description
If you need to apply the new Sales Tax Table to existing items, then you need to make a call to ReviseItem individually for each of the items. Here is an example of how to apply your new Sales Tax Table to existing items:
<?xml version="1.0" encoding="utf-8"?>
<ReviseItemRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<WarningLevel>High</WarningLevel>
<Item>
<ItemID>110008897980</ItemID>
<UseTaxTable>true</UseTaxTable>
</Item>
<RequesterCredentials>
<eBayAuthToken>*****</eBayAuthToken>
</RequesterCredentials>
</ReviseItemRequest>
Note: To apply sales tax to a item, you need to specify atleast one ShippingServiceOption.