Update OBLPN Dimensions

URL: "xxx.wms.ocs.oraclecloud.com/env_name/wms/api/update_oblpn_dims/"

Initial WMS Version: 6.2

Overview

API to update an OBLPN's dimensions (length, width, height, weight, and volume).

Any association to a container type for the OBLPN will be overwritten by the specific values provided in the API request.

Requirements

  1. The LPN must exist for the facility/company provided
  2. The LPN must be of type outbound
  3. The LPN status cannot be SHIPPED or CANCELLED
  4. Decimal values must be greater than or equal to 0.00
Table 1. Request Arguments
Argument Name Function Required Data Type Initial Supported Version
shipping_location Barcode of shipping location. Required if shipping OBLPN. C string 7.0.0
company_code WMS company code X string 6.4.2
facility_code WMS facility code X string 6.4.2
oblpn_nbr Container number to be updated X string 6.4.2
length Container length X decimal 6.4.2
width Container width X decimal 6.4.2
height Container height X decimal 6.4.2
calc_vol_flg Recalculate volume based on length, width, and height X boolean 6.4.2
weight Container weight decimal 6.4.2
volume Container volume. Ignored if calc_vol_flg is true. decimal 6.4.2
ship_oblpn Ship the OBLPN after making dims updates. boolean 7.0.0
Note: Since version 9.0.0, new company parameter max_allowed_wt_vol_dim_decimal_scale controls the decimal precision for the following fields: Length, Width, Height, Weight and Volume.