UpdateOrderInput
Autogenerated input type of UpdateOrder
input UpdateOrderInput {
billToCompany: String
billToEmail: String
billToName: String
billToPhone: String
billingAddress: AddressInput
brandId: ID
clientMutationId: String
expectedDeliveryDate: ISO8601DateTime
expectedShipDate: ISO8601DateTime
financialStatus: OrderFinancialStatusEnum
giftMessage: String
localRouting: Boolean
notes: [NoteInput!]
orderId: ID!
orderItems: [OrderItemInput!]
responsibleId: ID
salesChannelId: ID
selectedCarrierId: ID
selectedCarrierServiceId: ID
shipToCompany: String
shipToEmail: String
shipToName: String
shipToPhone: String
shipToSameAsBillTo: Boolean
shippingAddress: AddressInput
shippingCarrierService: String
shippingCost: Decimal
tags: [String!]
totalTax: Decimal
}
Fields
UpdateOrderInput.billToCompany
● String
scalar
UpdateOrderInput.billToEmail
● String
scalar
UpdateOrderInput.billToName
● String
scalar
UpdateOrderInput.billToPhone
● String
scalar
UpdateOrderInput.billingAddress
● AddressInput
input
UpdateOrderInput.brandId
● ID
scalar
UpdateOrderInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateOrderInput.expectedDeliveryDate
● ISO8601DateTime
scalar
UpdateOrderInput.expectedShipDate
● ISO8601DateTime
scalar
UpdateOrderInput.financialStatus
● OrderFinancialStatusEnum
enum
The financial status of the order.
UpdateOrderInput.giftMessage
● String
scalar
UpdateOrderInput.localRouting
● Boolean
scalar
If true, the order will be routed locally, otherwise it will use the origin routing rules.
UpdateOrderInput.notes
● [NoteInput!]
list input
UpdateOrderInput.orderId
● ID!
non-null scalar
UpdateOrderInput.orderItems
● [OrderItemInput!]
list input
UpdateOrderInput.responsibleId
● ID
scalar
UpdateOrderInput.salesChannelId
● ID
scalar
UpdateOrderInput.selectedCarrierId
● ID
scalar
The carrier that will be used to ship the order.
UpdateOrderInput.selectedCarrierServiceId
● ID
scalar
The carrier service that will be used to ship the order.
UpdateOrderInput.shipToCompany
● String
scalar
UpdateOrderInput.shipToEmail
● String
scalar
UpdateOrderInput.shipToName
● String
scalar
UpdateOrderInput.shipToPhone
● String
scalar
UpdateOrderInput.shipToSameAsBillTo
● Boolean
scalar
UpdateOrderInput.shippingAddress
● AddressInput
input
UpdateOrderInput.shippingCarrierService
● String
scalar
UpdateOrderInput.shippingCost
● Decimal
scalar
The shipping cost paid by the customer.
UpdateOrderInput.tags
● [String!]
list scalar
UpdateOrderInput.totalTax
● Decimal
scalar
The total tax paid by the customer.
Member Of
updateOrder
mutation