noDeliveryPostCutoff property
Merchants can opt-out of showing n+1 day local delivery when they have a shipping service configured to n day local delivery.
For example, if the shipping service defines same-day delivery, and it's
past the cut-off, setting this field to true
results in the calculated
shipping service rate returning NO_DELIVERY_POST_CUTOFF
. In the same
example, setting this field to false
results in the calculated shipping
time being one day. This is only for local delivery.
Implementation
core.bool? noDeliveryPostCutoff;