POST public-api/ic/item/infosearch
This method returns all active items whose item number, alternate item number or item description contains the specified texts that are entered on the combo box. Requires Allow Item permission. Note: This is a Post API to avoid limitations inherent to passing parameters on the URL.
Request Information
URI Parameters
None.
Body Parameters
ItemContainsSearchParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchPattern | string |
None. |
|
| ItemType | ItemTypeEnum |
None. |
Request Formats
application/json
Sample:
{
"SearchPattern": "sample string 1",
"ItemType": 0
}
Response Information
Resource Description
WaspResultOfListOfItemInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of ItemInfo |
None. |
|
| Messages | Collection of WtResult |
None. |
|
| BatchNumber | integer |
None. |
|
| HasError | boolean |
None. |
|
| HasHttpError | boolean |
None. |
|
| HasMessage | boolean |
None. |
|
| HasSuccessWithMoreDataRemaining | boolean |
None. |
|
| TotalRecordsLongCount | integer |
None. |
Response Formats
application/json
Sample:
{
"Data": [
{
"ItemType": 0,
"RowNumber": 1,
"ItemNumber": "sample string 2",
"AlternateItemNumber": "sample string 3",
"ItemDescription": "sample string 4",
"CategoryDescription": "sample string 5",
"ManufacturerName": "sample string 6",
"CheckOutLengthMinutes": 7,
"StockingUnit": "sample string 8",
"PurchaseUnit": "sample string 9",
"SalesUnit": "sample string 10",
"Cost": 11.0,
"SalesPrice": 12.0,
"ListPrice": 13.0,
"CostMethod": 10,
"AverageCost": 1.0,
"TaxCode": "sample string 14",
"AttachmentInfo": {
"AttachmentsToAdd": [
"sample string 1",
"sample string 2"
],
"AttachmentsToDelete": [
"sample string 1",
"sample string 2"
],
"AttachmentNames": [
{
"Key": "sample string 1",
"Value": "sample string 2"
},
{
"Key": "sample string 1",
"Value": "sample string 2"
}
],
"NewDefaultAttachment": "sample string 1",
"HasAttachment": true
},
"TrackbyInfo": {
"TrackedBySerialNumber": true,
"TrackedByLot": true,
"TrackedByDateCode": true,
"TrackedBySerialNumberOnlyOnInvoicing": true,
"AutoGenerateSerialNumber": true,
"TrackedByReferenceNumber": true,
"TrackedByVendor": true,
"TrackedByCustomer": true
},
"DimensionInfo": {
"DimensionUnit": "sample string 1",
"Height": 2.0,
"Width": 3.0,
"Depth": 4.0,
"WeightUnit": "sample string 5",
"Weight": 6.0,
"VolumeUnit": "sample string 7",
"MaxVolume": 8.0
},
"CustomFields": [
{
"ImportRowNumber": 1,
"DcfLabel": "sample string 2",
"DCFDataType": 1,
"DcfTextValue": "sample string 3",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-07-25T02:29:14.6572368+00:00",
"DcfValueRecordStatus": 0
},
{
"ImportRowNumber": 1,
"DcfLabel": "sample string 2",
"DCFDataType": 1,
"DcfTextValue": "sample string 3",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-07-25T02:29:14.6572368+00:00",
"DcfValueRecordStatus": 0
}
],
"ItemCreateDate": "2026-07-25T02:29:14.6572368+00:00",
"ItemLastUpdatedDate": "2026-07-25T02:29:14.6572368+00:00"
},
{
"ItemType": 0,
"RowNumber": 1,
"ItemNumber": "sample string 2",
"AlternateItemNumber": "sample string 3",
"ItemDescription": "sample string 4",
"CategoryDescription": "sample string 5",
"ManufacturerName": "sample string 6",
"CheckOutLengthMinutes": 7,
"StockingUnit": "sample string 8",
"PurchaseUnit": "sample string 9",
"SalesUnit": "sample string 10",
"Cost": 11.0,
"SalesPrice": 12.0,
"ListPrice": 13.0,
"CostMethod": 10,
"AverageCost": 1.0,
"TaxCode": "sample string 14",
"AttachmentInfo": {
"AttachmentsToAdd": [
"sample string 1",
"sample string 2"
],
"AttachmentsToDelete": [
"sample string 1",
"sample string 2"
],
"AttachmentNames": [
{
"Key": "sample string 1",
"Value": "sample string 2"
},
{
"Key": "sample string 1",
"Value": "sample string 2"
}
],
"NewDefaultAttachment": "sample string 1",
"HasAttachment": true
},
"TrackbyInfo": {
"TrackedBySerialNumber": true,
"TrackedByLot": true,
"TrackedByDateCode": true,
"TrackedBySerialNumberOnlyOnInvoicing": true,
"AutoGenerateSerialNumber": true,
"TrackedByReferenceNumber": true,
"TrackedByVendor": true,
"TrackedByCustomer": true
},
"DimensionInfo": {
"DimensionUnit": "sample string 1",
"Height": 2.0,
"Width": 3.0,
"Depth": 4.0,
"WeightUnit": "sample string 5",
"Weight": 6.0,
"VolumeUnit": "sample string 7",
"MaxVolume": 8.0
},
"CustomFields": [
{
"ImportRowNumber": 1,
"DcfLabel": "sample string 2",
"DCFDataType": 1,
"DcfTextValue": "sample string 3",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-07-25T02:29:14.6572368+00:00",
"DcfValueRecordStatus": 0
},
{
"ImportRowNumber": 1,
"DcfLabel": "sample string 2",
"DCFDataType": 1,
"DcfTextValue": "sample string 3",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-07-25T02:29:14.6572368+00:00",
"DcfValueRecordStatus": 0
}
],
"ItemCreateDate": "2026-07-25T02:29:14.6572368+00:00",
"ItemLastUpdatedDate": "2026-07-25T02:29:14.6572368+00:00"
}
],
"Messages": [
{
"ResultCode": 0,
"Message": "sample string 1",
"HttpStatusCode": 200,
"FieldName": "sample string 2"
},
{
"ResultCode": 0,
"Message": "sample string 1",
"HttpStatusCode": 200,
"FieldName": "sample string 2"
}
],
"BatchNumber": 1,
"HasError": false,
"HasHttpError": false,
"HasMessage": true,
"HasSuccessWithMoreDataRemaining": false,
"TotalRecordsLongCount": 1
}