diff --git a/src/Model/Filter/Store/ProductFilterType.php b/src/Model/Filter/Store/ProductFilterType.php index 6a1fcd8..231880f 100644 --- a/src/Model/Filter/Store/ProductFilterType.php +++ b/src/Model/Filter/Store/ProductFilterType.php @@ -124,6 +124,14 @@ class ProductFilterType */ public $url; + /** + * @var string + * + * @Form\Type("string") + * @Form\SerializedName("urlLike") + */ + public $urlLike; + /** * @var string *