Skip to Content
Nouvelle documentation Applite - JS SDK, Dart SDK & REST API
REST APIStoreCatégories

API Catégories

Endpoints pour la gestion des catégories de produits.

SDK: client.app.store.category

Endpoints

Lister les catégories

POST /app/{appId}/store/category/list
ChampTypeRequisDescription
apiKeystringOuiClé API
curl -X POST https://api.applite.ai/app/{appId}/store/category/list \ -H "Content-Type: application/json" \ -d '{"apiKey": "your_api_key"}'

Obtenir une catégorie

POST /app/{appId}/store/category/{id}
ChampTypeRequisDescription
apiKeystringOuiClé API
curl -X POST https://api.applite.ai/app/{appId}/store/category/{categoryId} \ -H "Content-Type: application/json" \ -d '{"apiKey": "your_api_key"}'
Last updated on