Skip to main content

WarehouseError Object

No description

type WarehouseError {
field: String
message: String
code: WarehouseErrorCode!
shippingZones: [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 ● WarehouseErrorCode!​

The error code.

shippingZones ● [ID!]​

List of shipping zones IDs which causes the error.

Member Of​

WarehouseCreate object ● WarehouseDelete object ● WarehouseShippingZoneAssign object ● WarehouseShippingZoneUnassign object ● WarehouseUpdate object