NauticalDraftOrderInput
No description
input NauticalDraftOrderInput {
billingAddress: AddressInput
user: ID
userEmail: String
shippingAddress: AddressInput
customerNote: String
subStatus: OrderSubStatusEnum @deprecated
poNumbers: [String!]
}
Fields
NauticalDraftOrderInput.billingAddress ● AddressInput input
Billing address of the customer.
NauticalDraftOrderInput.user ● ID scalar
Customer associated with the draft order.
NauticalDraftOrderInput.userEmail ● String scalar
Email address of the customer.
NauticalDraftOrderInput.shippingAddress ● AddressInput input
Shipping address of the customer.
NauticalDraftOrderInput.customerNote ● String scalar
A note from a customer. Visible by customers in the order summary.
NauticalDraftOrderInput.subStatus ● OrderSubStatusEnum deprecated enum
DEPRECATED
This will be removed on September 9, 2025.
Sub status the order is to be changed to. Draft orders can have or be given a sub status of AWAITING_PAYMENT. Quote order can have or be given a sub status of either QUOTE_REQUESTED or IN_REVIEW.
NauticalDraftOrderInput.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
nauticalDraftOrderUpdate mutation