The GetStoreProducts function returns all store products for the specified parameters.
Method | /GetStoreProducts |
The request body is of type GetStoreProducts.
Name | Description | Data Type |
---|---|---|
storeId | xml:int | |
barcodeId | xml:int | |
productId | xml:int | |
isMaintainStockOnly | BooleanFilter | |
offset | xml:int | |
maxRecords | xml:int |
|
The response body is of type GetStoreProductsResponse.
Name | Description | Data Type |
---|---|---|
GetStoreProductsResult | ArrayOfViewStoreProductInfo |