Skip to main content

An enumerated type for the values that represent how an item can be delivered to the buyer. You use this information to filter for items that can be shipped.

Code so that your app gracefully handles any future changes to this list.

Types that use DeliveryOptionsEnum

ItemItemSnapshot

Calls that use DeliveryOptionsEnum

Enumerations

Value
Description
SHIP_TO_HOME
Indicates the item can be shipped to the recipient.
SELLER_ARRANGED_LOCAL_PICKUP
Indicates the seller will arrange to have the buyer pick-up the item. (Local delivery option)
IN_STORE_PICKUP
Indicates that the item is picked up by the recipient at the store location.
PICKUP_DROP_OFF
Indicates the item is dropped off or sent to a pick-up location and the recipient collects the item at that location.