{
"success": true,
"data": {
"orders": [
{
"orderId": "550e8400-e29b-41d4-a716-446655440111",
"invoiceId": "550e8400-e29b-41d4-a716-446655440000",
"networkEnvironment": "devnet",
"status": "processing",
"substatus": null,
"actions": { "canCancel": false },
"shipmentsSummary": { "hasTracking": false, "isDelivered": false, "lastTrackingAt": null, "shipmentCount": 0 },
"retailer": "amazon",
"walletAddress": "0x0000000000000000000000000000000000000001",
"walletNetwork": "bsc",
"customerId": "cust_123456",
"total": 99.99,
"createdAt": "2025-12-21T12:34:56.000Z",
"updatedAt": "2025-12-21T12:34:56.000Z",
"itemCount": 1
}
],
"pagination": { "limit": 1, "offset": 0, "count": 1 }
}
}