ShopError Object
No description
type ShopError {
field: String
message: String
code: ShopErrorCode!
}
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 ● ShopErrorCode!
The error code.
Member Of
ShopAddressUpdate object ● ShopDomainUpdate object ● ShopFetchTaxRates object ● ShopSettingsUpdate object ● StaffNotificationRecipientCreate object ● StaffNotificationRecipientDelete object ● StaffNotificationRecipientUpdate object