API Taxes
Endpoints pour la gestion des configurations fiscales.
SDK: client.app.store.tax
Endpoints
Lister les taxes
POST /app/{appId}/store/tax/listRequête
| Champ | Type | Requis | Description |
|---|---|---|---|
apiKey | string | Oui | Clé API |
curl -X POST https://api.applite.ai/app/{appId}/store/tax/list \
-H "Content-Type: application/json" \
-d '{"apiKey": "your_api_key"}'Obtenir une taxe
POST /app/{appId}/store/tax/{id}Requête
curl -X POST https://api.applite.ai/app/{appId}/store/tax/{taxId} \
-H "Content-Type: application/json" \
-d '{"apiKey": "your_api_key"}'Last updated on