HubSpot · Example Payload

Commerce Payments Api Batch Update Request Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Commerce Payments Api Batch Update Request Example is an example object payload from HubSpot, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

inputs

Example Payload

Raw ↑
{
  "inputs": [
    {
      "id": "500123",
      "properties": {
        "key": "value"
      },
      "idProperty": "500123"
    }
  ]
}