Warehouse
Products PATCH update.
patch/rest/api/warehouse/product/
Request body
Example request
[
{
"id": 1234,
"originalCode": "p12345",
"sku": "HG-331/P",
"quantity": 15,
"tax": "23.00",
"status": 1
}
]Response
Update products correctly
{"stackTrail":"paths:/rest/api/warehouse/product/:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}