ShippingMethodUnavailableReason
Why a listed shipping method cannot be selected through to an order.
enum ShippingMethodUnavailableReason {
PICKUP_POINT_SELECTION_UNAVAILABLE
}
Values
ShippingMethodUnavailableReason.PICKUP_POINT_SELECTION_UNAVAILABLE
The method delivers to a pickup point or locker, but this shop offers no way to choose one for it (pickupConfig is null) — the carrier integration is inactive or the merchant added the method by hand. Selecting it fails with PICKUP_POINT_REQUIRED, so hide it or show it as unavailable.
Member Of
AvailableShippingMethod object