Skip to main content

OrderUpdateInput

No description

input OrderUpdateInput {
billingAddress: AddressInput
userEmail: String
shippingAddress: AddressInput
externalReference: String
}

Fields

OrderUpdateInput.billingAddress ● AddressInput input miscellaneous

Billing address of the customer.

OrderUpdateInput.userEmail ● String scalar miscellaneous

Email address of the customer.

OrderUpdateInput.shippingAddress ● AddressInput input miscellaneous

Shipping address of the customer.

OrderUpdateInput.externalReference ● String scalar miscellaneous

External ID of this order.

Added in Saleor 3.10

Member Of

orderUpdate mutation