Returns Inventories that confirm the filter options.
Method | /productbasecomponents.asmx/GetInventories |
The request body is of type GetInventories.
Name | Description | Data Type |
---|---|---|
filter | InventoryFilter | |
productsFilter | ProductsFilter | |
offset | xml:int | |
maxRecords | xml:int | |
orderBy | xml:string |
The response body is of type GetInventoriesResponse.
Name | Description | Data Type |
---|---|---|
GetInventoriesResult | ArrayOfViewInventoryInfo |
|