Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.29 KB

Weight.md

File metadata and controls

10 lines (7 loc) · 1.29 KB

# Weight

Properties

Name Type Description Notes
unit string The unit of measurement used to specify the weight of a shipping package. Both the unit and value fields are required if the weight container is used. If the English system of measurement is being used, the applicable values for weight units are POUND and OUNCE. If the metric system of measurement is being used, the applicable values for weight units are KILOGRAM and GRAM. 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:WeightUnitOfMeasureEnum&#39;&gt;eBay API documentation</a> [optional]
value float The actual weight (in the measurement unit specified in the unit field) of the shipping package. Both the unit and value fields are required if the weight container is used. If a shipping package weighed 20.5 ounces, the container would look as follows: &quot;weight&quot;: { &quot;value&quot;: 20.5, &quot;unit&quot;: &quot;OUNCE&quot; } [optional]

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