The GetStockAdjustments function returns all stock adjustment records for the specified parameters.
Method | /productbasecomponents.asmx/GetStockAdjustments |
The request body is of type GetStockAdjustments.
Name | Description | Data Type |
---|---|---|
stockAdjustmentsFilter | StockAdjustmentsFilter | |
offset | xml:int | |
maxRecords | xml:int | |
orderBy | xml:string | |
skipItemId | xml:int |
|
The response body is of type GetStockAdjustmentsResponse.
Name | Description | Data Type |
---|---|---|
GetStockAdjustmentsResult | ArrayOfViewStockAdjustmentInfo |
|