POST api/order/GetOrderList?app_key={app_key}&access_token={access_token}&timestamp={timestamp}&sign={sign}

获取订单列表 (买方)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
app_key

app_key

string

None.

access_token

access_token

string

None.

timestamp

timestamp

string

None.

sign

sign

string

None.

Body Parameters

OrderSearchModel
NameDescriptionTypeAdditional information
SourceType

订单来源类型:1 第三方平台 2 经销商系统 3 修理厂

integer

None.

SourceId

来源平台用户ID

integer

None.

StartTime

下单开始时间

date

None.

EndTime

下单时间

date

None.

PageSize

每页数据数

integer

None.

Page

当前页

integer

None.

OrderStatus

订单状态: -1 订单关闭 0 待运费确认 1 代付款 2 待卖方发货 3 待收货 4 收货完成

integer

None.

OrderCode

订单号

string

None.

Assert

供应商名称/联系方式

string

None.

SourcePlat

来源平台

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SourceType": 1,
  "SourceId": 2,
  "StartTime": "2025-08-02T17:04:36.5361236+08:00",
  "EndTime": "2025-08-02T17:04:36.5361236+08:00",
  "PageSize": 3,
  "Page": 4,
  "OrderStatus": 1,
  "OrderCode": "sample string 5",
  "Assert": "sample string 6",
  "SourcePlat": 7
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.