Error Types
Severity Types
Critical: The item was rejected during Validation and must be corrected before upload
Warning: The item was uploaded, but we recommend changes to the item details
Error Name | Error Severity | Data Format Info Link |
---|---|---|
Unable to validate, please try again | Critical | |
error: badly formatted json for product #{id} | Critical | |
error unmarshalling product #{id}: field '{field_name}' was {wrong_field_type} and not | ||
{expected_field_type} | ||
Field 'vendorSku' is required | Critical | vendorSku |
Field 'name' is required | Critical | name |
Field 'brand' is required | Critical | brand |
Field 'language' is required | Critical | language |
must provide between 1 to 12 images | Warning | images |
invalid image url format | Warning | images |
field 'shippingWeight' must provide 'value' as a number between 0 and 70000 | Warning | Shipping Specifications |
field 'shippingWeight' must provide 'unit' as one of "g", "kg", "oz", "lbs" | Warning | Shipping Specifications |
field 'shippingDimensions height' must provide 'value' as a number between 0 and 500 | Warning | Shipping Specifications |
field 'shippingDimensions height' must provide 'unit' as one of "cm", "in" | Warning | Shipping Specifications |
field 'shippingDimensions width' must provide 'value' as a number between 0 and 500 | Warning | Shipping Specifications |
field 'shippingDimensions width' must provide 'unit' as one of "cm", "in" | Warning | Shipping Specifications |
field 'shippingDimensions length' must provide 'value' as a number between 0 and 500 | Warning | Shipping Specifications |
field 'shippingDimensions length' must provide 'unit' as one of "cm", "in" | Warning | Shipping Specifications |
'groupId' and 'variation' must be specified together | Critical | groupID |
'language' must be one of the ISO 639-1 codes | Critical | language |
'gtinUpc' must be 12 numeric characters | Warning | GTIN |
'gtinEan' must be 13 numeric characters | Warning | GTIN |
'gtinItf14' must be 14 numeric characters | Warning | GTIN |
'gtinIsbn' must be between 10 and 13 numeric characters | Warning | GTIN |
msrp must be a numeric value greater or equal to 0 | Critical | msrp |
defaultCost must be a numeric value greater or equal to 0 | Critical | defaultCost |
Updated almost 5 years ago