POST Api/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": "7c72d676-b7d6-4a73-9c24-e10e9a5f053f",
"Key": "sample string 2",
"ProductCode": "sample string 3",
"KeyWordType": "sample string 4",
"Category": "d5358e2d-761d-47b2-b06c-4f44c9432611",
"Attribute": "1568cade-6a36-4227-a9c8-ca75475e33b6",
"AttributeValue": "ad80b7b0-1ef3-492f-b744-7004d918e950",
"OnSale": true,
"SaleOff": true,
"PermissionLevel": 10,
"IsPermissionRange": true,
"SortedBy": "sample string 12",
"Sorted": "sample string 13",
"CreateDateFrom": "2025-10-28 19:06:27",
"CreateDateTo": "2025-10-28 19:06:27",
"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.