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

API Tags

Endpoints pour la gestion des tags/étiquettes produits.

SDK: client.app.store.tag

Endpoints

Lister les tags

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

Obtenir un tag

POST /app/{appId}/store/tag/{id}
curl -X POST https://api.applite.ai/app/{appId}/store/tag/{tagId} \ -H "Content-Type: application/json" \ -d '{"apiKey": "your_api_key"}'
Last updated on