OrderImportShippingOrderLineInput
No description
input OrderImportShippingOrderLineInput {
lineNumber: String!
quantity: Int!
}
Fields
OrderImportShippingOrderLineInput.lineNumber ● String! non-null scalar
The number of the item order line the quantity refers to.
OrderImportShippingOrderLineInput.quantity ● Int! non-null scalar
The quantity of the line dispatched by this shipping.
Member Of
OrderImportShippingInput input