v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Product Property

List product properties

Lists available products properties.

get/api/v1/productsProperties

Response

Operation completed successfully.

Example response

{
  "data": [
    {
      "id": "17",
      "name": "Color",
      "project": {
        "id": "1337"
      }
    }
  ]
}