Skip to main content

ShipOrderManuallyInput

Autogenerated input type of ShipOrderManually

input ShipOrderManuallyInput {
actualCarrierName: String
actualCarrierServiceName: String
carrierId: ID @deprecated
carrierServiceId: ID @deprecated
clientMutationId: String
cost: Decimal
numberOfCartons: Int
numberOfPackages: Int
numberOfPallets: Int
orderId: ID!
packageType: PackageTypeEnum
shipToCompany: String
shipToEmail: String
shipToName: String
shipToPhone: String
shippedDate: ISO8601DateTime
shippingAddress: AddressInput
shippingCarrierService: String
trackingNumber: String!
trackingUrl: Url
weight: Decimal
}

Fields

ShipOrderManuallyInput.actualCarrierName ● String scalar common

The carrier that the order was shipped via

ShipOrderManuallyInput.actualCarrierServiceName ● String scalar common

The carrier service that the order was shipped via

ShipOrderManuallyInput.carrierId ● ID deprecated scalar common

DEPRECATED

Old carrier iteration.

The ID of the carrier used to ship the order

ShipOrderManuallyInput.carrierServiceId ● ID deprecated scalar common

DEPRECATED

Old carrier iteration.

The ID of the carrier service used to ship the order

ShipOrderManuallyInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ShipOrderManuallyInput.cost ● Decimal scalar common

The cost of the shipment

ShipOrderManuallyInput.numberOfCartons ● Int scalar common

The number of cartons in the shipment

ShipOrderManuallyInput.numberOfPackages ● Int scalar common

The number of packages in the shipment

ShipOrderManuallyInput.numberOfPallets ● Int scalar common

The number of pallets in the shipment

ShipOrderManuallyInput.orderId ● ID! non-null scalar common

The ID of the order to ship

ShipOrderManuallyInput.packageType ● PackageTypeEnum enum orders

The number of packages in the shipment

ShipOrderManuallyInput.shipToCompany ● String scalar common

The company name to ship to

ShipOrderManuallyInput.shipToEmail ● String scalar common

The email of the person to ship to

ShipOrderManuallyInput.shipToName ● String scalar common

The name of the person to ship to

ShipOrderManuallyInput.shipToPhone ● String scalar common

The phone number of the person to ship to

ShipOrderManuallyInput.shippedDate ● ISO8601DateTime scalar common

The date the order was shipped

ShipOrderManuallyInput.shippingAddress ● AddressInput input common

The address to ship to

ShipOrderManuallyInput.shippingCarrierService ● String scalar common

The carrier service that the order was shipped via [DEPRECATED]

ShipOrderManuallyInput.trackingNumber ● String! non-null scalar common

The tracking number for the shipment

ShipOrderManuallyInput.trackingUrl ● Url scalar common

The URL to track the shipment

ShipOrderManuallyInput.weight ● Decimal scalar common

The weight of the shipment

Member Of

shipOrderManually mutation