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
- CreateLocationInput Type
- CreateProductInput Type
- CreateReturnInput Type
- CreateShipmentShippingLabelInput Type
- CreateShippingLabelInput Type
- ShippedPackagesInput Type
- UpdateLocationInput Type
- UpdateProductInput Type
Example
{
"weight": "abc123",
"height": "abc123",
"width": "abc123",
"length": "abc123"
}