Developers Program

How can i make sure that the price/ quantity revisions on my items are published faster on eBay search results?

Published: July 31 2012, 11:21:00 AMยทUpdated: August 23 2022, 1:58:33 PM

Products

Question

I would like to revise my items and would like to know if there is any API call preference to publish the price/quantity revisions faster. Resulting in better user views.

Answer

Usually ReviseInventoryStatus API call is faster in publishing Revisions on eBay than other ReviseItem Family calls.

However please note that you can revise only Price and Quantity(both or atleast one) for upto 4 items using ReviseInventoryStatus call. Usually with ReviseItem family calls, as you can revise any Item-data, the revisions are relatively slower to be published on to eBay when compared to ReviseInventoryStatus call.

If Price/quantity revisions play a majoyr role in your items' selling decisions, then ReviseInventoryStatus is the way to go.

Docs -

http://developer.ebay.com/devzone/xml/docs/reference/ebay/ReviseInventoryStatus.html

https://developer.ebay.com/devzone/xml/docs/reference/ebay/ReviseFixedPriceItem.html

How well did this answer your question?