Need help?

Quickly find answers to your questions.

Expose your product price list via REST API

You can offer your customers the Jifeline product catalog directly on your website. This catalog includes descriptions and prices of all available services, organized by car make and model.

How to enable this feature

If you would like to enable this option, please send an email to support@jifeline.com and we will activate it for you. Once enabled, you can embed the product price list on your website using a ready-made iFrame.

Embed via iFrame

You can use a ready-made iFrame to display the product price list on your website. This method is simple and does not require major IT investment.

Example iFrame (English price list):

<iframe
  src="https://provider-pricing-list-001.jifeline.cloud/pricing/<provider-uuid>/vehicle?locale=en-GB&prices=true&branding_profile_id=<branding_profile_uuid>"
  width="500"
  height="500">
  <!-- Application will be loaded here -->
</iframe>

Important notes:

  • The recommended iframe height is ≤ 500 px. If the height is incorrect, some elements may be hidden.

  • The branding_profile_id is visible in the URL when editing a branding in your Partner Portal.
    Example: https://......../branding/43174954-e1a7-4cb0-a1ef-8128a0ad582f/edit

  • Your provider-uuid can be retrieved through the Partner API, or you can contact support for assistance.

Query Parameters

Key Type Default Description
locale string en Changes the language for the bundles. Available: de, dk, en, es, fi, fr, it, nl, no, pt, sv. (Does not affect the vehicle list language.)
prices boolean false Shows or hides customer prices
partnerPrices boolean false Shows or hides partner prices (takes priority over prices)
branding_profile_id string UUID used to display prices per branding, based on the profile’s margin and discount

How your customers use the catalog

The structure and workflow of the product catalog are nearly identical to the selection process in the Jifeline mobile app. Your customers can select a vehicle in four simple steps:

  1. Car brand

  2. Model

  3. Type

  4. Engine type

Example:
Renault → Laguna → Coupé (DT0 / 1) → 2.0 dCi

After completing all steps, a list of available services is displayed: including descriptions and prices.