public function ProductHandlerInterface::deleteProduct in Mailchimp E-Commerce 8
Deletes a product in Mailchimp.
Parameters
string $product_id: Unique ID of the product.
1 method overrides ProductHandlerInterface::deleteProduct()
- ProductHandler::deleteProduct in src/
ProductHandler.php - @inheritdoc
File
- src/
ProductHandlerInterface.php, line 74
Class
- ProductHandlerInterface
- Interface for the Product handler.
Namespace
Drupal\mailchimp_ecommerceCode
public function deleteProduct($product_id);