GET Next Pick

The Get Next Pick REST API allows you to pick inventory based on the location pick sequence during picking from the Oracle WMS Cloud Mobile App or an external system using WMS APIs. This API follows the same underlying logic used in the text based Mobile RF picking transaction.

Note: The Oracle WMS Cloud Mobile App is one example of where this API will be leveraged. However, this API can be used in other scenarios.

The Get Next Pick API should give one pick from allocation records based on the location pick sequence when there are multiple allocation records that exist for a given Order/OBLPN.

The following is a sample GET request for Get Next Pick:

  • GET .../entity/allocation/get_next_pick

Sample request for get next pick based on OBLPN:

  • GET .../entity/allocation/get_next_pick?container_nbr=

Sample request for get next pick based on Order Number:

  • GET .../entity/allocation/get_next_pick?order_nbr=

Get Reponse:

  • Get next pick should give information associated with the inventory that is getting picked including:
    • Order Number : Order number against which the inventory is getting picked
    • Destination Facility: For Store Order Destination facility associated with the order
    • Customer Name: For Customer Order Customer name associated with the order
    • IBLPN: IBLPN number from which the inventory that needs to picked
    • OBLPN: OBLPN number in which the respective inventory is getting picked
    • Location: Location from which the inventory is getting picked (Active/ Reserve)
    • Item Code : Respective Item Code
    • Item Alternate Code: Respective Alternate Item Code
    • Inventory Attributes (A-O) : Attributes associated with the inventory.
    • Batch Number: Batch number associated with the inventory.
    • Expiry Date: Expiry date associated with the inventory.
    • Quantity : Pending quantity that needs to be picked for respective allocation record (Allocated Qty - Packed Qty)