Support Lock Code for Receive API

We are introducing new API capabilities that improve how you can verify inbound shipments, apply lock codes during receiving, and manage endpoint configurations. These updates enhance automation, reduce reliance on manual UI operations, and provide greater control when integrating with external systems.

Lock Code Support in Receive LPN API

You can now apply a lock code when receiving an LPN through the API. This provides operational control over whether an LPN can be:

  • Immediately put away, or
  • Allocated to an order right after receipt.

This is particularly useful for quality control (QC) processes, damaged goods handling, or regulatory hold requirements.

New Field

  • default_lockcode – If provided and valid, the lock code is automatically applied to the received LPN.

URL

POST .../wms/lgfapi/v10/entity/iblpn/receive

Lock Code Support for Receive Entire Shipment API

The same lock code functionality is supported when receiving an entire shipment. This ensures all LPNs created during receipt inherit the specified lock code, maintaining consistency across the full shipment.

URL

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

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

Steps to Enable

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