handlingCutoffTime property

String? handlingCutoffTime
getter/setter pair

The handling cutoff time until which an order has to be placed to be processed in the same day.

This is a string in format of HHMM (e.g. 1530) for 3:30 PM. If not configured, the cutoff time will be defaulted to 8AM PST and handling_cutoff_timezone will be ignored.

Implementation

core.String? handlingCutoffTime;