DeliveryType
Delivery destination type of a shipping method — signals whether the storefront must collect a pickup point.
enum DeliveryType {
HOME
LOCKER
PICKUP_POINT
}
Values
DeliveryType.HOME
Courier delivery to the street address — no pickup point required.
DeliveryType.LOCKER
Automated parcel locker — the buyer collects from a 24/7 self-service machine.
DeliveryType.PICKUP_POINT
Staffed pickup point / parcel shop — the buyer collects the parcel at a counter.
Member Of
AvailableShippingMethod object