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 deprecated

Returned By

shippingMethodChannelListingUpdate mutation