Poll the status of an async order after 202 from POST /orders or bulk.
How to call — GET {server}/api/v1/business/orders/order-requests/{id} with X-API-Key.
Documentation Index
Fetch the complete documentation index at: https://docs.ugift.me/llms.txt
Use this file to discover all available pages before exploring further.
Your UGiftMe API key for authentication.
Format: Secure API key (e.g., <your-api-key>)
Required: All endpoints require this header
Example: X-API-Key: <your-api-key>
Order request
"65e4f5b6c7d8e90123456789"
"succeeded"
single or bulk.
"single"
Present when the request completes successfully. Usually a BusinessOrder for single or BulkOrderCreatedResponse for bulk; may be an arbitrary object while workers evolve.
{
"_id": "65b0d1e2f3a4b56789012345",
"productCode": "AMAZON_UK_STD",
"merchant": {
"name": "Amazon UK",
"distributionMethod": "EMAIL",
"voucherCode": "XXXX-XXXX-XXXX-XXXX",
"redemptionUrl": "https://www.amazon.co.uk/gc/redeem"
},
"currency": "GBP",
"valuePurchased": 50,
"status": "active",
"isPaid": true,
"isActive": true,
"usageLimit": 1,
"expiryDate": "2055-12-31T23:59:59.000Z",
"giftOrder": {
"message": "Thanks for being a great customer!",
"recipientEmail": "alex@example.com",
"recipientName": "Alex"
},
"transactionId": "txn_01HZZ9K2M4P8Q6R7S8T9V0W1X",
"createdAt": "2025-04-12T14:22:10.000Z",
"updatedAt": "2025-04-12T14:22:11.000Z",
"imageUrl": "https://cdn.ugift.me/products/amazon-uk-card.png"
}Present when the request failed.
"2025-04-12T14:20:00.000Z"
"2025-04-12T14:22:12.000Z"