v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBops
ListFirstPartyServicesForProduct catalog
List first party services for a product
get/ops/first_party_services/product/{product_id}
Path parameters
product_idstring regexp required
topi product ID
Example:739b63c2-9e58-4964-b38d-4ebb424de242
topi product ID
Response
OK response.
Example response
[
{
"additional_values": {
"accessory_type": "experiment_charger",
"deductible_price": {
"currency": "EUR",
"gross": 119000,
"net": 100000
},
"images": {
"url1x": "abc123",
"url2x": "abc123",
"url3x": "abc123"
}
},
"disabled": false,
"monthly_price": {
"currency": "EUR",
"gross": 119000,
"net": 100000
},
"product_id": "739b63c2-9e58-4964-b38d-4ebb424de242",
"type": "topi_replace"
}
]