OrderUpdateInput
No description
input OrderUpdateInput {
billingAddress: AddressInput
userEmail: String
shippingAddress: AddressInput
}
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.
Member Of
orderUpdate mutation