ShippingMethodChannelListingUpdate
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
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ShippingMethodChannelListingUpdate.errors
● [ShippingError!]!
non-null object shipping
Returned By
shippingMethodChannelListingUpdate
mutation