v1
latestOpenAPI 3.0.12026-07-263591116.9 KBInventory V2
Update inventory stock
post/v2/inventory/stock
Request body
Example request
{
"product_id": "123456",
"quantity": 1,
"warehouse_id": -1,
"remarks": "Remarks",
"record_date": "06-05-2025",
"action": "in"
}Response
Success Response