POST api/ShopeeTask/GetList
Request Information
URI Parameters
None.
Body Parameters
QueryInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ReleaseTaskStatus | Collection of ReleaseTaskStatus |
None. |
|
| ShopId | integer |
None. |
|
| Title | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReleaseTaskStatus": [
"Wating",
"Wating"
],
"ShopId": 1,
"Title": "sample string 2",
"PageIndex": 3,
"PageSize": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseOfPageListOfShopeeProductPushInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | PageListOfShopeeProductPushInfo |
None. |
|
| IsSuccess | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Data": [
{
"id": 1,
"memberId": 2,
"shopId": 3,
"shopIdentity": "sample string 4",
"productId": 5,
"productName": "sample string 6",
"imageUrl": "sample string 7",
"price": 8.1,
"stock": 9,
"targetShopIdentity": 10,
"targetShopRegion": "sample string 11",
"ReleaseTaskStatus": "Wating",
"actionTime": "2025-11-06 04:26:59",
"isDelete": true,
"createTime": "2025-11-06 04:26:59",
"errorCode": "sample string 14",
"errorMessage": "sample string 15",
"updateTime": "2025-11-06 04:26:59"
},
{
"id": 1,
"memberId": 2,
"shopId": 3,
"shopIdentity": "sample string 4",
"productId": 5,
"productName": "sample string 6",
"imageUrl": "sample string 7",
"price": 8.1,
"stock": 9,
"targetShopIdentity": 10,
"targetShopRegion": "sample string 11",
"ReleaseTaskStatus": "Wating",
"actionTime": "2025-11-06 04:26:59",
"isDelete": true,
"createTime": "2025-11-06 04:26:59",
"errorCode": "sample string 14",
"errorMessage": "sample string 15",
"updateTime": "2025-11-06 04:26:59"
}
],
"TotalCount": 1,
"PageIndex": 2,
"PageSize": 3
},
"IsSuccess": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3"
}