v1

latestOpenAPI 3.1.02026-07-241660500.9 KB

Get a Collection

get/v3/collection

Query parameters

idstring

Collection Id

Response

200

idinteger
catalogIdinteger
namestring
descriptionstring
createdstring
isAutomaticboolean
isFeaturedboolean
modifiedstring
productCountinteger

Example response

{
  "id": 293,
  "catalogId": 114160,
  "name": "test collection 2",
  "description": "Test",
  "created": "2022-03-23T20:37:52.46Z",
  "modified": "2022-03-23T20:37:52.46Z",
  "productCount": 1,
  "products": [
    {
      "id": 477817,
      "name": "Test Product",
      "clientNumber": "10",
      "active": true,
      "modified": "2022-03-22T17:06:28.423Z",
      "created": "2022-03-22T16:56:45.283Z",
      "taxable": true
    }
  ]
}