Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 2.57 KB

Dimension.md

File metadata and controls

12 lines (9 loc) · 2.57 KB

# Dimension

Properties

Name Type Description Notes
height float The actual height (in the measurement unit specified in the unit field) of the shipping package. All fields of the dimensions container are required if package dimensions are specified. If a shipping package measured 21.5 inches in length, 15.0 inches in width, and 12.0 inches in height, the dimensions container would look as follows: "dimensions": { "length": 21.5, "width": 15.0, "height": 12.0, "unit": "INCH" } [optional]
length float The actual length (in the measurement unit specified in the unit field) of the shipping package. All fields of the dimensions container are required if package dimensions are specified. If a shipping package measured 21.5 inches in length, 15.0 inches in width, and 12.0 inches in height, the dimensions container would look as follows: "dimensions": { "length": 21.5, "width": 15.0, "height": 12.0, "unit": "INCH" } [optional]
unit string The unit of measurement used to specify the dimensions of a shipping package. All fields of the dimensions container are required if package dimensions are specified. If the English system of measurement is being used, the applicable values for dimension units are FEET and INCH. If the metric system of measurement is being used, the applicable values for weight units are METER and CENTIMETER. The metric system is used by most countries outside of the US. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/inventory/types/slr:LengthUnitOfMeasureEnum&#39;&gt;eBay API documentation</a> [optional]
width float The actual width (in the measurement unit specified in the unit field) of the shipping package. All fields of the dimensions container are required if package dimensions are specified. If a shipping package measured 21.5 inches in length, 15.0 inches in width, and 12.0 inches in height, the dimensions container would look as follows: &quot;dimensions&quot;: { &quot;length&quot;: 21.5, &quot;width&quot;: 15.0, &quot;height&quot;: 12.0, &quot;unit&quot;: &quot;INCH&quot; } [optional]

[Back to Model list] [Back to API list] [Back to README]