| Аргумент | Возможный тип | Описание |
| $product_id | — | — |
| $item_id | — | — |
| $variant | — | — |
$this->deleteProduct($product_id);
$this->removeItemByItemId($item_id);
$this->db->query("INSERT INTO `" . DB_PREFIX . "ebay_listing` SET `product_id` = '".(int)$product_id."', `ebay_item_id` = '".$this->db->escape($item_id)."', `variant` = '".(int)$variant."', `status` = '1'");