BigCommerce · Schema

Category UUID

An additional unique identifier for the category. Read-Only.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-category-uuid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/category_uuid",
  "title": "Category UUID",
  "type": "string",
  "description": "An additional unique identifier for the category. Read-Only.",
  "format": "uuid",
  "readOnly": true,
  "example": "d1964756-5e1d-4c72-9fa0-e1a3f7be4a34"
}