BigCommerce · Schema

E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service
View JSON Schema on GitHub

JSON Schema

bigcommerce-webhook-callback-base-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhook_callback_base",
  "title": "",
  "description": "",
  "x-examples": {
    "example-1": {
      "created_at": 1561482670,
      "store_id": "1025646",
      "producer": "stores/{store_hash}",
      "scope": "store/cart/created",
      "hash": "352e4afc6dd3fc85ea26bfdf3f91852604d57528"
    }
  },
  "allOf": [
    {
      "properties": {
        "created_at": {
          "type": "integer",
          "example": 1561488106,
          "description": "The time the webhook was created, represented in UNIX epoch time.",
          "readOnly": true
        },
        "store_id": {
          "type": "string",
          "minLength": 1,
          "example": "1025646",
          "description": "A numerical identifier that is unique to each store."
        },
        "producer": {
          "type": "string",
          "minLength": 1,
          "example": "stores/{store_hash}",
          "description": "Will always follow the pattern `stores/store_hash`. This is the store that created the webhook."
        },
        "scope": {
          "type": "string",
          "minLength": 1,
          "example": "store/cart/created",
          "description": "The event registered when the webhook was created."
        },
        "hash": {
          "type": "string",
          "minLength": 1,
          "example": "352e4afc6dd3fc85ea26bfdf3f91852604d57528",
          "description": "The payload data encoded in JSON format and then passed through SH1 encryption."
        }
      }
    }
  ],
  "type": "object",
  "x-internal": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bigcommerce-webhook-callback-base"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.