cURL
curl --request POST \ --url https://take.app/api/platform/public/stores/{storeAlias} \ --header 'Content-Type: application/json' \ --data ' { "items": [ { "name": "<string>", "price": 123, "quantity": 123, "options": [ { "question": "<string>", "answer": "<string>" } ] } ], "order_id": "<string>", "customer_name": "<string>", "customer_phone": "<string>", "customer_email": "jsmith@example.com" } '
{ "checkout_url": "<string>", "order_id": "<string>" }
Create a draft order without authentication. If an order_id is provided, items will be added to the existing draft order.
order_id
Alias of the store
Show child attributes
Existing draft order ID
Draft order created