This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
location_id
. The inventory levels can also be paginated.curl --location --request GET 'http://127.0.0.1:3658/m1/543334-505232-default/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:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"metadata": {
"car": "white"
}
}
]
}
}