# Inventory Operations related to inventory, including create, get, etc ## Get Inventory By List - [GET /api/v3/Inventory](https://developer.dealpos.com/openapi/openapi/inventory/getinventorybylist.md): Get a list of inventory items with optional filters (outlet, category, quantity, tags). Requires the "VIEW" role in the "Inventory" group. ## Get Inventory By Code - [GET /api/v3/Inventory/Code](https://developer.dealpos.com/openapi/openapi/inventory/getinventorybycode.md): Get inventory details for a variant code across outlets. Requires the "VIEW" role in the "Inventory" group. ## Get Inventory Modified Since Date - [GET /api/v3/Inventory/Modified](https://developer.dealpos.com/openapi/openapi/inventory/getinventorymodified.md): Get inventory items modified since the provided date-time, sorted by last modified descending. Requires the "VIEW" role in the "Inventory" group. ## Get Inventory Modified Since Date with Count - [GET /api/v3/Inventory/Modified/Count](https://developer.dealpos.com/openapi/openapi/inventory/getinventorymodifiedcount.md): Get the count of inventory items modified since the provided date-time. Requires the "VIEW" role in the "Inventory" group. ## Get Inventory By Code Array - [GET /api/v3/Inventory/CodeArray](https://developer.dealpos.com/openapi/openapi/inventory/getinventorybycodearray.md): Get inventory quantities for multiple variant codes across outlets. Requires the "VIEW" role in the "Inventory" group. ## Get Inventory By ListCode Group by Outlet - [GET /api/v3/Inventory/CodeArrayGroupByOutlet](https://developer.dealpos.com/openapi/openapi/inventory/getinventorybylistcodegroupbyoutlet.md): Get inventory quantities for multiple variant codes grouped by outlet. Requires the "VIEW" role in the "Inventory" group. ## Get Inventory By List ID - [GET /api/v3/Inventory/ListID](https://developer.dealpos.com/openapi/openapi/inventory/getinventorybylistid.md): Get inventory details for a list of variant IDs across specified outlets. Requires the "VIEW" role in the "Inventory" group. ## Get Inventory By List Code - [GET /api/v3/Inventory/ListCode](https://developer.dealpos.com/openapi/openapi/inventory/getinventorybylistcode.md): Get inventory for a list of variant codes across specified outlets. Requires the "VIEW" role in the "Inventory" group. ## Get List Inventory With Total Count - [GET /api/v3/Inventory/WithTotalCount](https://developer.dealpos.com/openapi/openapi/inventory/getinventorywithtotalcount.md): Get a list of inventory items with total count and optional filters. Requires the "VIEW" role in the "Inventory" group. ## Get Inventory In Transit - [GET /api/v3/Inventory/InTransit](https://developer.dealpos.com/openapi/openapi/inventory/get-inventory-intransit.md): Get inventory in-transit quantities for specified destination outlets and category.