Inventory Import
  • 1 Minute to read
  • PDF

Inventory Import

  • PDF

Article summary

Inventory Import

 

 

This request adds/subtracts inventory in specific bins within a specific warehouse.  

 

 

 

Request Header


 

Client

 

Accept: application/json

 

 

Security

 

Authorization: <ClientKey>

 

 

Transport

 

Host: api.withoutwire.com

 

 

Verb

 

PUT

 

 

 

Example

 

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


Accept: application/json


Authorization: <ClientKey>


Content-Type: application/json


Host: api.withoutwire.com


Content-Length: 103


Expect: 100-continue


Connection: Keep-Alive

 

Request Body: Inventory Object


[

   {

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

       "BinNumber": "",                     //Required, will create a bin if value is new - Character limit 50

       "LicensePlateNumber": "",     //Required - Can be blank if not on LP - Character limit 50 

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

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

       "BaseConvFactor": "",            //Required if new UOM

       "CoreItemType": "",                //Required - must match the item

       "CoreValue": "",                      //Required for LOT, SERIAL, and DATE tracked items - Character limit 50

       "Quantity": "",                         //Required - Can be negative - Cannot be greater than 1 for SERIAL

       "AllocationSetName": ""         //Optional - Character limit 100

   }

]

 

Response Body: Import Response Object ‎