09-11-2024 09:19 PM
Good morning,
I am using the Trading API SDK (.net) to list and revise FixedPriceItems.
Anyway the ReviseItem call does not allow to set the quantity to zero.
As it is possible to set the qunatity to zero in the Eaby backend, it should also be possible with the API.
Any idea how i can achiev this task?
09-16-2024 12:36 PM
Hi @miri-5626,
Using the OutOfStockControlPreference feature, sellers can keep their GTC (Good 'Til Canceled) listings alive, even when the quantity goes down to zero. This enables them to replenish stock for the listing, without the need to relist the item after inventory has been replenished.
For more information, see the Out-of-Stock control guide.
You can also use the Account API optInToProgram call to opt into the out-of-stock control program.