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/listRequête
| Champ | Type | Requis | Description |
|---|---|---|---|
apiKey | string | Oui | Clé 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}Requête
| Champ | Type | Requis | Description |
|---|---|---|---|
apiKey | string | Oui | Clé 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