POST api/OrderJobRegister/SyncOrderSubsequentPage_ContinueFetch
Request Information
URI Parameters
None.
Body Parameters
SyncOrderRegisterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SyncModel | SyncOrderModel |
None. |
|
| ParentHangfireJobId | string |
None. |
|
| JobIdentification | string |
None. |
|
| Shop | ShopInfo |
None. |
Request Formats
application/json, text/json
Sample:
{
"SyncModel": {
"ShopId": 1,
"NeedDefaultModifiedDateValue": true,
"ModifiedDate": {
"BeginTime": "2026-08-11T21:22:34.1848971+08:00",
"EndTime": "2026-08-11T21:22:34.1848971+08:00"
},
"CreateDate": {
"BeginTime": "2026-08-11T21:22:34.1848971+08:00",
"EndTime": "2026-08-11T21:22:34.1848971+08:00"
},
"MerchantID": "sample string 3",
"AccessKeyID": "sample string 4",
"SecretKey": "sample string 5",
"OrderStatus": "None",
"OrderStatusList": [
"None",
"None"
],
"PageIndex": 6,
"PageSize": 7,
"OrderNos": [
"sample string 1",
"sample string 2"
],
"ShopIds": [
1,
2
],
"IsNeedPush": true,
"IsFirst": true,
"State": "sample string 10",
"IsNeedSyncRecord": true,
"AuthUser": null
},
"ParentHangfireJobId": "sample string 1",
"JobIdentification": "sample string 2",
"Shop": {
"SyncRecored": {
"ShopId": 1,
"LastSyncTime": "2026-08-11T21:22:34.1848971+08:00",
"LastSyncOrderJobRegisterTime": "2026-08-11T21:22:34.1848971+08:00",
"LastSyncMsgJobRegisterTime": "2026-08-11T21:22:34.1848971+08:00",
"MsgLastSyncTime": "2026-08-11T21:22:34.1848971+08:00",
"LastSyncProductTime": "2026-08-11T21:22:34.1848971+08:00",
"LastSyncIssueJobRegisterTime": "2026-08-11T21:22:34.1848971+08:00"
},
"Id": 1,
"ShopName": "sample string 2",
"PlatFormType": 0,
"AuthType": 3,
"IsActive": true,
"AuthTime": "2026-08-11T21:22:34.1848971+08:00",
"EnterpriseId": 6,
"ShopAccount": "sample string 7",
"ReportStatisticsRecords": [
{
"Id": 1,
"EnterpriseId": 1,
"ShopId": 1,
"StatisticsStatus": 1,
"LastStatisticsTime": "2026-08-11T21:22:34.1848971+08:00"
},
{
"Id": 1,
"EnterpriseId": 1,
"ShopId": 1,
"StatisticsStatus": 1,
"LastStatisticsTime": "2026-08-11T21:22:34.1848971+08:00"
}
],
"UserLastMessageTime": "2026-08-11T21:22:34.1848971+08:00"
}
}
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>