cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I want to delete the OriginalRetailPrice field

I want to delete the OriginalRetailPrice field, but instead of doing that, I'm using the DeleteField field. The contents are Item.DiscountPriceInfo.OriginalRetailPrice and Item.DiscountPriceInfo[.OriginalRetailPrice], both of the above APIs return an error, and I see that the corresponding return format also states DeletedField tag name <item.DiscountPriceInfo[.originalRetailPrice]> is invalid. You must use a valid path in the form <item.tag1[.tag2]>.

Message 1 of 2
latest reply
1 REPLY 1

I want to delete the OriginalRetailPrice field

Hi @homcomitaly 

 

Best practice to remove the Strikethrough Price from a listing is to set it to 0. You can set the OriginalRetailPrice as 0 when revising the listing to remove the Strikethrough Price from a listing.

<DiscountPriceInfo>
<OriginalRetailPrice currencyID="XYZ">0.0</OriginalRetailPrice>
</DiscountPriceInfo>
Best Regards,
eBay Developer Support
Message 2 of 2
latest reply