Skip to main content

NauticalOrderUpdateMarketplaceShipping

Result of nautical order update marketplace shipping mutation.

type NauticalOrderUpdateMarketplaceShipping {
order: NauticalOrder
orderErrors: [OrderError!]!
}

Fields

NauticalOrderUpdateMarketplaceShipping.order ● NauticalOrder object

Nautical Order with updated marketplaceshipping method.

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

List of errors that occurred executing the mutation.

Returned By

nauticalOrderUpdateMarketplaceShipping mutation

Was this page helpful?