Klaviyo · Schema

GetCatalogItemDeleteJobResponse

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

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

JSON Schema

klaviyo-getcatalogitemdeletejobresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetCatalogItemDeleteJobResponse",
  "title": "GetCatalogItemDeleteJobResponse",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/CatalogItemDeleteJobResponseObjectResource"
    },
    "links": {
      "$ref": "#/components/schemas/ObjectLinks"
    }
  },
  "required": [
    "data"
  ]
}