Skip to content

PackageType Enum eBay Docs

This enumerated type is used to indicate what type of shipping package will be used to ship an inventory item.

NOTE

You can use the GeteBayDetails Trading API call to retrieve a list of supported package types for a specific marketplace.

ValueDescription
LETTERThis enumeration value indicates that the package type used to ship the inventory item is a letter.
BULKY_GOODSThis enumeration value indicates that the inventory item is considered a "bulky good".
CARAVANThis enumeration value indicates that the package type used to ship the inventory item is a caravan.
CARSThis enumeration value indicates that the inventory item is a car
EUROPALLETThis enumeration value indicates that the package type used to ship the inventory item is a Euro pallet.
EXPANDABLE_TOUGH_BAGSThis enumeration value indicates that the package type used to ship the inventory item is an expandable tough bag.
EXTRA_LARGE_PACKThis enumeration value indicates that the package type used to ship the inventory item is an extra large pack.
FURNITUREThis enumeration value indicates that the inventory item is a furniture item.
INDUSTRY_VEHICLESThis enumeration value indicates that the inventory item is an industry vehicle.
LARGE_CANADA_POSTBOXThis enumeration value indicates that the package type used to ship the inventory item is a Canada Post large box.
LARGE_CANADA_POST_BUBBLE_MAILERThis enumeration value indicates that the package type used to ship the inventory item is a Canada Post large bubble mailer.
LARGE_ENVELOPEThis enumeration value indicates that the package type used to ship the inventory item is a large envelope.
MAILING_BOXThis enumeration value indicates that the package type used to ship the inventory item is a standard mailing box.
MEDIUM_CANADA_POST_BOXThis enumeration value indicates that the package type used to ship the inventory item is a medium Canada Post box.
MEDIUM_CANADA_POST_BUBBLE_MAILERThis enumeration value indicates that the package type used to ship the inventory item is a medium Canada Post bubble mailer.
MOTORBIKESThis enumeration value indicates that the inventory item is a motorcycle.
ONE_WAY_PALLETThis enumeration value indicates that the package type used to ship the inventory item is a one-way pallet.
PACKAGE_THICK_ENVELOPEThis enumeration value indicates that the package type used to ship the inventory item is an thick envelope.
PADDED_BAGSThis enumeration value indicates that the package type used to ship the inventory item is a padded bag.
PARCEL_OR_PADDED_ENVELOPEThis enumeration value indicates that the package type used to ship the inventory item is a parcel or a padded envelope.
ROLLThis enumeration value indicates that the package type used to ship the inventory item is a roll.
SMALL_CANADA_POST_BOXThis enumeration value indicates that the package type used to ship the inventory item is a small Canada Post box.
SMALL_CANADA_POST_BUBBLE_MAILERThis enumeration value indicates that the package type used to ship the inventory item is a small Canada Post bubble mailer.
TOUGH_BAGSThis enumeration value indicates that the package type used to ship the inventory item is a a tough bag.
UPS_LETTERThis enumeration value indicates that the package type used to ship the inventory item is a UPS letter.
USPS_FLAT_RATE_ENVELOPEThis enumeration value indicates that the package type used to ship the inventory item is a USPS flat-rate envelope.
USPS_LARGE_PACKThis enumeration value indicates that the package type used to ship the inventory item is a USPS large pack.
VERY_LARGE_PACKThis enumeration value indicates that the package type used to ship the inventory item is a USPS very large pack.
WINE_PAKThis enumeration value indicates that the package type used to ship the inventory item is a wine pak.

Example

php
use Rat\eBaySDK\Enums\PackageType;

PackageType::LETTER;

This software is not an official eBay product and is not associated with, sponsored by, or endorsed by eBay Inc.