Verify Inbound Shipment using an API

We are introducing a new API to verify inbound shipments. This enables integration with external systems for shipment verification.

You can verify a shipment using either the IB Shipment ID or IB Shipment Number, as shown in the following table:

API Description URL Sample Payload

Verify a shipment using IB Shipment’s ID.

POST .../wms/lgfapi/v10/entity/ib_shipment/{id}/verify_shipment

Not required
Verify a shipment using IB Shipment Number.

POST .../wms/lgfapi/v10/entity/ib_shipment/verify_shipment

{

    "parameters":{

        "company_id__code": "Company1",

        "facility_id__code": "Facility1",

        "shipment_nbr": "SHPMNT-001"

    }

}

For detailed API documentation, refer to the WMS REST API Guide.

After verifying the shipment successfully, the system generates the Inbound Shipment Verification (SVS) files, based on the configuration.

Steps to Enable

You don't need to do anything to enable this feature.