08-03-2023 01:43 AM
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]>.
08-04-2023 09:20 AM
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>