| Name | Description | Type | Additional information |
|---|---|---|---|
| PackageId |
The id of the package to update |
integer |
None. |
| UpdateHeight |
Should the height of the package be updated |
boolean |
Default value is False |
| Height |
Height of package in inches. |
decimal number |
None. |
| UpdateWidth |
Should the width of the package be updated |
boolean |
Default value is False |
| Width |
Width of the package in inches. |
decimal number |
None. |
| UpdateLength |
Should the length of the package be updated |
boolean |
Default value is False |
| Length |
Length of the package in inches. |
decimal number |
None. |
| UpdateWeight |
Should the weight of the package be updated |
boolean |
Default value is False |
| Weight |
Weight of the package in pounds |
decimal number |
None. |
| UpdateDeclaredValue |
Should the length of the package be updated |
boolean |
Default value is False |
| DeclaredValue |
Length of the package in inches. |
decimal number |
None. |
| UpdateDescription |
Should the package description be updated |
boolean |
Default value is False |
| Description |
Description of the package |
string |
None. |
| PackageContentUpdateRequests |
An array of package content updates to be made. If adjusted, all contents should be specified. |
Collection of OrderShipmentPackageContentUpdateRequest |
None. |