{
"orderId": "123456",
"userId": "USER123",
"totalAmount": {
"currency": "USD",
"amount": 1000
},
"country": "USA",
"currency": "USD",
"payType": "CREDIT_CARD",
"advanceAmount": {
"currency": "USD",
"amount": 200
},
"remainingAmount": {
"currency": "USD",
"amount": 800
},
"buyerEnglishName": "John Doe",
"orderNo": "ORD123456",
"status": "CONFIRMED",
"orderDelivery": {
"deliveryDate": "2024-05-21",
"deliveryNo": "DEL123456",
"company": "Logistics Company"
},
"orderCommodity": {
"commodityName": "商品中文名",
"commodityEnglishName": "Commodity English Name",
"quantity": 100,
"unit": "pcs"
},
"memo": "This is a memo",
"otherAttachments": [
{
"fileName": "other_attachment1.pdf",
"url": "http://example.com/other_attachment1.pdf"
},
{
"fileName": "other_attachment2.pdf",
"url": "http://example.com/other_attachment2.pdf"
}
],
"invoiceAttachments": [
{
"fileName": "invoice1.pdf",
"url": "http://example.com/invoice1.pdf"
},
{
"fileName": "invoice2.pdf",
"url": "http://example.com/invoice2.pdf"
}
],
"isExchangeUsage": "YES",
"payeeBindingAmount": {
"currency": "USD",
"amount": 300
},
"payeeUnBindAmount": {
"currency": "USD",
"amount": 100
},
"withdrawAmount": {
"currency": "USD",
"amount": 500
},
"createTime": "2024-05-21 10:00:00",
"orderTime": "2024-05-21 14:30:00",
"platform": "Amazon"
}