Removes one or more products

The body transmitted by the POST is an XML structure, in which the root node Request encloses one or more Product sections, each of which is required to have exactly one SellerSku.

This call creates a feed, which is then processed by system in the background.

<?xml version="1.0" encoding="UTF-8" ?>
<Request>
	<Product>
		<SellerSku>297afb9c989c6ad</SellerSku>
	</Product>
  <Product>
    <SellerSku>1b71ff01983241f</SellerSku>
	</Product>
</Request>

Errors

Error codeMessage
1000Could not remove product: %s
1000Format Error Detected

Restore Product

In order to restore the removed product via API, which is also directly possible via GUI, you need to use the ProductUpdate Endpoint and pass the Status tag

Language