ProductServiceInterface
ProductServiceInterface.php
:
19
Interface
Methods¶
findProducts()
¶
ProductServiceInterface.php
:
29
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$query | ProductQuery | - | - |
$languageSettings | LanguageSettings|null | null | - |
Return values
findProductVariants()
¶
ProductServiceInterface.php
:
39
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$product | ProductInterface | - | - |
$query | ProductVariantQuery|null | null | - |
Return values
getProduct()
¶
ProductServiceInterface.php
:
27
Loads product with given code.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$code | string | - | - |
$settings | LanguageSettings|null | null | - |
Return values
Tags
getProductVariant()
¶
ProductServiceInterface.php
:
37
Loads product variant with given code.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$code | string | - | - |
$settings | LanguageSettings|null | null | - |