POST AdminApi/CarrySync/SearchProduct
Request Information
URI Parameters
None.
Body Parameters
ProdSearchCond| Name | Description | Type | Additional information |
|---|---|---|---|
| PageInfo | PageInfo |
None. |
|
| NonProductCode | Collection of string |
None. |
|
| Language | Language |
None. |
|
| MerchantId | globally unique identifier |
None. |
|
| Key | string |
None. |
|
| ProductCode | string |
None. |
|
| KeyWordType | string |
None. |
|
| Category | globally unique identifier |
None. |
|
| Attribute | globally unique identifier |
None. |
|
| AttributeValue | globally unique identifier |
None. |
|
| OnSale | boolean |
None. |
|
| SaleOff | boolean |
None. |
|
| PermissionLevel | integer |
None. |
|
| IsPermissionRange | boolean |
None. |
|
| SortedBy | string |
None. |
|
| Sorted | string |
None. |
|
| CreateDateFrom | date |
None. |
|
| CreateDateTo | date |
None. |
|
| IsActive | integer |
None. |
|
| IsDeleted | integer |
None. |
|
| IsApprove | integer |
None. |
|
| ApproveStatus | string |
None. |
|
| ProductName | string |
None. |
|
| ProductSearchType | ProductSearchType |
None. |
|
| CatIds | Collection of integer |
None. |
|
| Attrs | Collection of AttrValues |
None. |
|
| Prices | Collection of integer |
None. |
|
| MerchShopType | MerchantShopType |
None. |
|
| MerchantType | MerchantType |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageInfo": {
"Page": 1,
"PageSize": 2,
"Offset": 0,
"SortName": "sample string 3",
"SortOrder": "sample string 4"
},
"NonProductCode": [
"sample string 1",
"sample string 2"
],
"Language": 0,
"MerchantId": "ec7fac9f-f29c-4845-b1f8-18d79cd46fdd",
"Key": "sample string 2",
"ProductCode": "sample string 3",
"KeyWordType": "sample string 4",
"Category": "c7eca6f4-a3b3-493f-9ace-d2358633b425",
"Attribute": "06aeec1d-2333-4980-863d-26a5f0a3c8c5",
"AttributeValue": "5cd10255-6b73-4e5d-94f6-26bfd54c8f86",
"OnSale": true,
"SaleOff": true,
"PermissionLevel": 10,
"IsPermissionRange": true,
"SortedBy": "sample string 12",
"Sorted": "sample string 13",
"CreateDateFrom": "2025-12-30 14:14:35",
"CreateDateTo": "2025-12-30 14:14:35",
"IsActive": 14,
"IsDeleted": 15,
"IsApprove": 16,
"ApproveStatus": "sample string 17",
"ProductName": "sample string 18",
"ProductSearchType": 0,
"CatIds": [
1,
2
],
"Attrs": [
{
"Id": 1,
"Type": 2,
"Vals": [
1,
2
]
},
{
"Id": 1,
"Type": 2,
"Vals": [
1,
2
]
}
],
"Prices": [
1,
2
],
"MerchShopType": 0,
"MerchantType": 0
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PageDataOfProductSummaryView| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalPage | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| Data | Collection of ProductSummaryView |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Offset | integer |
None. |
|
| SortName | string |
None. |
|
| SortOrder | string |
None. |
Response Formats
application/json
Sample:
text/json
Sample: