Skip to content

Commit

Permalink
Support for urlLike filter in GET /api/v5/store/products
Browse files Browse the repository at this point in the history
  • Loading branch information
Neur0toxine authored Sep 25, 2024
2 parents e3cc485 + ecaac43 commit cdca2b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Model/Filter/Store/ProductFilterType.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ class ProductFilterType
*/
public $url;

/**
* @var string
*
* @Form\Type("string")
* @Form\SerializedName("urlLike")
*/
public $urlLike;

/**
* @var string
*
Expand Down

0 comments on commit cdca2b6

Please sign in to comment.