cURL
curl --request GET \ --url https://api-ai.textyess.com/orders/{id} \ --header 'x-auth-token: <api-key>'
{ "id": "order_12345", "number_of_items": 3, "total_price": "99.99", "paid": true, "created_at": "2024-03-20T10:30:00Z" }
Retrieve a specific order from your store by its ID
x-auth-token
x-auth-token: your_jwt_token