HubSpot · Example Payload

Hubspot Commerce Payments Commerce Payment Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Commerce Payments Commerce Payment Example is an example object payload from HubSpot, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idpropertiescreatedAtupdatedAtarchivedarchivedAtassociationspropertiesWithHistory

Example Payload

Raw ↑
{
  "id": "500123",
  "properties": {
    "key": "value"
  },
  "createdAt": "2025-03-15T14:30:00Z",
  "updatedAt": "2025-03-15T14:30:00Z",
  "archived": true,
  "archivedAt": "2025-03-15T14:30:00Z",
  "associations": {
    "key": "value"
  },
  "propertiesWithHistory": {
    "key": "value"
  }
}