BigCommerce · Schema

id

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
id integer Unique ID of the *Category*. Increments sequentially. Read-Only.
View JSON Schema on GitHub

JSON Schema

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