MHE Pick Confirmation API

The Pick Confirm API allows you to perform cubed or non-cubed picking.

Note: This is a new API meant to replace the existing legacy `pick_confirm` API. The legacy API will eventually be retired so no further enhancements will be made to it. New functionality will instead be added to this API as part of the lgfapi suite.

This API supports features of the legacy API including the following parameters:

  • mhe_mode_flg - true/false; default true
  • async_flg - true/false; default true
  • short_flg - true/false; default false
  • Replaces using the legacy "action_code" = "SHORT".

The supported action codes are:

Action Code Assumptions
Pick
  • order_nbr is required,
  • at least item_alternate_code or item_barcode must be passed
  • qty is required
  • pick_location or from_containter_number required
  • to container nbr is required
Close
  • to container nbr is required

Short
  • order_nbr is required,
  • at least item_alternate_code or item_barcode must be passed,\
  • qty is required
  • pick_location or from_containter_number required
Complete

Pick Confirm API can be called using the following POST request:

POST ..lgfapi/v10/pick_pack/pick_confirm/