location_id
curl --location 'https://api.medusa-commerce.com/admin/inventory-items//location-levels'
{ "inventory_item": { "id": null, "location_levels": [ { "location_id": "string", "stocked_quantity": 0, "reserved_quantity": 0, "incoming_quantity": 0, "created_at": "2019-08-24T14:15:22.123Z", "updated_at": "2019-08-24T14:15:22.123Z", "deleted_at": "2019-08-24T14:15:22.123Z", "metadata": { "car": "white" } } ] } }