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

page and limit request fields for /api/v5/store/products/properties

This commit is contained in:
Pavel 2021-11-11 10:03:23 +03:00
parent f2d9be5d4a
commit 5a38c078c7

View File

@ -11,6 +11,7 @@ namespace RetailCrm\Api\Model\Request\Store;
use RetailCrm\Api\Component\FormData\Mapping as Form; use RetailCrm\Api\Component\FormData\Mapping as Form;
use RetailCrm\Api\Interfaces\RequestInterface; use RetailCrm\Api\Interfaces\RequestInterface;
use RetailCrm\Api\Model\Request\Traits\PageLimitTrait;
/** /**
* Class ProductPropertiesRequest * Class ProductPropertiesRequest
@ -20,6 +21,8 @@ use RetailCrm\Api\Interfaces\RequestInterface;
*/ */
class ProductPropertiesRequest implements RequestInterface class ProductPropertiesRequest implements RequestInterface
{ {
use PageLimitTrait;
/** /**
* @var \RetailCrm\Api\Model\Filter\Store\ProductPropertiesFilterType * @var \RetailCrm\Api\Model\Filter\Store\ProductPropertiesFilterType
* *