ProductPriceWriterInterface

Extends

Interface ProductPriceWriterInterface

category

System

package

ProductPrice

subpackage

Repositories

Methods

Deletes a product price from the storage by the given id.

delete(\IdType $productId) : void

Arguments

$productId

\IdType

Id of product price to be removed.

Updates the given product price data to a storage.

update(array $productPrice, \IdType $productId) : void

Arguments

$productPrice

array

Product price data to be updated.

$productId

\IdType

Id of product price to be updated.