BigCommerce · Schema

ImportErrors

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-importerrors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ImportErrors",
  "title": "ImportErrors",
  "type": "array",
  "items": {
    "type": "object",
    "description": "Detail of an error that occurred during an import job.",
    "properties": {
      "row": {
        "type": "integer",
        "description": "The row in the import CSV where the error occurred."
      },
      "message": {
        "type": "string"
      }
    }
  }
}