API Docs
API Reference
Inventory Query API

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.

OperationDescriptionAPI Path
Inventory Item Level QueryReturn the current inventory snapshot at the item level.POST /edi/inventory/item-level/search-by-paging
Inventory Lot# Level QueryReturn the current inventory on hand which are sorted by lot numbers.POST /edi/inventory/lotno-level/search-by-paging
Inventory LP Level QueryReturn the current inventory on hand which are sorted by License Plate numbers.POST /edi/inventory/lp-level/search-by-paging
Inventory SN Level QueryReturn a query with the Serial Number and Receipt and Ship dates.POST /edi/inventory-sn-report/search-by-paging
Inventory Balance Report QueryReturn the Items Movement Summary using a date range.POST /edi/inventory/balance-report/search-by-paging
Inventory Adjustment QueryReturn the Inventory Adjustment records.POST /edi/inventory/adjustment/query