Skip to main content

ShippingError

No description

type ShippingError {
field: String
message: String!
code: ShippingErrorCode!
warehouses: [ID!]
}

Fields

ShippingError.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.

ShippingError.message ● String! non-null scalar

The error message.

ShippingError.code ● ShippingErrorCode! non-null enum

The error code.

ShippingError.warehouses ● [ID!] list scalar

List of warehouse IDs which causes the error.

Member Of

ShippingPriceBulkDelete object ● ShippingPriceCreate object ● ShippingPriceDelete object ● ShippingPriceUpdate object ● ShippingZoneBulkDelete object ● ShippingZoneCreate object ● ShippingZoneDelete object ● ShippingZoneUpdate object

Was this page helpful?