Skip to main content
Version: 3.x

ShippingMethodChannelListingUpdate

Manage shipping method's availability in channels.

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

Fields

ShippingMethodChannelListingUpdate.shippingMethod ● ShippingMethodType object

An updated shipping method instance.

ShippingMethodChannelListingUpdate.shippingErrors ● [ShippingError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ShippingMethodChannelListingUpdate.errors ● [ShippingError!]! non-null object

Returned by

shippingMethodChannelListingUpdate mutation


Was this page helpful?