HubSpot · Example Payload

Hubspot Commerce Payments Batch Create Response Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Commerce Payments Batch Create Response 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

statusresultsrequestedAtstartedAtcompletedAtnumErrorserrorslinks

Example Payload

Raw ↑
{
  "status": "PENDING",
  "results": [
    {
      "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"
      }
    }
  ],
  "requestedAt": "2025-03-15T14:30:00Z",
  "startedAt": "2025-03-15T14:30:00Z",
  "completedAt": "2025-03-15T14:30:00Z",
  "numErrors": 100,
  "errors": [
    {
      "status": "active",
      "id": "500123",
      "category": "standard",
      "message": "This is an example description.",
      "errors": [
        {}
      ],
      "context": {
        "key": "value"
      },
      "links": {
        "key": "value"
      },
      "subCategory": "standard"
    }
  ],
  "links": {
    "key": "value"
  }
}