Item Object
  • 3 Minutes to read
  • PDF

Item Object

  • PDF

Article summary

Item Object

 

 


 

ItemNumber

 

Description: An alphanumeric value that uniquely identifies the item within the warehouse.

Data Type: String

Data Length: 50

Required: Yes

 

 

 

ItemDescription

 

Description: A name that uniquely identifies an item within the warehouse.

Data Type: String

Data Length: 100

Required: Yes




ItemGenericDescription

 

Description: An optional and usually shorter name that uniquely identifies an item within the warehouse.

Data Type: String

Data Length: 100

Required: No

 

 

 

ManufacturerNumber

 

Description: The manufacturer’s Item number.

Data Type: String

Data Length: 50

Required: No

 

 

 

UpcBarcodeNumber

 

Description: The UPC Barcode Number on the items package.

Data Type: String

Data Length: 50

Required: No

 

 

 

GrossWeight

 

Data Type: Decimal

Required: No




FullPalletQuantity

 

Description: WithoutWire supports pallet splitting.

Data Type: Int

Required: No

Note: Supply an integer representing the maximum quantity that can be picked to one pallet.

 

 

 

Length

 

Data Type: Decimal

Required: No

 

 

 

Width

 

Data Type: Decimal

Required: No

 

 

 

Height

 

Data Type: Decimal

Required: No

 

 

 

NetWeight

 

Data Type: Decimal

Required: No

 

 

 

CoreItemType

 

Description: A string value that indicates whether the item is lot tracked, serial tracked, expiration date tracked, or a standard item.

Values: BASIC, LOT, SERIAL, or DATE

Data Type: String

Required: Yes

 

 

 

CycleCountInterval

 

Description: WithoutWire can assist in reminding warehouse users that a cycle count is needed.

Data Type: Int

Required: No

Note: Enter a value between 0 and 365 to indicate how many cycle counts you would like to perform in this item per year.

 

 

 

BaseUoM

 

Description: The base unit of measure for this item.

Data Type: String

Data Length: 50

Required: Yes

 

 

 

SignificantDigits

 

Description: A number representing the number of decimal places to track for this item.

Data Type: Int

Required: No

Note: Must be less than or equal to 5.

 



BaseConvFactor

 

Description: When creating an alternate UoM for an item, this is the conversion factor between the new UoM and the base UoM. 

Data Type: Decimal

Required: Yes, must be greater than 0. 




ShelfLife


Description: The number of days before the item expires.  

Data Type: Decimal

Required: No




MajorProductClass


Description: A category description for the item's product type.

Data Type: String

Required: No




MinorProductClass


Description: A secondary category description for the item's product type. 

Data Type: String

Required: No


 


ItemType

 

Description: The type of item.

Data Type: String

Values: Inventory, Kit, Service, Pallet

Required: No

Note: If no value is passed ItemType will default to Inventory.


 

 

 

Example

 

[

   {

       "ItemNumber": "",                       //Required - Character limit 50

       "ItemDescription": "",                  //Required - Character limit 100

       "ItemGenericDescription": "",     //Optional - Character limit 100

       "ManufacturerNumber": "",         //Optional - Character limit 50

       "UpcBarcodeNumber": "",          //Optional - Character limit 50

       "GrossWeight": "",                      //Optional 

       "FullPalletQuantity": "",               //Optional

       "Length": "",                                //Optional 

       "Width": "",                                 //Optional 

       "Height": "",                                //Optional 

       "NetWeight": "",                          //Optional 

       "CoreItemType": "",                    //Required - BASIC, SERIAL, LOT, or DATE

       "CycleCountInterval": "",            //Optional 

       "BaseUom": "",                           //Required - Character limit 50 - must contact support to update/change

       "SignificantDigits": "",                 //Optional 

       "BaseConvFactor": "",                //Required - Must be greater than 0

       "ShelfLife": "",                             //Optional 

       "MaxLayerQuantity": "",              //Optional 

       "MaxContainerQuantity": "",       //Optional 

       "LayerPriority": "",                       //Optional 

       "MajorProductClass": "",             //Optional 

       "MinorProductClass": "",             //Optional 

       "ItemType": ""                              //Optional - Inventory, Kit, Service, or Pallet

   }

]