Skip to main content

ShippingError Object

No description

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

The error code.

warehouses ● [ID!]

List of warehouse IDs which causes the error.

channels ● [ID!]

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