The GetStoreProducts function returns all store products for the specified parameters.
Method | /GetStoreProductsByFilter |
The request body is of type GetStoreProductsByFilter.
Name | Description | Data Type |
---|---|---|
filter | StoreProductsFilter | |
offset | xml:int | |
maxRecords | xml:int | |
orderBy | xml:string | |
skipItemId | xml:int |
|
The response body is of type GetStoreProductsByFilterResponse.
Name | Description | Data Type |
---|---|---|
GetStoreProductsByFilterResult | ArrayOfViewStoreProductInfo |