Klaviyo · Schema

GetCatalogItemResponseCompoundDocument

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
data object
included array
links object
View JSON Schema on GitHub

JSON Schema

klaviyo-getcatalogitemresponsecompounddocument-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetCatalogItemResponseCompoundDocument",
  "title": "GetCatalogItemResponseCompoundDocument",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/CatalogItemResponseObjectResource"
    },
    "included": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CatalogVariantResponseObjectResource"
      }
    },
    "links": {
      "$ref": "#/components/schemas/ObjectLinks"
    }
  },
  "required": [
    "data"
  ]
}