Zum Inhalt

Products API

MORELO Produktkatalog (Read-Only).

List Products

GET /api/v1/products

Query Parameters

Parameter Type Description
modelLine string Filter by model line
chassis string Filter by chassis

Response

{
  "success": true,
  "data": [
    {
      "id": "prod_palace90lmf",
      "modelLine": "PALACE",
      "model": "90 LMF",
      "chassis": "IVECO Daily",
      "length": 8990,
      "width": 2350,
      "height": 3150,
      "basePrice": 279900,
      "currency": "EUR",
      "image": "https://cdn.morelo.de/palace-90-lmf.jpg"
    }
  ]
}

Get Model Lines

GET /api/v1/products/model-lines

Response

{
  "success": true,
  "data": [
    {
      "id": "home",
      "name": "HOME",
      "description": "Der perfekte Einstieg in die MORELO Welt",
      "priceFrom": 159900,
      "models": 8
    },
    {
      "id": "loft",
      "name": "LOFT",
      "description": "Liner-Feeling auf kompaktem Raum",
      "priceFrom": 199900,
      "models": 6
    },
    {
      "id": "palace",
      "name": "PALACE",
      "description": "Luxus auf höchstem Niveau",
      "priceFrom": 279900,
      "models": 10
    }
  ]
}

Get Product Details

GET /api/v1/products/:id

Enthält: - Technische Daten - Serienausstattung - Verfügbare Optionen - Bildergalerie