Skip to main content

DraftOrderSetTransactionCurrency

Result of draft order set currency mutation.

type DraftOrderSetTransactionCurrency {
order: Order
orderErrors: [OrderError!]!
}

Fields

DraftOrderSetTransactionCurrency.order ● Order object

Order with updated currency.

DraftOrderSetTransactionCurrency.orderErrors ● [OrderError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

draftOrderSetTransactionCurrency mutation

Was this page helpful?