Inventory List
This API endpoint returns a list of Serial (or Finished Goods) inventory from cieTrade. Bulk inventory is not included in the result set.
Request Example
https://api.cietrade.net/ListInventory?UserID=example@cietrade.com&DateFrom=6/1/2025&DateTo=6/20/2025&DateType=Rcv&Warehouse=""&WarehouseLoc=""&InvClass=""&Supplier=""&LotNo=""
Query Parameters (Filters)
| UserID | cieTrade.net User Name. | Required | |
| DateFrom | Date range "FROM" | Required | |
| DateTo | Date range "TO" | Required | |
| DateType | Toggles the date range filter to either read from “posted date” or “received date”. Accepted values are “POST” and “RCV” | Optional | |
| Supplier | Allows for filtering based on supplier. Accepts supplier name or counterparty ID as stored in cieTrade. | Optional | |
| Warehouse | Filters results by inventor warehouse. Accepts warehouse name. Default is all warehouses | Optional | |
| WarehouseLoc | Filters results for a specific location within a warehouse. |
Optional | |
| InvClass | Allows for filtering based on inventory class, accepts inventory class names as they are defined in common information. | Optional | |
| LotNo | Returns data for a specific inventory item based on Item number (lot#). If this value Is provided all other filter options will be ignored and only the specified inventory item will be returned. |
Optional | |
Response Example
{
"item_no": "daktest",
"grade_name": "19.5 Tire",
"serial_number": "1234",
"quantity_on_hand": "1",
"original_quantity": "1",
"original_tare_quantity": "0",
"original_gross_quantity": "0",
"weight_uom": "LBS",
"hc_value": "123",
"home_currency": "USD",
"value": "123",
"currency": "USD",
"condition": "CLEAN",
"received_date": "2024-05-15",
"posed_date": "2024-05-31",
"worksheet_no": "",
"order_number": "",
"supplier": "DAKTEST234",
"warehouse_name": "BARE ISLAND",
"warehouse_location": "A-1",
"comments": "clean and finished",
"inventory_class": "FINISHED",
"product_group": "",
"product_category": "",
"equipment_number": "",
"buy_rep": "",
"age_days": "45826",
"unit_cost": "123/LBS",
"actual_cost": "123/LBS",
"reserved": "False",
"property_set": "Roll",
"unit_count": "0",
"color": "BLACK",
"specifications": "BW 1lb, RW 3in, DIA 4in, LEN 6-in., Core 5in, CAL 2, BLACK",
"roll_basis_weight": "1",
"roll_basis_weight_uom": "LB",
"roll_caliper": "2",
"roll_width": "3",
"roll_width_uom": "IN",
"roll_diameter": "4",
"roll_diameter_uom": "IN",
"roll_core_size": "5",
"roll_core_uom": "IN",
"roll_linear_length": "6",
"roll_linear_length_uom": "IN",
"plastic_type": "",
"plastic_form": "",
"plastic_melt": "",
"UDF1": "",
"UDF2": "",
"UDF3": "",
"UDF4": "",
"UDF5": ""
}