Skip to main content

SupplyShipmentFilterInput

Filter options for supply shipments query.

Performs fuzzy search across shipment number, status, origin, transport mode, forwarder name, carrier name, vessel name, container number, container size, cost allocation, and reference number.

input SupplyShipmentFilterInput {
actualArrivalDate: DateRangeInput
actualShipDate: DateRangeInput
bolNumber: [String!]
brand: [ID!]
createdAt: DateRangeInput
destinationBuildingId: [ID!]
expectedArrivalDate: DateRangeInput
expectedShipDate: DateRangeInput
incoterms: [String!]
keyword: String
paymentStatus: [SupplyPaymentStatusEnum!]
purchaseOrderId: [ID!]
shipmentType: [SupplyShipmentTypeEnum!]
statusName: [SupplyShipmentStatusEnum!]
}

Fields

SupplyShipmentFilterInput.actualArrivalDate ● DateRangeInput input common

Filter supply shipments by actual arrival date range

SupplyShipmentFilterInput.actualShipDate ● DateRangeInput input common

Filter supply shipments by actual ship date range

SupplyShipmentFilterInput.bolNumber ● [String!] list scalar common

Filter by one or more Bill of Lading numbers

SupplyShipmentFilterInput.brand ● [ID!] list scalar common

Filter by one or more brand IDs

SupplyShipmentFilterInput.createdAt ● DateRangeInput input common

Filter supply shipments by created date

SupplyShipmentFilterInput.destinationBuildingId ● [ID!] list scalar common

Filter by one or more destination building/warehouse IDs

SupplyShipmentFilterInput.expectedArrivalDate ● DateRangeInput input common

Filter supply shipments by expected arrival date range

SupplyShipmentFilterInput.expectedShipDate ● DateRangeInput input common

Filter supply shipments by expected ship date range

SupplyShipmentFilterInput.incoterms ● [String!] list scalar common

Filter by one or more incoterms codes

SupplyShipmentFilterInput.keyword ● String scalar common

Keyword search across shipment number, status, origin, transport mode, forwarder name, carrier name, vessel name, container number, container size, cost allocation, and reference number

SupplyShipmentFilterInput.paymentStatus ● [SupplyPaymentStatusEnum!] list enum common

Filter supply shipments by payment status

SupplyShipmentFilterInput.purchaseOrderId ● [ID!] list scalar common

Filter by one or more purchase order IDs

SupplyShipmentFilterInput.shipmentType ● [SupplyShipmentTypeEnum!] list enum shipments

Filter supply shipments by type (standard, blind, return, transfer)

SupplyShipmentFilterInput.statusName ● [SupplyShipmentStatusEnum!] list enum shipments

Filter supply shipments by status

Member Of

supplyShipments query ● supplyShipmentsGrouped query