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": "82732a8f-05cf-4a86-a311-7f96a276ed67",
"Key": "sample string 2",
"ProductCode": "sample string 3",
"KeyWordType": "sample string 4",
"Category": "d720fd20-a00f-4993-8d64-3139abd0680a",
"Attribute": "7c21365b-7ba7-4d5d-bda3-ad6bf1410589",
"AttributeValue": "381766a7-dd22-4ea6-b160-3565cc2732af",
"OnSale": true,
"SaleOff": true,
"PermissionLevel": 10,
"IsPermissionRange": true,
"SortedBy": "sample string 12",
"Sorted": "sample string 13",
"CreateDateFrom": "2025-10-28 19:09:30",
"CreateDateTo": "2025-10-28 19:09:30",
"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:
Sample not available.
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:
Sample not available.
text/json
Sample:
Sample not available.