Customer Orders Package Model
Less than 1 minute
Customer Orders Package Model
Attribute | Type | Description |
---|---|---|
packageStockName | string | Optional. If provided and matches a pre-configured package name, it will be used. Otherwise, "--Custom--" will be assigned. |
quantity | int | Optional. The number of this type of packages. |
weightKg | float | Optional. If not provided, the system will use the default weight of the package. If provided, even as an empty value, it will overwrite the default. |
lengthCm | float | Optional. If not provided, the system will use the default length of the package. This parameter is ignored for some SATCHEL-type packages. |
widthCm | float | Optional. If not provided, the system will use the default width of the package. This parameter is ignored for some SATCHEL-type packages. |
heightCm | float | Optional. If not provided, the system will use the default height of the package. This parameter is ignored for some SATCHEL-type packages. |