Klaviyo · Schema

LowInventoryConditionFilter

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
condition_groups array
View JSON Schema on GitHub

JSON Schema

klaviyo-lowinventoryconditionfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LowInventoryConditionFilter",
  "title": "LowInventoryConditionFilter",
  "type": "object",
  "properties": {
    "condition_groups": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LowInventoryConditionConditionGroup"
      }
    }
  },
  "required": [
    "condition_groups"
  ]
}