OrderUpdateInput
No description
input OrderUpdateInput {
billingAddress: AddressInput
userEmail: String
shippingAddress: AddressInput
externalReference: String
}
Fields
OrderUpdateInput.billingAddress ● AddressInput input
Billing address of the customer.
OrderUpdateInput.userEmail ● String scalar
Email address of the customer.
OrderUpdateInput.shippingAddress ● AddressInput input
Shipping address of the customer.
OrderUpdateInput.externalReference ● String scalar
External ID of this order.
Added in Saleor 3.10
Member of
orderUpdate mutation
Was this page helpful?