apiKey: ********************{
"dtl": [
{
"itemCode": "10005555",
"itemOrgid": "000000",
"itemlotNum": "*"
},
{
"itemCode": "10001111",
"itemOrgid": "000000",
"itemlotNum": "*"
}
],
"storeCode": "BJ001",
"apiKey": "{{apiKey}}"
}curl --location --request POST '/posservice/rest/inventory/itemqoh' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dtl": [
{
"itemCode": "10005555",
"itemOrgid": "000000",
"itemlotNum": "*"
},
{
"itemCode": "10001111",
"itemOrgid": "000000",
"itemlotNum": "*"
}
],
"storeCode": "BJ001",
"apiKey": "{{apiKey}}"
}'{
"asynCode": null,
"asynMessage": null,
"asynStatus": 0,
"className": "com.techtrans.api.inventory.common.website.ItemStockOnHandResponse",
"dtl": [
{
"invtQoh0": -201,
"invtQoh1": 0,
"invtQoh2": 0,
"invtQoh3": 0,
"invtQoh4": 0,
"invtQoh5": 0,
"itemCode": "10005555",
"itemlotNum": "*",
"itemOrgid": "000000",
"qoh": -201
}
],
"errorCode": 0,
"errorLog": null,
"errorMessage": null,
"length": 25,
"sort": "",
"start": 0,
"total": 1
}