Inventory Adjustment Import
  • 1 Minute to read
  • PDF

Inventory Adjustment Import

  • PDF

Article summary

Inventory Adjustment Import

 

 

This request allows users to make inventory adjustments.

 

 

 

Request Header


 

Client

 

Accept: application/json

 

 

Security

 

Authorization: <ClientKey>

 

 

Transport

 

Host: api.withoutwire.com

 

 

Verb

 

PUT

 

 

 

Example

 

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


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 Adjustment Object


[

   {

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

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

       "CoreValue": "",            //Required if core item type is LOT, SERIAL, DATE - Character limit 50 

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

       "Qty": "",                       //Required

       "MovementType": "",    //Required (Adjustment In+, Damage, Obsolescence, Physical Inventory, Variance)

       "ErpShortCode": "",      //Optional

       "Note": "",                     //Optional or Required depending on configuration setting - Character limit 500

       "OrderNumber": "",      //Optional - Character Limit 50

       "UnitNumber": "",         //Optional - Character Limit 50 

       "InternalOnly": ""          //Optional - False if left blank, 1 for WoW only

   }

]

 

Response Body: Import Response Object ‎