| status | integer | Optional | | Status code | |
| message | string | Optional | | Error message | |
| data | object | Optional | | Order return | |
| ├─ id | string | Optional | | Order ID | |
| ├─ ads_id | string | Optional | | Plan ID | |
| ├─ ads_name | string | Optional | | Plan name | |
| ├─ site_id | string | Optional | | Promotion position ID | |
| ├─ link_id | string | Optional | | Promotion plan link ID | |
| ├─ euid | string | Optional | | Feedback tag, View explanation | |
| ├─ order_sn | string | Optional | | Order number | |
| ├─ parentordersn | string | Optional | | Parent order number for some alliances, such as Alibaba, available since 2020-06-16 | |
| ├─ order_time | string | Optional | | Order time, format: yyyy-MM-dd HH:mm:ss | |
| ├─ orders_price | decimal(10,2) | Optional | | Estimated order amount, e.g., 1.00 | |
| ├─ siter_commission | decimal(10,2) | Optional | | Estimated order commission, e.g., 1.00 | |
| ├─ currency | string | Optional | | Estimated order currency: CNY (RMB), USD (Dollar) | |
| ├─ status | string | Optional | | Duomai alliance settlement status: -1 Invalid, 0 Unconfirmed, 1 Confirmed, 2 Settled, View order status explanation | |
| ├─ confirm_price | decimal(10,2) | Optional | | Confirmed order amount, e.g., 1.00 | |
| ├─ confirmsitercommission | decimal(10,2) | Optional | | Confirmed order commission, e.g., 1.00 | |
| ├─ charge_currency | string | Optional | | Confirmed order currency: CNY (RMB), USD (Dollar) | |
| ├─ charge_time | string | Optional | | Settlement time, format: yyyy-MM-dd HH:mm:ss | |
| ├─ details | object [] | Optional | | Order details | Item Type: object |
| ├─ goods_cate | string | Optional | | Product category, based on actual merchant platform result | |
| ├─ goodscatename | string | Optional | | Product category name, could be a numeric identifier or textual description, based on actual merchant platform result | |
| ├─ goods_id | string | Optional | | Product ID | |
| ├─ goods_name | string | Optional | | Product name | |
| ├─ goods_price | string | Optional | | Product unit price, unit: Yuan. Currency: Fixed CNY (RMB) | |
| ├─ goods_ta | string | Optional | | Number of items | |
| ├─ orders_price | decimal(10,2) | Optional | | Estimated product amount, currency consistent with the currency field, e.g., 1.00 | |
| ├─ order_status | string | Optional | | Original order status description from merchant platform, could be in English, Chinese, or numeric, based on actual result. No relation to Duomai settlement status | |
| ├─ order_commission | decimal(10,2) | Optional | | Estimated product commission, currency consistent with the currency field, e.g., 1.00 | |
| ├─ order_sn | string | Optional | | Order number | |
| ├─ parentordersn | string | Optional | | Parent/child order number | |
| ├─ goods_img | string | Optional | | Product image URL | |
| ├─ shop_title | string | Optional | | Shop name | |
| ├─ dmorderstatus | string | Optional | | Duomai translated merchant status: -1 Unknown, 1 Pending payment, 2 Paid, 21 Processing, 3 Shipped, 31 In delivery, 32 Rejected, 4 Received, 41 Settling, 5 Settled, 6 Invalid, 7 Completed, 8 In dispute, 81 Dispute successful, 82 Dispute failed, 9 Refunded, 10 Returned, 11 System locked; View merchant status explanation | |