1
0
mirror of synced 2024-11-23 13:56:06 +03:00

Support for urlLike filter in GET /api/v5/store/products

This commit is contained in:
Pavel 2024-09-25 11:30:20 +03:00 committed by GitHub
commit cdca2b6d6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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