Medipim BE - API V4

Developer documentation

POST /v4/product/descriptions/create

(Last updated: 25/04/2024)

Access to this feature is restricted and depends on your subscription type.

This endpoint allows for creating a new product description.

Request

Method

POST

URL

https://api.medipim.be/v4/product/descriptions/create

Headers

Body

  • product: one of the following (required)
    • Medipim product ID (string)
    • Key value array containing the identifier field and value (array)
  • description:

TIP

Make sure the amount of localized content matches the provided locales.

Response

Body

  • description:
    • id: Medipim ID of the description (integer)
    • locales[]: List of supported locales (string[])
    • targetGroups[]: List of associated target groups (string[])
    • type: Type of the description (string)
    • content.{...}: List of content (string, localized)
    • meta:
      • createdAt: When the description was created on Medipim (unix timestamp)
      • updatedAt: when the description information was last updated (unix timestamp)

Examples