Receive Entire Shipment

The Receive Entire Shipment API allows you to receive the entire shipment if it is in cartonized and in transit status. You can also locate the entire received LPNs to desired location by passing the location barcode in the body.

POST .../entity/ib_shipment/receive_entire_shipment

Sample JSON Request

{
    "parameters": {
        "facility_id__code": "FAC_CODE",
        "company_id__code": "COMP_CODE",
        "shipment_nbr": "SHIPMENT_NBR"
    },
    "options": {
        "consider_mark_for_qc_flg": false
        "location_barcode": "LOC123"
    }
}