TransitTable

TransitTable

Transit time table, number of business days spent in transit based on row and column dimensions. Either min_transit_days , max_transit_days or transit_time_table can be set, but not both.

Fields
postal_code_group_names[]

string

Required. A list of region names Region.name . The last value can be "all other locations" . Example: ["zone 1", "zone 2", "all other locations"] . The referred postal code groups must match the delivery country of the service.

transit_time_labels[]

string

Required. A list of transit time labels. The last value can be "all other labels" . Example: ["food", "electronics", "all other labels"] .

rows[]

TransitTimeRow

Required. If there's only one dimension set of postal_code_group_names or transit_time_labels , there are multiple rows each with one value for that dimension. If there are two dimensions, each row corresponds to a postal_code_group_names , and columns (values) to a transit_time_labels .