Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 5.16 KB

PackageWeightAndSize.md

File metadata and controls

11 lines (8 loc) · 5.16 KB

PackageWeightAndSize

Properties

Name Type Description Notes
dimensions \SapientPro\EbayInventorySDK\Models\Dimension This container is used to indicate the length, width, and height of the shipping package that will be used to ship the inventory item. The dimensions of a shipping package are needed when calculated shipping is used.

This container will be returned if package dimensions are set for the inventory item.
[optional]
packageType \SapientPro\EbayInventorySDK\Enums\PackageTypeEnum This enumeration value indicates the type of shipping package used to ship the inventory item. The supported values for this field can be found in the <a href=&quot;/api-docs/sell/inventory/types/slr:PackageTypeEnum&quot;>PackageTypeEnum</a> type.<br/><br/>This field will be returned if the package type is set for the inventory item.<br /><br /><span class=&quot;tablenote&quot;> <strong>Note:</strong> You can use the <a href=&quot;/Devzone/XML/docs/Reference/eBay/GeteBayDetails.html#Response.ShippingPackageDetails&quot;>GeteBayDetails</a> Trading API call to retrieve a list of supported package types for a specific marketplace.</span> For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/inventory/types/slr:PackageTypeEnum&#x27;&gt;eBay API documentation</a> [optional]
weight \SapientPro\EbayInventorySDK\Models\Weight This container is used to specify the weight of the shipping package that will be used to ship the inventory item. The weight of a shipping package are needed when calculated shipping is used, or if flat-rate shipping rates are used, but with a weight surcharge.

This field will be returned if package weight is set for the inventory item.
[optional]

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