Skip to main content

ShipOrderManuallyInput

Autogenerated input type of ShipOrderManually

input ShipOrderManuallyInput {
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.carrierId ● ID deprecated scalar

DEPRECATED

Old carrier iteration.

The ID of the carrier used to ship the order

ShipOrderManuallyInput.carrierServiceId ● ID deprecated scalar

DEPRECATED

Old carrier iteration.

The ID of the carrier service used to ship the order

ShipOrderManuallyInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

ShipOrderManuallyInput.cost ● Decimal scalar

The cost of the shipment

ShipOrderManuallyInput.numberOfCartons ● Int scalar

The number of cartons in the shipment

ShipOrderManuallyInput.numberOfPackages ● Int scalar

The number of packages in the shipment

ShipOrderManuallyInput.numberOfPallets ● Int scalar

The number of pallets in the shipment

ShipOrderManuallyInput.orderId ● ID! non-null scalar

The ID of the order to ship

ShipOrderManuallyInput.packageType ● PackageTypeEnum enum

The number of packages in the shipment

ShipOrderManuallyInput.shipToCompany ● String scalar

The company name to ship to

ShipOrderManuallyInput.shipToEmail ● String scalar

The email of the person to ship to

ShipOrderManuallyInput.shipToName ● String scalar

The name of the person to ship to

ShipOrderManuallyInput.shipToPhone ● String scalar

The phone number of the person to ship to

ShipOrderManuallyInput.shippedDate ● ISO8601DateTime scalar

The date the order was shipped

ShipOrderManuallyInput.shippingAddress ● AddressInput input

The address to ship to

ShipOrderManuallyInput.shippingCarrierService ● String scalar

The carrier service that the order was shipped via

ShipOrderManuallyInput.trackingNumber ● String! non-null scalar

The tracking number for the shipment

ShipOrderManuallyInput.trackingUrl ● Url scalar

The URL to track the shipment

ShipOrderManuallyInput.weight ● Decimal scalar

The weight of the shipment

Member Of

shipOrderManually mutation