Skip to main content
POST
/
crm-objects
/
v1
/
objects
/
products
/
batch-read
Create a product
curl --request POST \
  --url https://api.hubapi.com/crm-objects/v1/objects/products/batch-read
[
  {
    "ids": [
      1645187,
      1642796
    ]
  },
  {
    "objectType": "PRODUCT",
    "portalId": 62515,
    "objectId": 1642796,
    "properties": {},
    "version": 1,
    "isDeleted": false
  },
  {
    "objectType": "PRODUCT",
    "portalId": 62515,
    "objectId": 1645187,
    "properties": {},
    "version": 1,
    "isDeleted": false
  },
  {
    "ids": [
      1645187,
      1642796
    ]
  },
  {
    "versions": [
      {
        "name": "name",
        "value": "A second new product",
        "timestamp": 1525289943771,
        "source": "API",
        "sourceVid": []
      }
    ],
    "value": "A second new product",
    "timestamp": 1525289943771,
    "source": "API",
    "sourceId": null
  },
  {
    "versions": [
      {
        "name": "description",
        "value": "A description the second new product.",
        "timestamp": 1525289943771,
        "source": "API",
        "sourceVid": []
      }
    ],
    "value": "A description the second new product.",
    "timestamp": 1525289943771,
    "source": "API",
    "sourceId": null
  },
  {
    "versions": [
      {
        "name": "name",
        "value": "Another new product",
        "timestamp": 1525289943771,
        "source": "API",
        "sourceVid": []
      }
    ],
    "value": "Another new product",
    "timestamp": 1525289943771,
    "source": "API",
    "sourceId": null
  },
  {
    "versions": [
      {
        "name": "description",
        "value": "A description of yet another product.",
        "timestamp": 1525289943771,
        "source": "API",
        "sourceVid": []
      }
    ],
    "value": "A description of yet another product.",
    "timestamp": 1525289943771,
    "source": "API",
    "sourceId": null
  }
]

Response

200 - application/json

Successful response - Create a group of products

The response is of type object.

Last modified on December 12, 2025