Search 800 + Posts

Dec 4, 2025

Sample REST api call to Pack Inventory in Oracle WMS Cloud

 WMS REST api - /wms/lgfapi/v10/repack/pack_inventory

The Pack Inventory API allows you to pack inventory based on the source OBLPN (from OBLPN), item, quantity and the destination OBLPN (to OBLPN) information


END POINT : https://<wms instance url>/wms/lgfapi/v10/repack/pack_inventory
Operation : POST
{
    "facility_id__code": "000",
    "company_id__code": "BIZ",
    "restrict_multiorder_combine_flg": false,
    "from_oblpn_nbr": "BIZ0000004784",
    "item_alternate_code": "AS54888",
    "qty": 1,
    "to_oblpn_nbr": "OBARC0000004786",
    "packing_station_barcode": "PACK001",
    "short_flg": false
}

Notes

  • Optional parameters (such as batch_nbr, expiry_date, and to_oblpn_type) can be omitted if not applicable.
  • Ensure that the qty does not exceed available inventory in the source OBLPN.

No comments:

Post a Comment