1
0
mirror of synced 2024-11-21 21:06:07 +03:00

Added support for urlLike filter in GET /api/v5/store/products

This commit is contained in:
Vlasov 2024-09-24 17:59:01 +03:00
parent e3cc485873
commit ecaac435cc

View File

@ -124,6 +124,14 @@ class ProductFilterType
*/
public $url;
/**
* @var string
*
* @Form\Type("string")
* @Form\SerializedName("urlLike")
*/
public $urlLike;
/**
* @var string
*