This enum defines the values that you can use to describe a package pickup or drop off.
Types that use PickupTypeEnum
Calls that use PickupTypeEnum
POST
Enumerations
REGULAR_PICKUP
!The service is of type pickup. The pickup will not booked automatically by the platform
SCHEDULED_PICKUP
The service is of type pickup and platform will book the pickup when the shipment is created. With this type of pickup, the rateId container is enriched with a collection of pickupSlots. To create a shipment for this type of service, you must provide a pickupSlotId value in addition to values for shippingQuoteId<> and shippingRateId.
DROP_OFF
The service is of type drop-off and the API customer is responsible for dropping-off the parcel at a pickup location that must be compatible with the selected shipping service (see the value of the pickupNetwork field).