Skip to main content

Get Product By Id

GET /v2/product/:id

Retrieves a single product by its unique identifier. The response includes all associated data such as pricing, stock, categories, media, and metadata about the product’s current state.

Response Example

{
"id": "27810092-d65a-4560-9925-2fb996d1da60",
"group_id": "27810092-d65a-4560-9925-2fb996d1da60",
"tenant": "685498954146b339e63e71b1",
"name": "Dell XPS 13",
"status": {
"active": true,
"deleted": false
},
"sales_channel": "Shop",
"subscription_term": 8640,
"payment_period": 720,
"subscription": false,
"referenced": false,
"amount": {
"min": 0,
"max": null,
"default": 1
},
"products": [
{
"_id": "68549a7f4cc986b856bee470",
"sku": "LA1000",
"cost_price": 246.71,
"price": 433.44,
"amount": {
"default": 1,
"min": 0
},
"reference": null
}
],
"services": [],
"integrations": [],
"categories": [
"68549a7f4cc986b856bee455"
],
"properties": {
"68549a7f4cc986b856bee451": {
"name": "Memory",
"tenant": "685498954146b339e63e71b1",
"value": "8GB RAM"
},
"68549a7f4cc986b856bee452": {
"name": "Storage",
"tenant": "685498954146b339e63e71b1",
"value": "256GB SSD"
},
"68549a7f4cc986b856bee453": {
"name": "Size",
"tenant": "685498954146b339e63e71b1",
"value": "13.3-inch"
}
},
"stock": 0,
"shop_enabled": true,
"keys": [],
"media": [
"https://www.example.com/img/product.jpg"
],
"country": {
"code": "NO",
"_id": "68549a7f4cc986b856bee472"
},
"currency": {
"code": "NOK",
"_id": "68549a7f4cc986b856bee473"
},
"type": 3,
"description": "",
"integration": [],
"resell": false,
"msp": false,
"permission_features": [],
"customInputs": [],
"created": "2025-06-19T23:17:20.587Z",
"updated": "2025-08-05T09:26:37.994Z"
}