Additional Product Service
The Additional Product Service manages optional products that can be attached to vehicle subscriptions.
Product Types
| Type | Description |
|---|---|
accessory | Physical or digital add-on |
service | Extended service offering |
delivery_pack_element | Part of a delivery package |
networking | Networking product |
Marking a Product as Sold
Call PATCH /api/additional-products/{uid}/sold to mark a product as sold. This notifies the relevant downstream systems on your behalf.
Authentication
All endpoints require a JWT bearer token issued by the OpenHive IDP.
API
Products are scoped to the current customer subscription derived from the JWT context. The collection endpoint (GET /api/additional-products) automatically filters by the caller's subscription and accepts an optional type query parameter.