getItemChargeBacks Method (1)
The AutoAdjust engine calls the get item chargeback method after
creating adjustments. All item adjustments made during this pass of AutoAdjust are
passed to the method. If no item level adjustments were made, a null
is passed in for the adjItems parameter. The user can go through the
list of items and make updates to the item data or create new items
to be inserted into the database. New items are returned as an array
of UserItemRecordsInterface objects. The parameters are:
- adjItems
- An array of AdjustedItem objects
- dbConn
- The database connection