Ship Pallet

This API allows you to ship a pallet and all associated OBLPN(s.)

entity/pallet/{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
{
    "options": {
        "locn_barcode": "LOCN123",
        "output_file_to_generate": "oblpn_shipping_info"
    }
}