Skip to main content

Category

Category information with flattened structure matching CategoryData

categoryCodestring

Category code identifier

descriptionstring

Category description

languagestring

Language code for the description

codestring

Alias for categoryCode (for compatibility)

texts object[]

Category texts in different languages

  • Array [
  • typestring

    Type of text (e.g., description, shortDescription)

    languageCodestring

    ISO 639-1 language code

    textstring

    Text content

  • ]
  • createdAtstring<date-time>

    Record creation timestamp

    updatedAtstring<date-time>

    Record last update timestamp

    Category
    {
    "categoryCode": "string",
    "description": "string",
    "language": "string",
    "code": "string",
    "texts": [
    {
    "type": "string",
    "languageCode": "string",
    "text": "string"
    }
    ],
    "createdAt": "2024-07-29T15:51:28.071Z",
    "updatedAt": "2024-07-29T15:51:28.071Z"
    }