BigCommerce · Schema

Category ID

Unique ID of the *Category*. Increments sequentially. Read-Only.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-category-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/category_id",
  "title": "Category ID",
  "type": "integer",
  "description": "Unique ID of the *Category*. Increments sequentially.\nRead-Only.",
  "readOnly": true,
  "example": 36
}