BigCommerce · Schema

blogPost_Full

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

JSON Schema

bigcommerce-blogpost-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/blogPost_Full",
  "title": "blogPost_Full",
  "allOf": [
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer",
          "description": "ID of this blog post. READ-ONLY.",
          "readOnly": true,
          "example": 3
        }
      }
    },
    {
      "$ref": "#/components/schemas/blogPost_Base_Res"
    }
  ],
  "x-internal": false,
  "x-examples": {
    "example-1": {
      "id": 3,
      "title": "Welcome to BigCommerce",
      "url": "/blog/welcome-bigcommerce/",
      "preview_url": "/blog/welcome-bigcommerce/",
      "body": "<p>Customize your site, manage shipping and payments, and list your products on Amazon, eBay, and Facebook by Meta with the #1 ecommerce platform. </p>",
      "tags": [
        "string"
      ],
      "summary": "<p>We power ecommerce websites for successful retailers all over the world</p>",
      "is_published": true,
      "published_date": {
        "timezone_type": 1,
        "date": "2018-05-18T08:26:42Z",
        "timezone": "+00:00"
      },
      "published_date_iso8601": "5/18/2018 1:26:42 PM",
      "meta_description": "Welcome Post",
      "meta_keywords": "BigCommerce, welcome, ecommerce",
      "author": "BigCommerce",
      "thumbnail_path": "string"
    }
  }
}

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-blogpost-full"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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