Copied!

ProductTypeServiceInterface

ProductTypeServiceInterface.php : 16

Methods

publicfindProductTypes()

ProductTypeServiceInterface.php : 31
public findProductTypes([ProductTypeQuery|null $query = null ][, LanguageSettings|null $languageSettings = null ]) : ProductTypeListInterface

Parameters

Name Type Default value Description
$query ProductTypeQuery|null null -
$languageSettings LanguageSettings|null null -

Return values

ProductTypeListInterface

Tags
Throws
UnauthorizedException
Throws
ConfigurationException

publicgetProductType()

ProductTypeServiceInterface.php : 22
public getProductType(string $identifier[, LanguageSettings|null $languageSettings = null ]) : ProductTypeInterface

Parameters

Name Type Default value Description
$identifier string - -
$languageSettings LanguageSettings|null null -

Return values

ProductTypeInterface

Tags
Throws
NotFoundException
Throws
UnauthorizedException