Inventory Query API Overview
The article describes the API operations of Inventory Query business process.
These queries are used as part of the Inventory Management process. You can use these APIs to generate accurate reports on how much inventory you have before it is committed to customer’s order.
You have received large orders, but do you have enough inventory to fulfill them? Item offers Inventory Query APIs that return your inventory stock. Several Query APIs allow you to sort by lot numbers, or license plate. From this point, you can allocate the correct number of stock to fulfill an order.
Operation | Description | API Path |
---|---|---|
Inventory Item Level Query | Return the current inventory snapshot at the item level. | POST /edi/inventory/item-level/search-by-paging |
Inventory Lot# Level Query | Return the current inventory on hand which are sorted by lot numbers. | POST /edi/inventory/lotno-level/search-by-paging |
Inventory LP Level Query | Return the current inventory on hand which are sorted by License Plate numbers. | POST /edi/inventory/lp-level/search-by-paging |
Inventory SN Level Query | Return a query with the Serial Number and Receipt and Ship dates. | POST /edi/inventory-sn-report/search-by-paging |
Inventory Balance Report Query | Return the Items Movement Summary using a date range. | POST /edi/inventory/balance-report/search-by-paging |
Inventory Adjustment Query | Return the Inventory Adjustment records. | POST /edi/inventory/adjustment/query |