Skip to main content

Get Product Collection By Id

GET /v2/product/collection/:id

Retrieves detailed information about a specific product collection identified by its unique ID. The response includes collection metadata, linked product groups, and associated product details, providing a full overview of the collection’s composition and attributes.

Response Example

{
"name": "Cable Related Products",
"tenant": "6065a9eb6783e09eb34bb844",
"productGroupIds": [
"7e6c1fca-e735-4574-8b09-1ed83b8c0be1",
"a569154b-1d2f-4008-ac72-f2fc744715a7"
],
"created": "2025-07-03T10:00:00.000Z",
"updated": "2025-07-03T10:00:00.000Z",
"productGroups": [
{
"id": "7e6c1fca-e735-4574-8b09-1ed83b8c0be1",
"group_id": "7e6c1fca-e735-4574-8b09-1ed83b8c0be1",
"tenant": "6065a9eb6783e09eb34bb844",
"name": "100-Pack Zip Ties Red",
"status": {
"active": true,
"deleted": false
},
"subscription_term": 0,
"payment_period": 0,
"subscription": false,
"referenced": false,
"amount": {
"min": 1,
"max": 20,
"default": 1
},
"products": [
{
"_id": "6835c4c4f1fe8456887efe06",
"sku": "ZIT-ZIP-RED-0",
"cost_price": 48,
"price": 89.9,
"amount": {
"default": 1,
"min": 1,
"max": 5
}
}
],
"services": [],
"managementLink": {
"title": "",
"url": ""
},
"categories": [],
"properties": {},
"ingress": "100-Pack Red Zip Ties",
"stock": 3000,
"shop_enabled": true,
"distributor": null,
"keys": [],
"media": [],
"country": {
"code": "NO",
"_id": "6835c4d7f1fe8456887efe51"
},
"currency": {
"code": "NOK",
"_id": "6835c4d7f1fe8456887efe52"
},
"type": 3,
"description": "Same as the other 100-pack of Zip Ties, just that these are red, and thereby faster to use.",
"integration": [],
"resell": false,
"msp": null,
"permission_features": [],
"vendor": {
"name": "ZaveIT"
},
"customInputs": [],
"integrations": [],
"created": "2025-07-03T13:57:24.618Z",
"updated": "2025-07-03T09:08:27.395Z",
"__v": 0
}
],
"id": "6835c3c22d22c57cf7674a01"
}