BigCommerce · Schema

Get Categories

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-getcategories-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetCategories",
  "title": "Get Categories",
  "allOf": [
    {
      "type": "object",
      "properties": {
        "name": {
          "$ref": "#/components/schemas/name"
        },
        "category_id": {
          "$ref": "#/components/schemas/category_id"
        },
        "category_uuid": {
          "$ref": "#/components/schemas/category_uuid"
        },
        "tree_id": {
          "$ref": "#/components/schemas/tree_id"
        },
        "parent_id": {
          "$ref": "#/components/schemas/parent_id"
        }
      }
    },
    {
      "$ref": "#/components/schemas/CategoryBase"
    },
    {
      "type": "object",
      "properties": {
        "url": {
          "$ref": "#/components/schemas/url"
        }
      }
    }
  ]
}