HubSpot · JSON Structure

Hubspot Commerce Subscriptions Subscription Structure

A HubSpot commerce subscription record.

Type: object Properties: 6
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Subscription is a JSON Structure definition published by HubSpot, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id properties createdAt updatedAt archived associations

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A HubSpot commerce subscription record.",
  "name": "Subscription",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier for the subscription."
    },
    "properties": {
      "type": "object",
      "description": "The subscription's properties as key-value pairs."
    },
    "createdAt": {
      "type": "datetime"
    },
    "updatedAt": {
      "type": "datetime"
    },
    "archived": {
      "type": "boolean"
    },
    "associations": {
      "type": "object"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}