Skip to main content
Version: 3.x

ShippingError

No description

type ShippingError {
field: String
message: String
code: ShippingErrorCode!
warehouses: [ID!]
channels: [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 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.

ShippingError.channels ● [ID!] list scalar

List of channels IDs which causes the error.

Member of

ShippingMethodChannelListingUpdate object ● ShippingPriceBulkDelete object ● ShippingPriceCreate object ● ShippingPriceDelete object ● ShippingPriceExcludeProducts object ● ShippingPriceRemoveProductFromExclude object ● ShippingPriceUpdate object ● ShippingZoneBulkDelete object ● ShippingZoneCreate object ● ShippingZoneDelete object ● ShippingZoneUpdate object


Was this page helpful?