BigCommerce · Schema

categoriesTree_Resp

Returns the categories tree, a nested lineage of the categories with parent->child relationship. The Category objects returned are simplified versions of the category objects returned in the rest of this API.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
data array
meta object
View JSON Schema on GitHub

JSON Schema

bigcommerce-categoriestree-resp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/categoriesTree_Resp",
  "title": "categoriesTree_Resp",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/categoriesTreeNode_Full"
      }
    },
    "meta": {
      "$ref": "#/components/schemas/metaEmpty_Full"
    }
  },
  "description": "Returns the categories tree, a nested lineage of the categories with parent->child relationship. The Category objects returned are simplified versions of the category objects returned in the rest of this API.\n",
  "x-internal": false
}