Skip to main content
Published: April 28 2011, 8:43:00 PMUpdated: September 01 2022, 12:41:22 AM

 

You can use DeletedField in ReviseItem call to move the ScheduleTime tag as below to make the item in question to be listed as just now:

 

 <?xml version="1.0" encoding="utf-8"?>
<ReviseItemRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<Version>717</Version>
<ErrorLanguage>en_US</ErrorLanguage>
<WarningLevel>High</WarningLevel>
<Item>
<ItemID>YOUR ITEMID</ItemID>
</Item>
<DeletedField>Item.ScheduleTime</DeletedField>
<RequesterCredentials>

<eBayAuthToken>*** </eBayAuthToken>
</RequesterCredentials>
</ReviseItemRequest>

How well did this answer your question?
Answers others found helpful