POST public-api/ic/item/getitemsbynumber
This method returns existing items by number. 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
Collection of stringRequest Formats
application/json
Sample:
[ "sample string 1", "sample string 2" ]
Response Information
Resource Description
WaspResultOfListOfWaspResultOfItemInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of WaspResultOfItemInfo |
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": [
{
"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-02-27T14:04:40.1594083+00:00",
"DcfValueRecordStatus": 0
},
{
"ImportRowNumber": 1,
"DcfLabel": "sample string 2",
"DCFDataType": 1,
"DcfTextValue": "sample string 3",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-02-27T14:04:40.1594083+00:00",
"DcfValueRecordStatus": 0
}
],
"ItemCreateDate": "2026-02-27T14:04:40.1594083+00:00",
"ItemLastUpdatedDate": "2026-02-27T14:04:40.1594083+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
},
{
"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-02-27T14:04:40.1594083+00:00",
"DcfValueRecordStatus": 0
},
{
"ImportRowNumber": 1,
"DcfLabel": "sample string 2",
"DCFDataType": 1,
"DcfTextValue": "sample string 3",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-02-27T14:04:40.1594083+00:00",
"DcfValueRecordStatus": 0
}
],
"ItemCreateDate": "2026-02-27T14:04:40.1594083+00:00",
"ItemLastUpdatedDate": "2026-02-27T14:04:40.1594083+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
}
],
"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
}