Skip to main content

ShippingMethodChannelListingUpdate Object

Manage shipping method's availability in channels.

Requires the MANAGE_SHIPPINGpermission.
type ShippingMethodChannelListingUpdate {
shippingMethod: ShippingMethodType
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
}

Fields

shippingMethod ● ShippingMethodType

An updated shipping method instance.

errors ● [ShippingError!]!

Show deprecatedHide deprecated

shippingErrors ● [ShippingError!]!

DEPRECATED

Use errors field instead.

Returned By

shippingMethodChannelListingUpdate mutation