ShippingError
No description
type ShippingError {
field: String
message: String
code: ShippingErrorCode!
warehouses: [ID!]
channels: [ID!]
}
Fields
ShippingError.field
● String
scalar miscellaneous
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 miscellaneous
The error message.
ShippingError.code
● ShippingErrorCode!
non-null enum shipping
The error code.
ShippingError.warehouses
● [ID!]
list scalar miscellaneous
List of warehouse IDs which causes the error.
ShippingError.channels
● [ID!]
list scalar miscellaneous
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