BigCommerce · Schema

Not Found

Error payload for the BigCommerce API.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
status integer 404 HTTP status code.
title string The error title describing the particular error.
type string
instance string
View JSON Schema on GitHub

JSON Schema

bigcommerce-notfound-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NotFound",
  "title": "Not Found",
  "description": "Error payload for the BigCommerce API.",
  "type": "object",
  "properties": {
    "status": {
      "description": "404 HTTP status code.\n",
      "type": "integer"
    },
    "title": {
      "description": "The error title describing the particular error.",
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "instance": {
      "type": "string"
    }
  },
  "x-internal": false
}