PickupSelectionMode
How the buyer selects a pickup point for a shipping method that requires one.
enum PickupSelectionMode {
SEARCH
WIDGET
}
Values
PickupSelectionMode.SEARCH
No browser widget — query points server-side (by city / postal code) and render your own list. widgetToken / scriptUrl are null for this mode.
PickupSelectionMode.WIDGET
Render the carrier map widget. Everything needed to mount it is in pickupConfig.widget (widget kind, script, stylesheet, attributes) — the buyer picks a point on the map.
Member Of
ShippingPickupConfig object