Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.61 KB

ProductAddPackageDetails.md

File metadata and controls

18 lines (14 loc) · 1.61 KB

Org.OpenAPITools.Model.ProductAddPackageDetails

If the seller is subscribed to "Business Policies", use the seller_profiles instead of the shipping_details, payment_methods and return_accepted params.


<div style="font-style:normal">Param structure:<div style="margin-left: 2%;"><code style="padding:0; background-color:#ffffff;font-size:85%;font-family:monospace;">package_details[measure_unit] = string
Allowed measure_unit values: [English or Metric]
Default: Metric
package_details[weigh_unit] = string
Allowed weigh_unit values: [kg, g, lbs, oz]
package_details[package_depth] = decimal
package_details[package_length] = decimal
package_details[package_width] = decimal
package_details[weight_major] = decimal
package_details[weight_minor] = decimal
package_details[shipping_package] = string
See cart.info method, param eBay_shipping_package_details

Properties

Name Type Description Notes
MeasureUnit string [optional]
WeighUnit string [optional]
PackageDepth decimal [optional]
PackageLength decimal [optional]
PackageWidth decimal [optional]
WeightMajor decimal [optional]
WeightMinor decimal [optional]
ShippingPackage string [optional]

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