POST api/PurchaseJobRegister/SyncPurchaseOrderList
Request Information
URI Parameters
None.
Body Parameters
Collection of PurchaseOrderSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PlatformType | PlatformType |
None. |
|
| IsCover | boolean |
None. |
|
| AuthUser | AuthUserInfo |
None. |
|
| AlibabaAccountId | integer |
None. |
|
| AlibabaAccountName | string |
None. |
|
| bizTypes | Collection of PurchaseBizType |
None. |
|
| createEndTime | date |
None. |
|
| createStartTime | date |
None. |
|
| isHis | boolean |
None. |
|
| modifyEndTime | date |
None. |
|
| modifyStartTime | date |
None. |
|
| orderStatus | OnlinePurchaseOrderStatus |
None. |
|
| page | integer |
None. |
|
| pageSize | integer |
None. |
|
| refundStatus | OnlinePurchaseRefundStatus |
None. |
|
| sellerMemberId | string |
None. |
|
| sellerRateStatus | OnlinePurchaseSellerRateStatus |
None. |
|
| tradeType | OnlinePurchaseTradeType |
None. |
|
| productName | string |
None. |
|
| needBuyerAddressAndPhone | boolean |
None. |
|
| needMemoInfo | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"PlatformType": 0,
"IsCover": true,
"AuthUser": null,
"AlibabaAccountId": 2,
"AlibabaAccountName": "sample string 3",
"bizTypes": [
0,
0
],
"createEndTime": "2026-08-11T21:22:33.5930811+08:00",
"createStartTime": "2026-08-11T21:22:33.5930811+08:00",
"isHis": true,
"modifyEndTime": "2026-08-11T21:22:33.5930811+08:00",
"modifyStartTime": "2026-08-11T21:22:33.5930811+08:00",
"orderStatus": 1,
"page": 1,
"pageSize": 1,
"refundStatus": 1,
"sellerMemberId": "sample string 4",
"sellerRateStatus": 4,
"tradeType": null,
"productName": "sample string 5",
"needBuyerAddressAndPhone": true,
"needMemoInfo": true
},
{
"PlatformType": 0,
"IsCover": true,
"AuthUser": null,
"AlibabaAccountId": 2,
"AlibabaAccountName": "sample string 3",
"bizTypes": [
0,
0
],
"createEndTime": "2026-08-11T21:22:33.5930811+08:00",
"createStartTime": "2026-08-11T21:22:33.5930811+08:00",
"isHis": true,
"modifyEndTime": "2026-08-11T21:22:33.5930811+08:00",
"modifyStartTime": "2026-08-11T21:22:33.5930811+08:00",
"orderStatus": 1,
"page": 1,
"pageSize": 1,
"refundStatus": 1,
"sellerMemberId": "sample string 4",
"sellerRateStatus": 4,
"tradeType": null,
"productName": "sample string 5",
"needBuyerAddressAndPhone": true,
"needMemoInfo": true
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": true
}
application/xml, text/xml
Sample:
<ResponseResultOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.AliExpress.Api.Models"> <Data>true</Data> <ErrorCode>sample string 2</ErrorCode> <ErrorMessage>sample string 3</ErrorMessage> <Status>true</Status> </ResponseResultOfboolean>