From ecaac435cccd1d42ec899bd4e618aa1e91f85dc3 Mon Sep 17 00:00:00 2001 From: Vlasov Date: Tue, 24 Sep 2024 17:59:01 +0300 Subject: [PATCH] Added support for urlLike filter in GET /api/v5/store/products --- src/Model/Filter/Store/ProductFilterType.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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 *