Home
Find the answer to your question
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> |