curl --request GET \
--url https://api.hubapi.com/crm-objects/v1/objects/products/{id}[
{
"objectType": "PRODUCT",
"portalId": 62515,
"objectId": 1642767,
"properties": {},
"version": 1,
"isDeleted": false
},
{
"versions": [
{
"name": "price",
"value": "27.50",
"timestamp": 1525287096980,
"source": "API",
"sourceVid": []
}
],
"value": "27.50",
"timestamp": 1525287096980,
"source": "API",
"sourceId": null
},
{
"versions": [
{
"name": "name",
"value": "A new product",
"timestamp": 1525287096980,
"source": "API",
"sourceVid": []
}
],
"value": "A new product",
"timestamp": 1525287096980,
"source": "API",
"sourceId": null
},
{
"versions": [
{
"name": "description",
"value": "A description of this product.",
"timestamp": 1525287096980,
"source": "API",
"sourceVid": []
}
],
"value": "A description of this product.",
"timestamp": 1525287096980,
"source": "API",
"sourceId": null
}
]Get a specific product by its ID. By default, the response will only include the ID and a few system fields for the product. You can get specific properties in the response by using the properties parameter in the URL, and that parameter can be included multiple times to get multiple properties. See the example for more details.
curl --request GET \
--url https://api.hubapi.com/crm-objects/v1/objects/products/{id}[
{
"objectType": "PRODUCT",
"portalId": 62515,
"objectId": 1642767,
"properties": {},
"version": 1,
"isDeleted": false
},
{
"versions": [
{
"name": "price",
"value": "27.50",
"timestamp": 1525287096980,
"source": "API",
"sourceVid": []
}
],
"value": "27.50",
"timestamp": 1525287096980,
"source": "API",
"sourceId": null
},
{
"versions": [
{
"name": "name",
"value": "A new product",
"timestamp": 1525287096980,
"source": "API",
"sourceVid": []
}
],
"value": "A new product",
"timestamp": 1525287096980,
"source": "API",
"sourceId": null
},
{
"versions": [
{
"name": "description",
"value": "A description of this product.",
"timestamp": 1525287096980,
"source": "API",
"sourceVid": []
}
],
"value": "A description of this product.",
"timestamp": 1525287096980,
"source": "API",
"sourceId": null
}
]Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt
Use this file to discover all available pages before exploring further.
Scope requirements
Successful response - Get a specific product by its ID
The response is of type object.