{
"store_id": "str_main_01...",
"levels": [
{
"item_id": "itm_chicken_01...",
"par_qty_base": 10000
},
{
"item_id": "itm_rice_01...",
"par_qty_base": 5000
}
]
}
{
"items": [
{
"id": "par_01...",
"account_id": "acc_01...",
"vendor_id": "vnd_01...",
"store_id": "str_main_01...",
"item_id": "itm_chicken_01...",
"par_qty_base": 10000,
"metadata": {},
"created_at": "2026-08-01T00:00:00.000Z",
"updated_at": "2026-08-07T14:00:00.000Z"
},
{
"id": "par_02...",
"account_id": "acc_01...",
"vendor_id": "vnd_01...",
"store_id": "str_main_01...",
"item_id": "itm_rice_01...",
"par_qty_base": 5000,
"metadata": {},
"created_at": "2026-08-07T14:00:00.000Z",
"updated_at": "2026-08-07T14:00:00.000Z"
}
]
}
Par Levels
Upsert par levels
Bulk-upserts par levels for a given store. Items in the payload are created or updated; items not in the payload are left unchanged.
PUT
/
api
/
v1
/
public
/
vendors
/
{vendorId}
/
procurement
/
par-levels
{
"store_id": "str_main_01...",
"levels": [
{
"item_id": "itm_chicken_01...",
"par_qty_base": 10000
},
{
"item_id": "itm_rice_01...",
"par_qty_base": 5000
}
]
}
{
"items": [
{
"id": "par_01...",
"account_id": "acc_01...",
"vendor_id": "vnd_01...",
"store_id": "str_main_01...",
"item_id": "itm_chicken_01...",
"par_qty_base": 10000,
"metadata": {},
"created_at": "2026-08-01T00:00:00.000Z",
"updated_at": "2026-08-07T14:00:00.000Z"
},
{
"id": "par_02...",
"account_id": "acc_01...",
"vendor_id": "vnd_01...",
"store_id": "str_main_01...",
"item_id": "itm_rice_01...",
"par_qty_base": 5000,
"metadata": {},
"created_at": "2026-08-07T14:00:00.000Z",
"updated_at": "2026-08-07T14:00:00.000Z"
}
]
}
string
required
API key with
catalog:write scope.string
required
Vendor UUID.
string
required
UUID of the store for these par levels.
object[]
required
object[]
All upserted par level records with full detail.
{
"store_id": "str_main_01...",
"levels": [
{
"item_id": "itm_chicken_01...",
"par_qty_base": 10000
},
{
"item_id": "itm_rice_01...",
"par_qty_base": 5000
}
]
}
{
"items": [
{
"id": "par_01...",
"account_id": "acc_01...",
"vendor_id": "vnd_01...",
"store_id": "str_main_01...",
"item_id": "itm_chicken_01...",
"par_qty_base": 10000,
"metadata": {},
"created_at": "2026-08-01T00:00:00.000Z",
"updated_at": "2026-08-07T14:00:00.000Z"
},
{
"id": "par_02...",
"account_id": "acc_01...",
"vendor_id": "vnd_01...",
"store_id": "str_main_01...",
"item_id": "itm_rice_01...",
"par_qty_base": 5000,
"metadata": {},
"created_at": "2026-08-07T14:00:00.000Z",
"updated_at": "2026-08-07T14:00:00.000Z"
}
]
}
⌘I

