When relisting an item, if the seller changes the listing category, category-dependent data is still required to be consistent with the new category the seller has selected. This means the seller may need to change the listing details when they change the category. For example, the seller may need to change the listing's Item Specifics or product details to be consistent with the requirements of the new category.

To change an item's property when using RelistItem, the application simply specifies the new value of the property in the Item object used as input as illustrated in the following example.

Sample XML to Modify Item Properties

...
<Item>
  <ItemID>4********6</ItemID>
  <StartPrice currencyID="USD">200.0</StartPrice>
</Item>
...