Orders & Dispatch
Bulk Order
Creates multiple orders in one request. Optional Idempotency-Key applies to the bulk operation.
Responses
- 201 when orders are created synchronously (or idempotent replay), with
orders,summary, and optionalrejectedOrders. - 202 when async processing is enabled (
orderRequestId,status: queued); poll GET/api/v1/business/orders/order-requests/{id}. - 402 when the wallet balance (after holds) is insufficient for the bulk total.
How to call — POST {server}/api/v1/business/orders/bulk with X-API-Key and JSON body { "orders": [ ... ] } (each item matches CreateOrderRequest).
POST
Bulk Order
Authorizations
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>
Headers
Body
application/json
Bulk Order
