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

API Collections

Endpoints pour la gestion des collections de produits.

SDK: client.app.store.collection

Endpoints

Lister les collections

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

Obtenir une collection

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