Added support for urlLike filter in GET /api/v5/store/products
This commit is contained in:
parent
e3cc485873
commit
ecaac435cc
@ -124,6 +124,14 @@ class ProductFilterType
|
|||||||
*/
|
*/
|
||||||
public $url;
|
public $url;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*
|
||||||
|
* @Form\Type("string")
|
||||||
|
* @Form\SerializedName("urlLike")
|
||||||
|
*/
|
||||||
|
public $urlLike;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user