Updating rcvd_shipment_id for Newly Created IBLPN via REST API
Summary:
Hi Team,
We have developed a custom Batch Split & Combine process using a VBCS application, leveraging WMS REST APIs for this implementation.
For the Batch Split scenario, the current process flow is:
- Modify Qty API –
POST /entity/iblpn/modify_qty→ Reduce inventory quantity from the original IBLPN. This results in the original LPN being cancelled with zero quantity. - Composite Create API –
wms/lgfapi/v10/entity/iblpn/composite_create→ Create a new IBLPN with the required details, including:- Putaway type
- Inventory attributes
- Batch details
- Required inventory information
- Lock Container API –
POST /entity/container/{container_id}/lock→ Apply inventory lock codes to the newly created container.
Tagged:
0