input DimensionsInput
Fields
| Field | Type | Description |
|---|---|---|
weight | String | Weight in unit configured in the account (Oz by default). |
height | String | Height in unit configured in the account (In by default). |
width | String | Width in unit configured in the account (In by default). |
length | String | Lenght in unit configured in the account (In by default). |
Referenced By
- CreateCustomBoxInput Type
- CreateLocationInput Type
- CreateProductInput Type
- CreateReturnInput Type
- CreateShipmentShippingLabelInput Type
- CreateShippingLabelInput Type
- ShippedPackagesInput Type
- UpdateCustomBoxInput Type
- UpdateLocationInput Type
- UpdateProductInput Type
Example
{
"weight": "1.25",
"height": "4.0",
"width": "8.0",
"length": "12.5"
}