| Аргумент | Возможный тип | Описание |
| $product_id | — | — |
// eBay Module
if ($this->config->get('openbay_status') == 1) {
$this->ebay->deleteProduct($product_id);
}
// Amazon Module
if ($this->config->get('amazon_status') == 1) {
$this->amazon->deleteProduct($product_id);
}
// Amazon US Module
if ($this->config->get('amazonus_status') == 1) {
$this->amazonus->deleteProduct($product_id);
}