Skip to main content

NauticalOrderUpdateApplyVoucherCode

Apply an existing voucher code to a nautical order to give a discount.

type NauticalOrderUpdateApplyVoucherCode {
nauticalOrder: NauticalOrder
orderErrors: [OrderError!]!
}

Fields

NauticalOrderUpdateApplyVoucherCode.nauticalOrder ● NauticalOrder object

Nautical order with voucher code applied leading to a discount.

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

Returned By

nauticalOrderUpdateApplyVoucherCode mutation

Was this page helpful?