ShippingMethodChannelListingUpdate Object
Manage shipping method's availability in channels.
type ShippingMethodChannelListingUpdate {
  shippingMethod: ShippingMethodType
  shippingErrors: [ShippingError!]! @deprecated
  errors: [ShippingError!]!
}
Fields
ShippingMethodChannelListingUpdate.shippingMethod ● ShippingMethodType object shipping
An updated shipping method instance.
ShippingMethodChannelListingUpdate.shippingErrors ● [ShippingError!]! deprecated non-null object shipping
DEPRECATED
Use errors field instead.
ShippingMethodChannelListingUpdate.errors ● [ShippingError!]! non-null object shipping
Returned By
shippingMethodChannelListingUpdate mutation