Skip to main content

OrderInput

No description

input OrderInput {
referenceId: ID!
createdAt: DateTimeTz!
customerId: ID
sessionId: ID
billing: OrderBillingInput
shipping: OrderShippingInput
payment: OrderPaymentInput
total: OrderTotalPriceInput!
items: [OrderItemInput!]!
cashOnDelivery: MoneyInput
}

Fields

OrderInput.referenceId ● ID! non-null scalar

OrderInput.createdAt ● DateTimeTz! non-null scalar

OrderInput.customerId ● ID scalar

OrderInput.sessionId ● ID scalar

OrderInput.billing ● OrderBillingInput input

OrderInput.shipping ● OrderShippingInput input

OrderInput.payment ● OrderPaymentInput input

OrderInput.total ● OrderTotalPriceInput! non-null input

OrderInput.items ● [OrderItemInput!]! non-null input

OrderInput.cashOnDelivery ● MoneyInput input

Member Of

CreateShipmentInput input ● SessionToShipmentInput input ● UpdateShipmentInput input ● upsertOrder mutation