- Getting Started
- Extension
- Dashboard
- Module
- Report
- Total
- Integration
- Inventory
- Addition
- Brand
- Category
- Deduction
- Flow
- Item
- Location
- Purchase Order
- Reservation
- Stock Take Job
- Supplier
- Transfer Job
- Transfer
- Sale
- Setting
inventory/item/editStock
POST
/inventory/item/editStock
Request
Body Params application/json
domain
string
required
api_key
string
required
auth_timestamp
integer
required
auth_signature
string
required
items
array [object {6}]
required
model
string
optional
sku
string
optional
barcode
string
optional
location_id
integer
required
quantity
integer
required
cost
number
required
currency
string
optional
currency_value
number
optional
Example
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"items": [
{
"model": "string",
"sku": "string",
"barcode": "string",
"location_id": 0,
"quantity": 0,
"cost": 0
}
],
"currency": "string",
"currency_value": 0
}
Responses
🟢200Success
application/json
Body
error
array[string]
optional
success
boolean
optional
Example
{
"error": [
"string"
],
"success": true
}
Modified at 2024-10-20 06:21:24