location_id
. The inventory levels can also be paginated.curl --location -g --request GET '{{BASE_URL}}/admin/inventory-items//location-levels'
{
"limit": 0,
"offset": 0,
"count": 0,
"inventory_levels": [
{
"id": "string",
"inventory_item_id": "string",
"location_id": "string",
"stocked_quantity": 0,
"reserved_quantity": 0,
"available_quantity": 0,
"incoming_quantity": 0,
"metadata": {}
}
]
}
+
it will be added to the default fields, using -
will remove it from the default fields. without prefix it will replace the entire default fields.-
.