object Dimensions
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
- CarrierBox Type
- CustomBox Type
- Location Type
- Product Type
- RMALabel Type
- RMALabelType Type
- Return Type
- ShippingLabel Type
Example
{
"weight": "abc123",
"height": "abc123",
"width": "abc123",
"length": "abc123"
}