ProductSettingsRepositoryWriterInterface

Extends

Interface ProductSettingsRepositoryWriterInterface

category

System

package

Product

subpackage

Interfaces

Methods

Updates product settings by the given product id.

update(\IdType $productId, \ProductSettingsInterface $settings) : \ProductSettingsRepositoryInterface|$this

Arguments

$productId

\IdType

Id of product entity.

$settings

\ProductSettingsInterface

Settings entity with values to update.

Response

\ProductSettingsRepositoryInterface|$this

Same instance for chained method calls.