API pour la gestion des produits et des commandes de King Jouet
King Jouet API (1.0.0)
Download OpenAPI description
Overview
Support Freepry API King Jouet
License
Languages
Servers
Mock server
https://kingjouet.lowkode.fr/_mock/remote-git/openapi/
Serveur live (production)
https://n8nkj.freepry.com/webhook/live/v1/
Serveur main (développement)
https://n8nkj.freepry.com/webhook/main/v1/
- Mock server
https://kingjouet.lowkode.fr/_mock/remote-git/openapi/listing-achat
- Serveur live (production)
https://n8nkj.freepry.com/webhook/live/v1/listing-achat
- Serveur main (développement)
https://n8nkj.freepry.com/webhook/main/v1/listing-achat
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
https://kingjouet.lowkode.fr/_mock/remote-git/openapi/listing-achatResponse
application/json
[ { "total": 3, "achats": [ … ] } ]
- Mock server
https://kingjouet.lowkode.fr/_mock/remote-git/openapi/modification-achat
- Serveur live (production)
https://n8nkj.freepry.com/webhook/live/v1/modification-achat
- Serveur main (développement)
https://n8nkj.freepry.com/webhook/main/v1/modification-achat
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
https://kingjouet.lowkode.fr/_mock/remote-git/openapi/modification-achat \
-H 'Content-Type: application/json' \
-d '{
"reference_reprise": [
"05101752844098558"
]
}'