cURL
curl --request POST \ --url https://api.erysta.com/v1/partners/place-order \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "items": [ { "id": "69ae19b4397b2e44c02853f6", "quantity": 1 } ], "reference_id": "MY-SHOP-12345" } '
{ "status": 200, "success": true, "details": { "data": { "id": "ABCD1234" }, "extensions": { "cache": "no-store", "trace_id": "req-7f8a9b2c...", "timestamp": "2026-03-09T15:30:00.000Z" } } }
Purchase one or multiple products in a single transaction. This will deduct funds from your balance or credit line.
List of products to purchase.
1
Show child attributes
Optional: Your internal reference for this order.
"MY-SHOP-12345"
Order placed successfully
200
true
Was this page helpful?