mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"code": 400,
|
|
"message": "Validation Failed",
|
|
"errors": {
|
|
"children": {
|
|
"name": {
|
|
"errors": [
|
|
"Please enter channel name."
|
|
]
|
|
},
|
|
"description": {},
|
|
"enabled": {
|
|
"errors": [
|
|
"Must have at least one enabled entity"
|
|
]
|
|
},
|
|
"hostname": {},
|
|
"color": {},
|
|
"locales": {},
|
|
"defaultLocale": {
|
|
"errors": [
|
|
"Please enter channel default locale."
|
|
]
|
|
},
|
|
"currencies": {},
|
|
"countries": {},
|
|
"defaultTaxZone": {},
|
|
"taxCalculationStrategy": {
|
|
"errors": [
|
|
"This value should not be blank."
|
|
]
|
|
},
|
|
"themeName": {},
|
|
"contactEmail": {},
|
|
"contactPhoneNumber": {},
|
|
"skippingShippingStepAllowed": {},
|
|
"skippingPaymentStepAllowed": {},
|
|
"accountVerificationRequired": {},
|
|
"shopBillingData": {
|
|
"children": {
|
|
"taxId": {},
|
|
"company": {},
|
|
"countryCode": {},
|
|
"street": {},
|
|
"city": {},
|
|
"postcode": {}
|
|
}
|
|
},
|
|
"menuTaxon": {},
|
|
"code": {
|
|
"errors": [
|
|
"Please enter channel code."
|
|
]
|
|
},
|
|
"baseCurrency": {
|
|
"errors": [
|
|
"Please enter channel base currency."
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|