v1
latestOpenAPI 3.0.02026-08-04265791.1 MBInventory
Get
Get an inventory for the given id.
get/public/api/inventories/{id}
Path parameters
idstring required
The id of the inventory
Headers
Acceptstring
e.g. application/json
Response
OK
Example response
{
"inventory_id": "5c015012ad45490041a52f64",
"title": "Items",
"name": "Grade A products",
"description": "Listing of our A products",
"group_ids": [
"testproduct"
],
"created_date": "2018-11-30T14:58:26.716Z",
"updated_date": "2019-01-25T13:34:14.819Z"
}