v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Metaproperties

Retrieve specific metaproperty

Retrieve the details of a specific metaproperty.

get/api/pim/metaproperties/{id}

Path parameters

idstring required
Example:00000000-0000-0000-0000-0000000000000000

Response

Successfully retrieved specific metaproperty

idstring
namestring
labelstring
descriptionstring

Example response

{
  "id": "00000000-0000-0000-0000-000000000000",
  "name": "Product A",
  "label": "Product A",
  "description": "Metaproperty for Product A",
  "mp_options": [
    {
      "id": "00000000-0000-0000-0000-000000000000",
      "name": "Product A option 1",
      "label": "Product A option 1",
      "description": "Metaproperty option 1 for Product A",
      "metapropertyid": "00000000-0000-0000-0000-000000000000",
      "relations": [
        {
          "id": "00000000-0000-0000-0000-000000000000",
          "name": "Product B option 1",
          "label": "Product B option 1",
          "description": "Metaproperty option 1 for Product B",
          "metapropertyid": "00000000-0000-0000-0000-000000000000"
        }
      ]
    }
  ]
}