[
{
"id": "<string>",
"shopperId": "<string>",
"orderNumber": "<string>",
"status": "draft",
"approvalStatus": "not_required",
"items": [
{
"sku": "<string>",
"name": "<string>",
"quantity": 123,
"unitPrice": 123,
"totalPrice": 123
}
],
"total": 123,
"currency": {
"id": 123,
"name": "<string>",
"rate": "<string>",
"base": true,
"active": true,
"description": "<string>"
},
"externalPoNumber": "<string>",
"approvalChain": {
"id": "<string>",
"name": "<string>",
"steps": [
{
"id": "<string>",
"stepNumber": 123,
"approverType": "user",
"approverId": "<string>",
"approverName": "<string>",
"isRequired": true,
"thresholdAmount": 123
}
],
"isActive": true
},
"currentApprover": "<string>",
"subtotal": 123,
"tax": 123,
"shipping": 123,
"convertedTotal": 123,
"shippingAddress": {
"name": "<string>",
"street1": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>",
"country": "<string>"
},
"billingAddress": {
"name": "<string>",
"street1": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>",
"country": "<string>"
},
"paymentMethod": {
"type": "credit_card",
"lastFour": "<string>",
"brand": "<string>",
"expiryMonth": 123,
"expiryYear": 123
},
"requestedDeliveryDate": "2023-12-25",
"urgency": "low",
"notes": "<string>",
"approvalHistory": [
{
"id": "<string>",
"stepId": "<string>",
"approverId": "<string>",
"approverName": "<string>",
"action": "approved",
"actionDate": "2023-11-07T05:31:56Z",
"comments": "<string>"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"approvedAt": "2023-11-07T05:31:56Z"
}
]