Klaviyo · Schema

SubmitBackInStockProperties

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
list_id string
View JSON Schema on GitHub

JSON Schema

klaviyo-submitbackinstockproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubmitBackInStockProperties",
  "title": "SubmitBackInStockProperties",
  "type": "object",
  "properties": {
    "list_id": {
      "type": "string",
      "nullable": true
    }
  }
}