Skip to main content
GET
/
crm-objects
/
v1
/
objects
/
products
/
paged
Get all products
curl --request GET \
  --url https://api.hubapi.com/crm-objects/v1/objects/products/paged
[
  {
    "objectType": "PRODUCT",
    "portalId": 62515,
    "objectId": 1642736,
    "properties": {},
    "version": 2,
    "isDeleted": false
  },
  {
    "objectType": "PRODUCT",
    "portalId": 62515,
    "objectId": 1642767,
    "properties": {},
    "version": 1,
    "isDeleted": false
  },
  {
    "objectType": "PRODUCT",
    "portalId": 62515,
    "objectId": 1642796,
    "properties": {},
    "version": 2,
    "isDeleted": false
  },
  {
    "versions": [
      {
        "name": "price",
        "value": "10.00",
        "timestamp": 1525287810508,
        "source": "API",
        "sourceVid": []
      }
    ],
    "value": "10.00",
    "timestamp": 1525287810508,
    "source": "API",
    "sourceId": null
  },
  {
    "versions": [
      {
        "name": "name",
        "value": "An updated product",
        "timestamp": 1525287810508,
        "source": "API",
        "sourceVid": []
      }
    ],
    "value": "An updated product",
    "timestamp": 1525287810508,
    "source": "API",
    "sourceId": null
  },
  {
    "versions": [
      {
        "name": "description",
        "value": "This product has an updated description and price.",
        "timestamp": 1525287810508,
        "source": "API",
        "sourceVid": []
      }
    ],
    "value": "This product has an updated description and price.",
    "timestamp": 1525287810508,
    "source": "API",
    "sourceId": null
  },
  {
    "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
  },
  {
    "versions": [
      {
        "name": "price",
        "value": "85.00",
        "timestamp": 1525292253568,
        "source": "API",
        "sourceVid": []
      }
    ],
    "value": "85.00",
    "timestamp": 1525292253568,
    "source": "API",
    "sourceId": null
  },
  {
    "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": "This is an updated product, it's getting a price change.",
        "timestamp": 1525292253568,
        "source": "API",
        "sourceVid": []
      }
    ],
    "value": "This is an updated product, it's getting a price change.",
    "timestamp": 1525292253568,
    "source": "API",
    "sourceId": null
  }
]

Required Scopes

This API requires one of the following scopes:
  • e-commerce

Response

200 - application/json

Successful response - Get all products from a portal, up to 100 per request

The response is of type object.