Klaviyo · Schema

GroupingProduct

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
product_id string The ID of the product
View JSON Schema on GitHub

JSON Schema

klaviyo-groupingproduct-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupingProduct",
  "title": "GroupingProduct",
  "type": "object",
  "properties": {
    "product_id": {
      "description": "The ID of the product",
      "type": "string",
      "example": "12345"
    }
  },
  "required": [
    "product_id"
  ]
}