Get a paginated list of inbound shipments with optional filtering. Results are ordered by
updated_at descending — use updated_at[gt] for incremental polling.
For detailed information about the filtering system and available operators, refer to the Filter System Documentation.
created_at: When the inbound shipment was createdupdated_at: When the inbound shipment was last updatedreconciled_at: When the shipment was reconciledarrival_date: Expected or actual arrival dateexternal_expected_arrival_date: Arrival date from the external systemexternal_date_created: Creation date from the external systemexternal_date_updated: Update date from the external systemid: Inbound shipment IDlocation_id: Destination warehouse/location IDfrom_warehouse_id: Origin warehouse IDpurchase_order_id: Linked purchase order IDpurchase_order_shipment_id: Linked PO shipment IDtransfer_order_id: Linked transfer order IDapp_integration_account_id: Integration account IDsource: Integration source (e.g. “flexe”, “extensiv”)external_shipment_id: Shipment ID in the external systemexternal_po_number: PO number from the external systemexternal_po_number_canonical: Canonical PO number from the external systemexternal_warehouse_id: Warehouse ID in the external systemexternal_warehouse_customer_id: Customer ID in the external warehouse systemexternal_supplier_name: Supplier name from the external systemexternal_status: Normalized status (e.g. “open”, “in-transit”, “received”)external_raw_status: Raw status string from the external systemtotal_expected_quantity: Total expected item quantitytotal_received_quantity: Total received item quantitytotal_unit_cost: Total unit cost# Poll for recently updated shipments
?updated_at[gt]=2025-01-01 00:00:00
# Filter by external status
?external_status[eq]=received
# Filter by linked purchase order
?purchase_order_id[eq]=456
# Filter by source integration
?source[eq]=extensiv
Documentation Index
Fetch the complete documentation index at: https://docs.joinluminous.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.
Page number for pagination
Number of items per page (max 100)
x <= 100Filter by last update date (YYYY-MM-DD HH:mm:ss)
Filter by creation date (YYYY-MM-DD HH:mm:ss)
Filter by arrival date
Filter by normalized external status
Filter by external shipment ID
Filter by linked purchase order ID
Filter by integration source
Filter by destination location ID