POST xuner/guide/shopguide/getOrderListOfStore
获取店铺订单列表
请求信息
URI 参数
无。
Body 参数
taketheirdtlRequset| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| domain |
域id |
string |
无。 |
| current |
取第几页的数据 |
integer |
无。 |
| size |
每页多少条数据,默认10 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{
"domain": "",
"current": 0,
"size": 0
}
响应信息
资源描述
获取店铺订单列表
gGuideResponseOfOrderListOfStore| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | OrderListOfStore |
无。 |
|
| msg |
信息 |
string |
无。 |
| code |
状态码 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"all": false,
"orderList": [
{
"customerOrder": {
"id": "",
"customerId": "",
"customerAddressId": "",
"salesId": "",
"code": "",
"status": "",
"payment": 0.0,
"deliveryType": 0,
"deliveryTime": "",
"payType": 0,
"gmtCreate": "0001-01-01T00:00:00",
"gmtUpdate": "0001-01-01T00:00:00",
"payTime": "0001-01-01T00:00:00",
"expressCompany": "",
"expressCode": "",
"storeId": "",
"receivePersonName": "",
"receiveMobile": "",
"receiveAddress": "",
"subject": "",
"tpTradeId": "",
"expressId": "",
"closeComment": "",
"closePersonName": "",
"customerCouponIds": "",
"couponValue": "",
"couponName": "",
"couponCode": "",
"couponBarCode": "",
"buyWay": 0,
"totalDetuct": 0,
"oldCustId": "",
"storeManagerId": "",
"flashSale": 0,
"flashsaleStoreIdPre": "",
"sharePhotoId": "",
"orderType": 0,
"distSourceSupplierId": "",
"pickUpCode": "",
"supplierId": 0,
"pickUpSalesId": "",
"pickUpSalesName": "",
"totalPrice": 0.0,
"specialPayment": "",
"postFee": 0,
"extOrderCode": "",
"pickUpTime": "",
"pickUpType": "",
"discountPromotionType": "",
"discountValue": "",
"discountPromotionId": "",
"discountPromotionName": "",
"vipId": "",
"vipName": "",
"vipDiscount": "",
"vipValue": "",
"payee": "",
"payeeType": 0,
"remark": "",
"payPassive": 0,
"serviceStatus": "",
"paymentNoPf": 0.0,
"reducePrice": 0,
"modifyPrice": "",
"pickupStoreId": 0,
"relDiscountValue": 0,
"sharedOrder": 0,
"deliverySite": 0,
"leaderDiscountValue": "",
"serviceStatusString": ""
},
"customer": {
"id": "",
"code": "",
"name": "",
"gender": "",
"avatar": "",
"birthday": "0001-01-01T00:00:00",
"phone": "",
"supplierId": "",
"qiakrCustomerId": "",
"gmtCreate": "0001-01-01T00:00:00",
"gmtUpdate": "0001-01-01T00:00:00",
"cardNo": "",
"extCardNo": "",
"realName": "",
"year": "",
"monthDay": ""
},
"refundValue": "",
"orderItemList": [
{
"id": "",
"orderId": "",
"stockId": "",
"skuId": "",
"shoppingCount": 0,
"price": 0.0,
"payment": 0.0,
"discount": "",
"discountId": "",
"productId": 0,
"productName": "",
"productPicUrl": "",
"color": "",
"size": "",
"propertyJson": "",
"shapeCode": "",
"productCode": "",
"deduct": 0,
"norms1Name": "",
"norms2Name": "",
"tags": "",
"flashsaleStockId": "",
"deliveryWay": "",
"brandSalesId": "",
"brandId": "",
"outOfStock": 0,
"applyRefund": 0,
"allPrice": 0.0,
"serviceStatus": "",
"categoryId": "",
"categoryFamilyId": 0,
"refundCount": 0,
"refundPostfee": 0,
"refundValue": 0,
"refundStatus": "",
"itemReducePrice": 0,
"itemModifyPrice": "",
"deductType": "",
"deductValue": 0,
"itemVipPrice": 0,
"bargainStockId": "",
"giftStatus": 0,
"presaleStockId": "",
"leaderDiscountValue": "",
"brandSalesName": "",
"brandName": "",
"supplierId": "",
"deductionPoint": "",
"deductionValue": "",
"returnPoint": "",
"expressCode": "",
"expressStatus": ""
}
],
"packageInfoVoList": "",
"orderRemarkList": "",
"appraiseStockMap": "",
"sales": "",
"store": "",
"pickupStore": "",
"distSourceSupplier": "",
"distSupplier": "",
"salesChangePrice": "",
"serviceOrderCount": "",
"customerCard": "",
"orderAppraised": "",
"orderPromotion": {
"name": "",
"promotionValue": "",
"promotionId": "",
"promotionDiscount": "",
"type": 0
},
"coupon": "",
"couponList": "",
"totalGrantPoint": "",
"pickUpOrderFlag": "",
"pointName": "",
"brandStoreName": "",
"performanceStoreName": "",
"customerOrderPayList": [
{
"id": "",
"orderId": "",
"payType": "",
"status": "",
"payment": 0.0,
"payTime": "",
"tpTradeId": "",
"payee": "",
"payeeType": 0,
"point": 0,
"payPhase": 0,
"payCode": ""
}
],
"invoiceId": "",
"invoice": "",
"presaleActivityStatus": "",
"officialSaleStartTime": "",
"officialSaleEndTime": "",
"status": "",
"groupedTime": "",
"discountValue": "",
"deductionPoint": "",
"deductionMooney": "",
"minOrderItemId": "",
"customerOrderWechatCouponVo": ""
}
],
"storeSales": {
"id": 0,
"storeId": 0,
"salesId": 0,
"supplierId": 0,
"employeeId": 0,
"position": 0,
"disable": 0,
"gmtCreate": 0,
"gmtUpdate": 0,
"permission": 0
}
},
"msg": "",
"code": 0
}