NauticalOrderUpdateInput
No description
input NauticalOrderUpdateInput {
billingAddress: AddressInput
userEmail: String
shippingAddress: AddressInput
poNumbers: [String!]
}
Fields
NauticalOrderUpdateInput.billingAddress ● AddressInput input
Billing address of the customer.
NauticalOrderUpdateInput.userEmail ● String scalar
Email address of the customer.
NauticalOrderUpdateInput.shippingAddress ● AddressInput input
Shipping 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