NauticalOrderUpdateInput
Input for updating a nautical order.
input NauticalOrderUpdateInput {
billingAddress: AddressInput
shippingAddress: AddressInput
userEmail: String
poNumbers: [String!]
}
Fields
NauticalOrderUpdateInput.billingAddress ● AddressInput input
Billing address of the customer.
NauticalOrderUpdateInput.shippingAddress ● AddressInput input
Shipping address of the customer.
NauticalOrderUpdateInput.userEmail ● String scalar
Email address of the customer.
NauticalOrderUpdateInput.poNumbers ● [String!] list scalar
Optional purchase order numbers of documents that outline what the buyer would like to purchase and how much of it they would like to receive
Member Of
nauticalOrderUpdate mutation