Skip to main content
Version: 3.x

ChannelError

No description

type ChannelError {
field: String
message: String
code: ChannelErrorCode!
shippingZones: [ID!]
warehouses: [ID!]
}

Fields

ChannelError.field ● String scalar

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

ChannelError.message ● String scalar

The error message.

ChannelError.code ● ChannelErrorCode! non-null enum

The error code.

ChannelError.shippingZones ● [ID!] list scalar

List of shipping zone IDs which causes the error.

ChannelError.warehouses ● [ID!] list scalar

List of warehouses IDs which causes the error.

Member of

ChannelActivate object ● ChannelCreate object ● ChannelDeactivate object ● ChannelDelete object ● ChannelReorderWarehouses object ● ChannelUpdate object


Was this page helpful?