Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Success and error JSON shapes returned by Join Markt HTTP APIs.
{ "orderId": "clxxxxxxxxxxxxxxxxxxxx", "url": "https://YOUR_APP_ORIGIN/checkout/clxxx?embed=1&theme=auto" }
{ "error": "Human-readable message" }
{ "orderId": "clxxxxxxxx", "order": { "orderId": "clxxxxxxxx", "status": "processing" } }
{ "order": {}, "checkoutToken": "token" }
{ "success": true }