eBay Business Policies Management APIVersion 1.0.0
 

FreightShipping

Type defining the freightShipping container, which consists of details related to freight shipping. This container is required to be set in a shipping policy if the seller offers freight shipping.

Type that uses FreightShipping:

Calls that use FreightShipping:

Fields



commodityType ( token ) [1]
A string value classifying the freight item to be shipped. Valid values for this field include:
  • MACHINERY_USED
  • MACHINERY_NEW
  • FRAGILE_HOUSEHOLD_USED
  • FRAGILE_HOUSEHOLD_NEW
  • NON_FRAGILE_HOUSEHOLD_USED
  • NON_FRAGILE_HOUSEHOLD_NEW
  • RESTAURANT_EQUIPMENT_USED
  • RESTAURANT_EQUIPMENT_NEW
  • COMPUTER_ELECTRONICS_USED
  • COMPUTER_ELECTRONICS_NEW
  • VENDING_MACHINE_USED
  • VENDING_MACHINE_NEW
  • MOTORCYCLE_USED
  • MOTORCYCLE_NEW
This is a required field if freight shipping is included in the shipping policy.
See the Field Index to learn which calls use commodityType.

destPickupInside ( boolean ) [1]
Flag indicating if the freight item will be dropped off inside or outside of the delivery location. If this value is 'true', the item will be dropped off inside of the delivery location, and if 'false', the item will be dropped off outside of the delivery location.
See the Field Index to learn which calls use destPickupInside.

destPickupLocationType ( token ) [1]
String value indicating whether the freight item is being delivered to a residence or to a commercial location. Valid values are 'Residential' and 'Commercial'.
See the Field Index to learn which calls use destPickupLocationType.

freightShippingClass ( double ) [1]
Value indicating the shipping class of the freight item. The shipping class corresponds to the weight of the item (in pounds). Valid values include '50.0', '55.0', '60.0', '65.0', '70.0', '77.5', '85.0', '92.5', '100.0', '110.0', '125.0', '150.0', '175.0', '200.0', '225.0', '250.0', '300.0', '400.0', and '500.0'.
See the Field Index to learn which calls use freightShippingClass.

originPickupInside ( boolean ) [1]
Flag indicating if the freight item will be picked up inside or outside of the pickup location. If this value is 'true', the item will be picked up inside of the pickup location, and if 'false', the item will be picked up outside of the pickup location.
See the Field Index to learn which calls use originPickupInside.

originPickupLocationType ( token ) [1]
String value indicating whether the freight item is being picked up from a residence or from a commercial location. Valid values are 'Residential' and 'Commercial'.
See the Field Index to learn which calls use originPickupLocationType.

packagingHelpRequired ( boolean ) [1]
Flag indicating if help is required to pick up the freight item. If this value is 'true', help picking up the item is required, and if 'false', help picking up the item is not required.
See the Field Index to learn which calls use packagingHelpRequired.