errcode | string | Error code |
errmsg | string | Error message |
orders[].order_id | number(uint64) | Trading Component Platform Order ID |
orders[].out_order_id | string | Merchant Custom Order ID |
orders[].status | number | Order Status |
orders[].path | string | Merchant Weixin Mini Program The page path of the order, used for WeChat side order center jump |
orders[].order_detail.promotion_info.finder_username | string | Promoter WeChat Channels user name |
orders[].order_detail.promotion_info.finder_nickname | string | Username for the WeChat Channels of the promoter |
orders[].order_detail.promotion_info.sharer_openid | string | The openid of the sharer |
orders[].order_detail.promotion_info.live_start_time | string | Broadcast start time |
orders[].order_detail.product_infos[].out_product_id | string | Merchant Custom Item ID |
orders[].order_detail.product_infos[].out_sku_id | string | Merchant custom product skuID, can fill in the character string (if there is no sku under this product_id) |
orders[].order_detail.product_infos[].product_cnt | number | Number of purchases |
orders[].order_detail.product_infos[].sale_price | number | The selling price (in units of cents) of the item at the time of the creation of this order may not be consistent with the price of the uploaded item interface |
orders[].order_detail.product_infos[].real_price | number | The average price of a single SKU after deducting the discount (unit: cent), if there is no discount, the same as the sale_price |
orders[].order_detail.product_infos[].path | number | Bound Weixin Mini Program product path |
orders[].order_detail.product_infos[].head_image | number | Headmap of the item at the time of creation of the order |
orders[].order_detail.product_infos[].title | number | The title of the item at the time of the order is generated |
orders[].order_detail.pay_info.pay_method_type | number | 0: WeChat payment, 1: payment on arrival, 2: merchant membership storage card (default 0) |
orders[].order_detail.pay_info.prepay_id | string | Prepaid ID |
orders[].order_detail.pay_info.prepay_time | string | Prepayment time (time to get prepay_id) |
orders[].order_detail.pay_info.transaction_id | string | Payment ID |
orders[].order_detail.pay_info.pay_time | string | Payment time (time to get the transaction_id) |
orders[].order_detail.price_info.freight | number | Shipping costs (in units of cents) |
orders[].order_detail.price_info.order_price | number | The final amount of the order (in units of cents) |
orders[].order_detail.price_info.discounted_price | number | Amount of concession (in units of cents) |
orders[].order_detail.price_info.additional_price | number | Additional amount (in units of cents) |
orders[].order_detail.price_info.additional_remarks | string | Note of Additional Amount |
orders[].order_detail.delivery_detail.delivery_type | number | Shipping Type |
orders[].order_detail.delivery_detail.finish_all_delivery | number | Is the shipment complete? |
orders[].order_detail.delivery_detail.delivery_list[].delivery_id | string | Quick-recursive company ID, obtained by getting the Quick-recursive company list |
orders[].order_detail.delivery_detail.delivery_list[].waybill_id | string | Tracking number |
total_num | number | Total Orders |