UpdateSupplyShipmentInput
Autogenerated input type of UpdateSupplyShipment
input UpdateSupplyShipmentInput {
bolNumber: String
carrierName: String
clientMutationId: String
containerNumber: String
containerSize: String
costAllocation: String
destinationBuildingId: ID
destinationName: String
expectedArrivalDate: ISO8601Date
expectedShipDate: ISO8601Date
forwarderName: String
incoterms: String
origin: String
paymentStatus: SupplyPaymentStatusEnum
purchaseOrderId: ID
refNumber: String
shipmentId: ID!
shipmentItems: [SupplyShipmentItemInput!]
shipmentNumber: String
shipmentType: SupplyShipmentTypeEnum
trackingNumber: String
transportMode: SupplyTransportModeEnum
vesselName: String
}
Fields
UpdateSupplyShipmentInput.bolNumber ● String scalar
UpdateSupplyShipmentInput.carrierName ● String scalar
UpdateSupplyShipmentInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateSupplyShipmentInput.containerNumber ● String scalar
UpdateSupplyShipmentInput.containerSize ● String scalar
UpdateSupplyShipmentInput.costAllocation ● String scalar
UpdateSupplyShipmentInput.destinationBuildingId ● ID scalar
The building ID where the shipment is expected to arrive. This is only used when the shipment type is ASN.
UpdateSupplyShipmentInput.destinationName ● String scalar
Name of the intermediate destination (e.g., port name). This is only used when the shipment type is SHIPMENT.
UpdateSupplyShipmentInput.expectedArrivalDate ● ISO8601Date scalar
UpdateSupplyShipmentInput.expectedShipDate ● ISO8601Date scalar
UpdateSupplyShipmentInput.forwarderName ● String scalar
UpdateSupplyShipmentInput.incoterms ● String scalar
UpdateSupplyShipmentInput.origin ● String scalar
UpdateSupplyShipmentInput.paymentStatus ● SupplyPaymentStatusEnum enum
UpdateSupplyShipmentInput.purchaseOrderId ● ID scalar
The purchase order ID associated with this shipment.
UpdateSupplyShipmentInput.refNumber ● String scalar
UpdateSupplyShipmentInput.shipmentId ● ID! non-null scalar
UpdateSupplyShipmentInput.shipmentItems ● [SupplyShipmentItemInput!] list input
UpdateSupplyShipmentInput.shipmentNumber ● String scalar
The shipment number.
UpdateSupplyShipmentInput.shipmentType ● SupplyShipmentTypeEnum enum
UpdateSupplyShipmentInput.trackingNumber ● String scalar
UpdateSupplyShipmentInput.transportMode ● SupplyTransportModeEnum enum
UpdateSupplyShipmentInput.vesselName ● String scalar
Member Of
supplyUpdateShipment mutation