ProductRepositoryDeleterInterface

Extends

Interface ProductRepositoryDeleterInterface

category

System

package

Product

subpackage

Interfaces

Methods

Removes a product by the given product id.

deleteById(\IdType $productId) : \ProductRepositoryDeleterInterface|$this

Arguments

$productId

\IdType

Id of product entity.

Response

\ProductRepositoryDeleterInterface|$this

Same instance for chained method calls.