The Split LPN API allows you to split allocated Inbound LPNs into multiple LPNs. This
will assist you in identifying allocations during packing, and increase efficiency.
URL
POST /entity/iblpn/{id}/split_lpn/
Request Options
Name |
Required |
Type |
Default |
Description |
company_id |
Y |
String |
|
Company ID |
facility_id |
Y |
String |
|
|
auto_generate_lpn |
N |
Boolean |
N |
If set to yes then do not provide to_lpn |
to_lpn_list |
Y |
Array |
|
List of LPN the inventory is going to be split to. Refer to
to_lpn_list section for details |
Name |
Required |
Type |
Default |
Description |
to_lpn |
C |
|
|
|
item_code |
N |
String |
|
|
expiry_date |
C |
|
|
|
invn_attr_a - inv_attr_o |
C |
String |
|
Target attribute value. |
uom |
R |
String |
|
"units", "packs", "cases" |
batch_nbr |
C |
String |
|
|
qty |
Y |
number |
|
|
alloc_info_list |
Y |
Array |
|
List of fields for identifying allocation for the
inventory |
Note: if inventory has allocations, the alloc_info_list is
required.
Name |
Required |
Type |
Default |
Description |
facility_code |
C |
String |
|
Store number required for allocation type distribution |
wave_nbr |
N |
String |
|
default to empty. Will be used for strict matching. |
order_nbr |
C |
String |
|
If not store provided order number is required |
order_seq_nbr |
C |
|
|
If order number is sent this is required |
POST /entity/iblpn/split_lpn/
Name |
Required |
Type |
Default |
Description |
company_id |
Y |
String |
|
Company ID |
facility_id |
Y |
String |
|
|
mhe_system_code |
N |
String |
|
Code for MHE system integration. |
auto_generate_lpn |
N |
Boolean |
N |
If set to yes then do not provide to_lpn |
to_lpn_list |
Y |
Array |
|
List of LPN the inventory is going to be split to. Refer to
to_lpn_list section for details |