DraftOrderCreateInput Input Object
Fields
#
lines
[ OrderLineCreateInput !]
Variant line input consisting of variant ID and quantity of products.
seller
status
Specify which nautical order we want to create (DRAFT, by default).
Default: "DRAFT"subStatus
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.
transactionCurrency
Optional transaction currency code. Domiciled currency will be used as fallback.
Usages
#
References
#
- Argument input of field draftOrderCreate from type Mutation