BigCommerce · Schema

ErrorDetail

Error detail response payload for the BigCommerce API.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-errordetail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorDetail",
  "title": "ErrorDetail",
  "type": "object",
  "description": "Error detail response payload for the BigCommerce API.\n",
  "example": {
    "1": "Unauthorized to delete",
    "2": "Metafield does not exist"
  }
}