Skip to main content

Additional Product Service

The Additional Product Service manages optional products that can be attached to vehicle subscriptions.

Product Types

TypeDescription
accessoryPhysical or digital add-on
serviceExtended service offering
delivery_pack_elementPart of a delivery package
networkingNetworking 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.