Skip to main content

ChannelError Object

No description

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

Fields

field ● String

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

message ● String

The error message.

code ● ChannelErrorCode!

The error code.

shippingZones ● [ID!]

List of shipping zone IDs which causes the error.

warehouses ● [ID!]

List of warehouses IDs which causes the error.

Member Of

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