Inventory Adjustment Object
  • 1 Minute to read
  • PDF

Inventory Adjustment Object

  • PDF

Article Summary

Inventory Adjustment Object

 

 

Warehouse

 

Description: The name of the warehouse to make the adjustment against

Data Type: String

Data Length: 100

Required: True

 

 

 

ItemNumber

 

Description: Uniquely identifies the warehouse name where the inventory resides.

Data Type: String

Data Length: 50

Required: True

 

 

 

BinNumber

 

Description: The alphanumeric name for the position in the warehouse where the inventory is or can be stored

Data Type: String

Data Length: 10

Required: True

Note: For a description of Bins in WithoutWire, read Bin Overview.

 

 

 

CoreValue

 

Description: Determines if the item is Lot, Serial, or Date tracked

Values: BASIC, LOT, SERIAL, or DATE

This value must be empty if the item is set to BASIC

If SERIAL is chosen, then the quantity cannot be greater than 1.

If DATE is chosen, then the value must be a valid date.

Required: True

 

 

 

Qty

 

Description: The quantity to adjust

Data Type: Number

Required: True

 

 

 

MovementType

 

Description: The type of adjustment being made

Data Type: String

Values: Adjustment In+, Auto Adjustment Out, Damaged, Obsolescence, Physical Inventory, Variance.

Required: True

 

 

 

ErpShortCode

 

Data Type: String

Required: True

Note: Use “default” as the default

 

 

 

Note

 

Description: Optional notes about the adjustment

Data Type: String

Required: True

Note: Leave blank if not used

 

 

 

OrderNumber

 

Default to an empty string.

Data Type: String

Required: True

 

 

 

UnitNumber

 

Default to an empty string.

Data Type: String

Required: True

 

 

 

Example

 

[

    {

             "Warehouse":"Warehouse",

             "BinNumber":"RcvBin1",

             "ItemNumber":"Item-01",

             "CoreValue":"",

             "UomDesc":"EA",

             "Qty":-1,

             "MovementType":"Adjustment In+",

            "ErpShortCode":"default",

             "Note":"Damaged inventory",

             "OrderNumber":"",

             "UnitNumber":""

     }

]