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

API Vendeurs

Endpoints pour la gestion des vendeurs/marchands.

SDK: client.app.store.seller

Endpoints

Lister les vendeurs

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

Obtenir un vendeur

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