Item Import
  • 2 Minutes to read
  • PDF

Item Import

  • PDF

Article summary

Item Import

 

Items in WithoutWire are associated with the warehouse. An item is required on the PurchaseOrderLine and LineItem objects.

 

 

 

Request Header


 

Client

 

Accept: application/json

 

 

Security

 

Authorization: <ClientKey>

 

 

Transport

 

Host:   api.withoutwire.com

 

 

Verb

 

PUT

 

 

 

Example


 

PUT https://api.withoutwire.com/integration/item


Accept: application/json


Authorization: <ClientKey>


Content-Type: application/json


Host: api.withoutwire.com


Content-Length: 103


Expect: 100-continue


Connection: Keep-Alive

 

Request Body: Item Object


[

   {

       "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

   }

]

       

 

Response Body: Import Response Object