Support for ProductGroup level in filter and response
This commit is contained in:
commit
ca955cd49f
@ -66,4 +66,12 @@ class ProductGroup
|
||||
* @JMS\SerializedName("active")
|
||||
*/
|
||||
public $active;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
*
|
||||
* @JMS\Type("int")
|
||||
* @JMS\SerializedName("lvl")
|
||||
*/
|
||||
public $lvl;
|
||||
}
|
||||
|
@ -58,4 +58,20 @@ class ProductGroupFilterType
|
||||
* @Form\SerializedName("catalogs")
|
||||
*/
|
||||
public $catalogs;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
*
|
||||
* @Form\Type("int")
|
||||
* @Form\SerializedName("minLevel")
|
||||
*/
|
||||
public $minLevel;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
*
|
||||
* @Form\Type("int")
|
||||
* @Form\SerializedName("maxLevel")
|
||||
*/
|
||||
public $maxLevel;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user