UpdateSpareStock¶
Use this api to update spare inventory for specified shelf inventory id.
POST /openapi/warehouse-inventory/v1/update-spare-stock
Request Parameters¶
Parameter | Type | Required | Description |
---|---|---|---|
shelfInventoryId |
string |
true |
Shelf inventory's id,If the product exists in more than one shelf in the warehouse, and you want to update the inventory of the product in the specified shelf, this is required, otherwise you don't need to fill in the form, it will update the inventory of the product in the default shelf. |
spareStock |
integer |
true |
Spare stock, should be greater than 0 and less than 999999 |
remark |
string |
false |
Remark, should be less than 300 |
Response Parameters¶
Name | Type | Description |
---|---|---|
data |
boolean |
True or false |