Receive Sorted Item

The Receive Sorted Item API allows you to receive an item into a receiving station location during the Sort and Receive transaction.

URL

POST ..lgfapi/v10/sort_recieve/receive_sorted_item

Example Payload

{
“location_barcode”:“LOC001”,
 “ib_shipment_dtl_id”:1234, 
“iblpn_nbr”:"LPN001”, 
“qty”:1
}