ProductRemove Based on a SellerSku, removes one or more products.

This API is asynchronous and generates the creation of a Feed; always remember to check the details of a feed to see if the product was created correctly or if there are observations regarding its rejection.

This request can contain one or more products, which must be identified by a SellerSku.

<?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 (No se pudo eliminar el producto)
1000Format Error Detected (Error de formato detectado)

Restore Product

To restore the removed product through the API, which is also possible via the GUI (Graphical User Interface), you need to use the ProductUpdate endpoint and pass the Status tag to it.

Language