May i know any rest api that to increase or decreased the inventory log quantity ?
and i found the notes will show as below. any rest api to do this?
[ "id": 5255,
"author": "ATUM",
"date_created": "2024-08-16T01:41:21",
"date_created_gmt": "2024-08-15T17:41:21",
"note": "Stock levels increased: BLACK CLASSIC HOODIE - XL (TT22_HD01_BLK_XL)<span class=\"description\"></span> 0→1",
"added_by_user": false,
"action": "increaseStock",
"params": [
{
"item_name": "BLACK CLASSIC HOODIE - XL",
"product_id": 50,
"old_stock": 0,
"new_stock": 1,
"stock_change": 1,
"order_type": 3,
"order_item_id": 26
}
],
]