Ship OBLPN

This API allows you to Ship a packed or loaded Outbound LPN.

POST entity/oblpn/{id}/ship/

Request Body

Section Name Required Type Default Comments
options locn_barcode X string Final shipping location from the facility.
options output_file_to_generate string Output file to be generated upon success per OBLPN.
  • "output_file_to_generate" supports:
    • oblpn_shipping_info
    • lpn_inventory
Note: The Ship OBLPN does not currently honor the Stop Ship flag.
{
    "options": {
        "locn_barcode": "LOCN123",
        "output_file_to_generate": "oblpn_shipping_info"
    }
}