Zum Hauptinhalt springen

Produkte-API

Verwalten Sie Produkte programmatisch รผber die API.


Produkte auflistenโ€‹

GET /api/v2/products

Antwortโ€‹

{
"data": [
{
"id": 1,
"name": "Acme Pro Dashboard",
"slug": "acme-pro-dashboard",
"description": "Enterprise analytics dashboard",
"type": "web_app",
"category": "Analytics",
"is_active": true,
"created_at": "2024-01-15T00:00:00Z"
}
]
}

Produkt erstellenโ€‹

POST /api/v2/products

Anfrage-Bodyโ€‹

{
"name": "Acme Mobile App",
"description": "Our iOS and Android mobile application",
"type": "mobile_app",
"category": "Mobile",
"is_active": true
}

Nรคchste Schritteโ€‹