Skip to main content

Get Offering Details

GET /v1/product/:tenant/offerings/:id

Retrieves detailed information about a single offering (product) using its unique identifier. The response includes pricing, subscription details, vendor, consumption metadata, and related integrations.

Query Parameters

  • filter[tenant] - Parameter for filter[tenant]

Request Example

GET /v1/product/:tenant/offerings/:id?filter[tenant]=637cb30de66a8d5547917f98

Response Example

{
"id": "example-offering-id",
"name": "Example Cloud Backup 40GB",
"description": "Mail, OneDrive, SharePoint and Teams included. 40GB per user.",
"ingress": "Secure backup service for Microsoft 365 users",
"status": {
"active": true,
"deleted": false
},
"vendor": {
"name": "ExampleVendor"
},
"subscription": true,
"subscription_term": 720,
"payment_period": 8640,
"sales_channel": "Shop",
"amount": {
"default": 1,
"min": 1,
"max": 9999
},
"input": {
"type": "numberInput",
"name": "Number of users?"
},
"consumption": {
"integration": "",
"property": "protected_users",
"metadata": {
"service": "backup"
}
},
"managementLink": {
"title": "",
"url": ""
},
"integration": [
{ "uuid": "exchange-demo-uuid", "id": "integration-id-1" },
{ "uuid": "sharepoint-demo-uuid", "id": "integration-id-2" },
{ "uuid": "onedrive-demo-uuid", "id": "integration-id-3" },
{ "uuid": "teams-demo-uuid", "id": "integration-id-4" }
],
"permission_features": [
{ "namespace": "Backup/Initiate" },
{ "namespace": "Backup/Management" },
{ "namespace": "Backup/Recovery" }
],
"vat": {
"countrycode": "NO",
"type": "ZERO_RATE_VAT",
"rate": 0,
"id": "vat-id-1"
},
"country": {
"code": "NO",
"id": "country-id-1"
},
"currency": {
"code": "NOK",
"id": "currency-id-1"
},
"price": 50,
"list_price": 39,
"cost_price": 39,
"sku": "10000",
"vendor_sku": "ZITM365BCK40-2",
"distributor": "example-distributor-id",
"stock": 0,
"media": [],
"categories": [],
"properties": {},
"resell": false,
"reference": "example-reference-id",
"tenant": "example-tenant-id",
"group_id": "example-group-id",
"customInputs": [],
"services": ["example-service-id"],
"created": "2025-06-19T23:17:37.874Z",
"updated": "2025-10-31T15:35:42.067Z"
}