@@ -493,23 +493,6 @@ enum CarrierTransitTimeOption {
493493
494494// Product attributes.
495495message ProductAttributes {
496- // The business days during which orders are on their path to fulfillment.
497- // If not provided, Monday to Friday business days will be assumed.
498- message ShippingBusinessDaysConfig {
499- // The [CLDR territory
500- // code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml)
501- // of the country to which an item will ship.
502- optional string country = 1 ;
503-
504- // Effective days of the week considered for the delivery time calculation.
505- // May not be empty. The more business days included the faster the
506- // delivery. Can be set through individual days (e.g. `MTWRF`), or day
507- // ranges (e.g. `Mon-Fri`). For more information about accepted formats,
508- // see [Shipping handling business
509- // days](https://support.google.com/merchants/answer/16072859).
510- optional string business_days = 2 ;
511- }
512-
513496 // Carrier-based shipping configuration. Allows for setting shipping speed or
514497 // shipping cost based on a carrier's provided info.
515498 message CarrierShipping {
@@ -1000,17 +983,6 @@ message ProductAttributes {
1000983 // Minimal product handling time (in business days).
1001984 optional int64 min_handling_time = 45 ;
1002985
1003- // The business days during which orders can be handled. If not provided,
1004- // Monday to Friday business days will be assumed.
1005- repeated ShippingBusinessDaysConfig shipping_handling_business_days = 143 ;
1006-
1007- // The business days during which orders are in transit.
1008- // If not provided, Monday to Friday business days will be assumed.
1009- repeated ShippingBusinessDaysConfig shipping_transit_business_days = 144 ;
1010-
1011- // The handling cutoff times for shipping.
1012- repeated HandlingCutoffTime handling_cutoff_times = 141 ;
1013-
1014986 // The shipping label of the product, used to group product in account-level
1015987 // shipping rules.
1016988 optional string shipping_label = 46 ;
@@ -1419,20 +1391,6 @@ message Shipping {
14191391 // [maxTransitTime][google.shopping.merchant.products.v1.Shipping.max_transit_time]
14201392 // is present.
14211393 optional int64 max_transit_time = 11 ;
1422-
1423- // The handling cutoff time until which an order has to be placed to be
1424- // processed in the same day. This is a string in format of HHMM (e.g.
1425- // `1530`) for 3:30 PM. If not configured, the cutoff time will be defaulted
1426- // to 8AM PST and `handling_cutoff_timezone` will be ignored.
1427- optional string handling_cutoff_time = 12 ;
1428-
1429- // [Timezone
1430- // identifier](https://developers.google.com/adwords/api/docs/appendix/codes-formats#timezone-ids)
1431- // For example `Europe/Zurich`. This field only applies if
1432- // `handling_cutoff_time` is set. If `handling_cutoff_time` is set but this
1433- // field is not set, the shipping destination timezone will be used. If both
1434- // fields are not set, the handling cutoff time will default to 8AM PST.
1435- optional string handling_cutoff_timezone = 13 ;
14361394}
14371395
14381396// Conditions to be met for a product to have free shipping.
@@ -1710,29 +1668,3 @@ message AutomatedDiscounts {
17101668 // the product is not available.
17111669 google.shopping.type.Price gad_price = 3 ;
17121670}
1713-
1714- // Configuration for offer or offer-country level shipping handling cutoff time.
1715- message HandlingCutoffTime {
1716- // The [CLDR territory
1717- // code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml)
1718- // of the country to which the handling cutoff time applies.
1719- optional string country = 1 ;
1720-
1721- // The handling cutoff time until which an order has to be placed to be
1722- // processed in the same day. This is a string in format of HHMM (e.g. `1530`)
1723- // for 3:30 PM.
1724- // If not configured, the cutoff time will be defaulted to 8AM PST.
1725- optional string cutoff_time = 2 ;
1726-
1727- // [Timezone
1728- // identifier](https://developers.google.com/adwords/api/docs/appendix/codes-formats#timezone-ids)
1729- // For example 'Europe/Zurich'. If not set, the shipping destination
1730- // timezone will be used.
1731- optional string cutoff_timezone = 3 ;
1732-
1733- // This field only applies to same-day delivery. If true, prevents next-day
1734- // delivery from being shown for this offer after the cutoff time. This field
1735- // only applies to same-day delivery offers, for merchants who want to
1736- // explicitly disable it.
1737- optional bool disable_delivery_after_cutoff = 4 ;
1738- }
0 commit comments