GET IB Shipment Detail
You can query the IB Shipment Detail entity to find out the LPN Count and Shipped Quantity details for a specific shipment.
You can also filter for specific 'ib_shipment_dtl' records via the 'container_id' field
URL
GET.....wms/lgfapi/v10/entity/ib_shipment_dtl/
Example Request
{
"result_count": 1,
"page_count": 1,
"page_nbr": 1,
"next_page": null,
"previous_page": null,
"results": [
{
"id": 2282611,
"url": "https://intqa.wms.ocs.oraclecloud.com:443/lgf_25c_qa/wms/lgfapi/v10/entity/ib_shipment_dtl/2282611",
"create_user": "VREST01",
"create_ts": "2025-05-07T15:45:25.254672+03:07",
"mod_user": "VREST01",
"mod_ts": "2025-05-07T15:49:40.023513+03:07",
"ib_shipment_id": {
"id": 95745,
"key": "VVSHG100003755",
"url": "https://intqa.wms.ocs.oraclecloud.com:443/lgf_25c_qa/wms/lgfapi/v10/entity/ib_shipment/95745"
},
"item_id": {
"id": 207438,
"key": "V1-VV-ITM-NOR-01",
"url": "https://intqa.wms.ocs.oraclecloud.com:443/lgf_25c_qa/wms/lgfapi/v10/entity/item/207438"
},
"container_nbr": "LPN_5_6_0012",
"shipped_qty": "10",
"priority_date": null,
"po_dtl_id": null,
"received_qty": "10",
"pre_recv_qty": "0",
"pallet_nbr": "",
"putawaytype_id": null,
"batch_nbr": "",
"expiry_date": null,
"recv_xdock_facility_code": "",
"lpn_is_physical_pallet_flg": false,
"lpn_weight": "10",
"lpn_volume": "10",
"lpn_length": "0",
"lpn_width": "0",
"lpn_height": "0",
"lpn_lock_code": "",
"host_seq_nbr": 0,
"dtl_rcv_flg": false,
"invn_attr_id": {
"id": 0,
"key": "--------------",
"url": ""
},
"internal_text_field_1": "",
"marked_for_qc_flg": false,
"original_shipto": "",
"receipt_advice_line": "",
"ref_order_nbr": "",
"ref_order_seq_nbr": 0,
"cust_field_1": "",
"cust_field_2": "",
"cust_field_3": "",
"cust_field_4": "",
"cust_field_5": "",
"cust_date_1": null,
"cust_date_2": null,
"cust_date_3": null,
"cust_date_4": null,
"cust_date_5": null,
"cust_number_1": 0,
"cust_number_2": 0,
"cust_number_3": 0,
"cust_number_4": 0,
"cust_number_5": 0,
"cust_decimal_1": "0",
"cust_decimal_2": "0",
"cust_decimal_3": "0",
"cust_decimal_4": "0",
"cust_decimal_5": "0",
"cust_short_text_1": "",
"cust_short_text_2": "",
"cust_short_text_3": "",
"cust_short_text_4": "",
"cust_short_text_5": "",
"cust_short_text_6": "",
"cust_short_text_7": "",
"cust_short_text_8": "",
"cust_short_text_9": "",
"cust_short_text_10": "",
"cust_short_text_11": "",
"cust_short_text_12": "",
"cust_long_text_1": "",
"cust_long_text_2": "",
"cust_long_text_3": "",
"uom_id": {
"id": 1,
"key": "Units",
"url": "https://intqa.wms.ocs.oraclecloud.com:443/lgf_25c_qa/wms/lgfapi/v10/entity/uom/1"
},
"container_id": {
"id": 524626,
"key": "LPN_5_6_0012",
"url": "https://intqa.wms.ocs.oraclecloud.com:443/lgf_25c_qa/wms/lgfapi/v10/entity/container/524626"
},
"shipped_uom_id": {
"id": 1,
"key": "Units",
"url": "https://intqa.wms.ocs.oraclecloud.com:443/lgf_25c_qa/wms/lgfapi/v10/entity/uom/1"
},
"shipped_uom_qty": "10",
"warning_percentage": null,
"error_percentage": null,
"expensed_destination_flg": false,
"requestor_name": "",
"requestor_address": ""
}
]
}