{
"create": [
{
"location_id": "string",
"inventory_item_id": "string",
"stocked_quantity": 0,
"incoming_quantity": 0
}
],
"update": [
{
"location_id": "string",
"inventory_item_id": "string",
"stocked_quantity": 0,
"incoming_quantity": 0,
"id": "string"
}
],
"force": true,
"delete": [
"string"
]
}