v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBops
AddFirstPartyServiceOverrideForProduct catalog
Add a first party service override for a product
post/ops/first_party_services/product/{product_id}
Path parameters
product_idstring regexp required
The internal ID for the product
Example:739b63c2-9e58-4964-b38d-4ebb424de242
The internal ID for the product
Request body
Example request
{
"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
},
"type": "topi_replace"
}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"
}