The ChangeStockAmount function updates a stock amount.
Method | /productbasecomponents.asmx/ChangeStockAmount |
The request body is of type ChangeStockAmount.
Name | Description | Data Type |
---|---|---|
productId | xml:int | |
locationLevel5Id | xml:int | |
stockDate | xml:dateTime | |
note | xml:string | |
bookmarkId | xml:int | |
newAmount | xml:decimal | |
stockAdjustmentType | StockAdjustmentType |
|
The response body is of type ChangeStockAmountResponse.
Name | Description | Data Type |
---|---|---|
ChangeStockAmountResult | xml:int |
|