Content API for Shopping . shippingsettings

Instance Methods

close()

Close httplib2 connections.

custombatch(body=None, x__xgafv=None)

Retrieves and updates the shipping settings of multiple accounts in a single request.

get(merchantId, accountId, x__xgafv=None)

Retrieves the shipping settings of the account.

getsupportedcarriers(merchantId, x__xgafv=None)

Retrieves supported carriers and carrier services for an account.

getsupportedholidays(merchantId, x__xgafv=None)

Retrieves supported holidays for an account.

getsupportedpickupservices(merchantId, x__xgafv=None)

Retrieves supported pickup services for an account.

list(merchantId, maxResults=None, pageToken=None, x__xgafv=None)

Lists the shipping settings of the sub-accounts in your Merchant Center account.

list_next()

Retrieves the next page of results.

update(merchantId, accountId, body=None, x__xgafv=None)

Updates the shipping settings of the account. Any fields that are not provided are deleted from the resource.

Method Details

close()
Close httplib2 connections.
custombatch(body=None, x__xgafv=None)
Retrieves and updates the shipping settings of multiple accounts in a single request.

Args:
  body: object, The request body.
    The object takes the form of:

{
  "entries": [ # The request entries to be processed in the batch.
    { # A batch entry encoding a single non-batch shippingsettings request.
      "accountId": "A String", # The ID of the account for which to get/update account shipping settings.
      "batchId": 42, # An entry ID, unique within the batch request.
      "merchantId": "A String", # The ID of the managing account.
      "method": "A String", # The method of the batch entry. Acceptable values are: - "`get`" - "`update`"
      "shippingSettings": { # The merchant account's shipping settings. All methods except getsupportedcarriers and getsupportedholidays require the admin role. # The account shipping settings to update. Only defined if the method is `update`.
        "accountId": "A String", # The ID of the account to which these account shipping settings belong. Ignored upon update, always present in get request responses.
        "postalCodeGroups": [ # A list of postal code groups that can be referred to in `services`. Optional.
          {
            "country": "A String", # The CLDR territory code of the country the postal code group applies to. Required.
            "name": "A String", # The name of the postal code group, referred to in headers. Required.
            "postalCodeRanges": [ # A range of postal codes. Required.
              {
                "postalCodeRangeBegin": "A String", # A postal code or a pattern of the form `prefix*` denoting the inclusive lower bound of the range defining the area. Examples values: `"94108"`, `"9410*"`, `"9*"`. Required.
                "postalCodeRangeEnd": "A String", # A postal code or a pattern of the form `prefix*` denoting the inclusive upper bound of the range defining the area. It must have the same length as `postalCodeRangeBegin`: if `postalCodeRangeBegin` is a postal code then `postalCodeRangeEnd` must be a postal code too; if `postalCodeRangeBegin` is a pattern then `postalCodeRangeEnd` must be a pattern with the same prefix length. Optional: if not set, then the area is defined as being all the postal codes matching `postalCodeRangeBegin`.
              },
            ],
          },
        ],
        "services": [ # The target account's list of services. Optional.
          {
            "active": True or False, # A boolean exposing the active status of the shipping service. Required.
            "currency": "A String", # The CLDR code of the currency to which this service applies. Must match that of the prices in rate groups.
            "deliveryCountry": "A String", # The CLDR territory code of the country to which the service applies. Required.
            "deliveryTime": { # Time spent in various aspects from order to the delivery of the product. Required.
              "cutoffTime": { # Business days cutoff time definition. If not configured, the cutoff time will be defaulted to 8AM PST. If local delivery, use Service.StoreConfig.CutoffConfig.
                "hour": 42, # Hour of the cutoff time until which an order has to be placed to be processed in the same day. Required.
                "minute": 42, # Minute of the cutoff time until which an order has to be placed to be processed in the same day. Required.
                "timezone": "A String", # Timezone identifier for the cutoff time (for example, "Europe/Zurich"). List of identifiers. Required.
              },
              "handlingBusinessDayConfig": { # The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed.
                "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
                  "A String",
                ],
              },
              "holidayCutoffs": [ # Holiday cutoff definitions. If configured, they specify order cutoff times for holiday-specific shipping.
                {
                  "deadlineDate": "A String", # Date of the order deadline, in ISO 8601 format. For example, "2016-11-29" for 29th November 2016. Required.
                  "deadlineHour": 42, # Hour of the day on the deadline date until which the order has to be placed to qualify for the delivery guarantee. Possible values are: 0 (midnight), 1, ..., 12 (noon), 13, ..., 23. Required.
                  "deadlineTimezone": "A String", # Timezone identifier for the deadline hour (for example, "Europe/Zurich"). List of identifiers. Required.
                  "holidayId": "A String", # Unique identifier for the holiday. Required.
                  "visibleFromDate": "A String", # Date on which the deadline will become visible to consumers in ISO 8601 format. For example, "2016-10-31" for 31st October 2016. Required.
                },
              ],
              "maxHandlingTimeInDays": 42, # Maximum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped. Must be greater than or equal to `minHandlingTimeInDays`.
              "maxTransitTimeInDays": 42, # Maximum number of business days that are spent in transit. 0 means same day delivery, 1 means next day delivery. Must be greater than or equal to `minTransitTimeInDays`.
              "minHandlingTimeInDays": 42, # Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped.
              "minTransitTimeInDays": 42, # Minimum number of business days that are spent in transit. 0 means same day delivery, 1 means next day delivery. Either `{min,max}TransitTimeInDays` or `transitTimeTable` must be set, but not both.
              "transitBusinessDayConfig": { # The business days during which orders can be in-transit. If not provided, Monday to Friday business days will be assumed.
                "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
                  "A String",
                ],
              },
              "transitTimeTable": { # Transit time table, number of business days spent in transit based on row and column dimensions. Either `{min,max}TransitTimeInDays` or `transitTimeTable` can be set, but not both.
                "postalCodeGroupNames": [ # A list of postal group names. 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.
                  "A String",
                ],
                "rows": [
                  {
                    "values": [
                      {
                        "maxTransitTimeInDays": 42, # Must be greater than or equal to `minTransitTimeInDays`.
                        "minTransitTimeInDays": 42, # Transit time range (min-max) in business days. 0 means same day delivery, 1 means next day delivery.
                      },
                    ],
                  },
                ],
                "transitTimeLabels": [ # A list of transit time labels. The last value can be `"all other labels"`. Example: `["food", "electronics", "all other labels"]`.
                  "A String",
                ],
              },
              "warehouseBasedDeliveryTimes": [ # Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier. When set, no other transit time related field in DeliveryTime should be set.
                {
                  "carrier": "A String", # Required. Carrier, such as `"UPS"` or `"Fedex"`. The list of supported carriers can be retrieved through the `listSupportedCarriers` method.
                  "carrierService": "A String", # Required. Carrier service, such as `"ground"` or `"2 days"`. The list of supported services for a carrier can be retrieved through the `listSupportedCarriers` method. The name of the service must be in the eddSupportedServices list.
                  "originAdministrativeArea": "A String", # Shipping origin's state.
                  "originCity": "A String", # Shipping origin's city.
                  "originCountry": "A String", # Shipping origin's country represented as a [CLDR territory code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml).
                  "originPostalCode": "A String", # Shipping origin.
                  "originStreetAddress": "A String", # Shipping origin's street address.
                  "warehouseName": "A String", # The name of the warehouse. Warehouse name need to be matched with name. If warehouseName is set, the below fields will be ignored. The warehouse info will be read from warehouse.
                },
              ],
            },
            "eligibility": "A String", # Eligibility for this service. Acceptable values are: - "`All scenarios`" - "`All scenarios except Shopping Actions`" - "`Shopping Actions`"
            "minimumOrderValue": { # Minimum order value for this service. If set, indicates that customers will have to spend at least this amount. All prices within a service must have the same currency. Cannot be set together with minimum_order_value_table.
              "currency": "A String", # The currency of the price.
              "value": "A String", # The price represented as a number.
            },
            "minimumOrderValueTable": { # Table of per store minimum order values for the pickup fulfillment type. Cannot be set together with minimum_order_value.
              "storeCodeSetWithMovs": [
                { # A list of store code sets sharing the same minimum order value. At least two sets are required and the last one must be empty, which signifies 'MOV for all other stores'. Each store code can only appear once across all the sets. All prices within a service must have the same currency.
                  "storeCodes": [ # A list of unique store codes or empty for the catch all.
                    "A String",
                  ],
                  "value": { # The minimum order value for the given stores.
                    "currency": "A String", # The currency of the price.
                    "value": "A String", # The price represented as a number.
                  },
                },
              ],
            },
            "name": "A String", # Free-form name of the service. Must be unique within target account. Required.
            "pickupService": { # The carrier-service pair delivering items to collection points. The list of supported pickup services can be retrieved through the `getSupportedPickupServices` method. Required if and only if the service delivery type is `pickup`.
              "carrierName": "A String", # The name of the pickup carrier (for example, `"UPS"`). Required.
              "serviceName": "A String", # The name of the pickup service (for example, `"Access point"`). Required.
            },
            "rateGroups": [ # Shipping rate group definitions. Only the last one is allowed to have an empty `applicableShippingLabels`, which means "everything else". The other `applicableShippingLabels` must not overlap.
              {
                "applicableShippingLabels": [ # A list of shipping labels defining the products to which this rate group applies to. This is a disjunction: only one of the labels has to match for the rate group to apply. May only be empty for the last rate group of a service. Required.
                  "A String",
                ],
                "carrierRates": [ # A list of carrier rates that can be referred to by `mainTable` or `singleValue`.
                  {
                    "carrierName": "A String", # Carrier service, such as `"UPS"` or `"Fedex"`. The list of supported carriers can be retrieved through the `getSupportedCarriers` method. Required.
                    "carrierService": "A String", # Carrier service, such as `"ground"` or `"2 days"`. The list of supported services for a carrier can be retrieved through the `getSupportedCarriers` method. Required.
                    "flatAdjustment": { # Additive shipping rate modifier. Can be negative. For example `{ "value": "1", "currency" : "USD" }` adds $1 to the rate, `{ "value": "-3", "currency" : "USD" }` removes $3 from the rate. Optional.
                      "currency": "A String", # The currency of the price.
                      "value": "A String", # The price represented as a number.
                    },
                    "name": "A String", # Name of the carrier rate. Must be unique per rate group. Required.
                    "originPostalCode": "A String", # Shipping origin for this carrier rate. Required.
                    "percentageAdjustment": "A String", # Multiplicative shipping rate modifier as a number in decimal notation. Can be negative. For example `"5.4"` increases the rate by 5.4%, `"-3"` decreases the rate by 3%. Optional.
                  },
                ],
                "mainTable": { # A table defining the rate group, when `singleValue` is not expressive enough. Can only be set if `singleValue` is not set.
                  "columnHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's columns. Optional: if not set then the table has only one dimension.
                    "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                          "A String",
                        ],
                      },
                    ],
                    "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                      "A String",
                    ],
                    "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                      "A String",
                    ],
                    "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "currency": "A String", # The currency of the price.
                        "value": "A String", # The price represented as a number.
                      },
                    ],
                    "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                        "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                      },
                    ],
                  },
                  "name": "A String", # Name of the table. Required for subtables, ignored for the main table.
                  "rowHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's rows. Required.
                    "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                          "A String",
                        ],
                      },
                    ],
                    "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                      "A String",
                    ],
                    "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                      "A String",
                    ],
                    "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "currency": "A String", # The currency of the price.
                        "value": "A String", # The price represented as a number.
                      },
                    ],
                    "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                        "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                      },
                    ],
                  },
                  "rows": [ # The list of rows that constitute the table. Must have the same length as `rowHeaders`. Required.
                    {
                      "cells": [ # The list of cells that constitute the row. Must have the same length as `columnHeaders` for two-dimensional tables, a length of 1 for one-dimensional tables. Required.
                        { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set.
                          "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
                          "flatRate": { # A flat rate. Can only be set if all other fields are not set.
                            "currency": "A String", # The currency of the price.
                            "value": "A String", # The price represented as a number.
                          },
                          "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
                          "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
                          "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
                        },
                      ],
                    },
                  ],
                },
                "name": "A String", # Name of the rate group. Optional. If set has to be unique within shipping service.
                "singleValue": { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set. # The value of the rate group (for example, flat rate $10). Can only be set if `mainTable` and `subtables` are not set.
                  "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
                  "flatRate": { # A flat rate. Can only be set if all other fields are not set.
                    "currency": "A String", # The currency of the price.
                    "value": "A String", # The price represented as a number.
                  },
                  "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
                  "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
                  "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
                },
                "subtables": [ # A list of subtables referred to by `mainTable`. Can only be set if `mainTable` is set.
                  {
                    "columnHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's columns. Optional: if not set then the table has only one dimension.
                      "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                        {
                          "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                            "A String",
                          ],
                        },
                      ],
                      "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                        "A String",
                      ],
                      "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                        "A String",
                      ],
                      "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                        {
                          "currency": "A String", # The currency of the price.
                          "value": "A String", # The price represented as a number.
                        },
                      ],
                      "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                        {
                          "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                          "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                        },
                      ],
                    },
                    "name": "A String", # Name of the table. Required for subtables, ignored for the main table.
                    "rowHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's rows. Required.
                      "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                        {
                          "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                            "A String",
                          ],
                        },
                      ],
                      "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                        "A String",
                      ],
                      "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                        "A String",
                      ],
                      "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                        {
                          "currency": "A String", # The currency of the price.
                          "value": "A String", # The price represented as a number.
                        },
                      ],
                      "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                        {
                          "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                          "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                        },
                      ],
                    },
                    "rows": [ # The list of rows that constitute the table. Must have the same length as `rowHeaders`. Required.
                      {
                        "cells": [ # The list of cells that constitute the row. Must have the same length as `columnHeaders` for two-dimensional tables, a length of 1 for one-dimensional tables. Required.
                          { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set.
                            "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
                            "flatRate": { # A flat rate. Can only be set if all other fields are not set.
                              "currency": "A String", # The currency of the price.
                              "value": "A String", # The price represented as a number.
                            },
                            "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
                            "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
                            "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
                          },
                        ],
                      },
                    ],
                  },
                ],
              },
            ],
            "shipmentType": "A String", # Type of locations this service ships orders to. Acceptable values are: - "`delivery`" - "`pickup` (deprecated)" - "`local_delivery`" - "`collection_point`"
            "storeConfig": { # Stores that provide local delivery. Only valid with local delivery fulfillment. # A list of stores your products are delivered from. This is only available for the local delivery shipment type.
              "cutoffConfig": { # Time local delivery ends for the day based on the local timezone of the store. `local_cutoff_time` and `store_close_offset_hours` are mutually exclusive. # Time local delivery ends for the day. This can be either `local_cutoff_time` or `store_close_offset_hours`, if both are provided an error is thrown.
                "localCutoffTime": { # Time in hours and minutes in the local timezone when local delivery ends. # Time in hours and minutes in the local timezone when local delivery ends.
                  "hour": "A String", # Hour local delivery orders must be placed by to process the same day.
                  "minute": "A String", # Minute local delivery orders must be placed by to process the same day.
                },
                "noDeliveryPostCutoff": True or False, # 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.
                "storeCloseOffsetHours": "A String", # Represents cutoff time as the number of hours before store closing. Mutually exclusive with other fields (hour and minute).
              },
              "serviceRadius": { # Distance represented by an integer and unit. # Maximum delivery radius. Only needed for local delivery fulfillment type.
                "unit": "A String", # The distance unit. Acceptable values are `None`, `Miles`, and `Kilometers`.
                "value": "A String", # The distance represented as a number.
              },
              "storeCodes": [ # A list of store codes that provide local delivery. If empty, then `store_service_type` must be `all_stores`, or an error is thrown. If not empty, then `store_service_type` must be `selected_stores`, or an error is thrown.
                "A String",
              ],
              "storeServiceType": "A String", # Indicates whether all stores listed by this merchant provide local delivery or not. Acceptable values are `all stores` and `selected stores`
            },
          },
        ],
        "warehouses": [ # Optional. A list of warehouses which can be referred to in `services`.
          { # A fulfillment warehouse, which stores and handles inventory.
            "businessDayConfig": { # Business days of the warehouse. If not set, will be Monday to Friday by default.
              "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
                "A String",
              ],
            },
            "cutoffTime": { # Required. The latest time of day that an order can be accepted and begin processing. Later orders will be processed in the next day. The time is based on the warehouse postal code.
              "hour": 42, # Required. Hour (24-hour clock) of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Hour is based on the timezone of warehouse.
              "minute": 42, # Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Minute is based on the timezone of warehouse.
            },
            "handlingDays": "A String", # Required. The number of days it takes for this warehouse to pack up and ship an item. This is on the warehouse level, but can be overridden on the offer level based on the attributes of an item.
            "name": "A String", # Required. The name of the warehouse. Must be unique within account.
            "shippingAddress": { # Required. Shipping address of the warehouse.
              "administrativeArea": "A String", # Required. Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
              "city": "A String", # Required. City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
              "country": "A String", # Required. [CLDR country code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml) (for example, "US").
              "postalCode": "A String", # Required. Postal code or ZIP (for example, "94043").
              "streetAddress": "A String", # Street-level part of the address. Use `\n` to add a second line.
            },
          },
        ],
      },
    },
  ],
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "entries": [ # The result of the execution of the batch requests.
    { # A batch entry encoding a single non-batch shipping settings response.
      "batchId": 42, # The ID of the request entry to which this entry responds.
      "errors": { # A list of errors returned by a failed batch entry. # A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request.
        "code": 42, # The HTTP status of the first error in `errors`.
        "errors": [ # A list of errors.
          { # An error returned by the API.
            "domain": "A String", # The domain of the error.
            "message": "A String", # A description of the error.
            "reason": "A String", # The error code.
          },
        ],
        "message": "A String", # The message of the first error in `errors`.
      },
      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#shippingsettingsCustomBatchResponseEntry`"
      "shippingSettings": { # The merchant account's shipping settings. All methods except getsupportedcarriers and getsupportedholidays require the admin role. # The retrieved or updated account shipping settings.
        "accountId": "A String", # The ID of the account to which these account shipping settings belong. Ignored upon update, always present in get request responses.
        "postalCodeGroups": [ # A list of postal code groups that can be referred to in `services`. Optional.
          {
            "country": "A String", # The CLDR territory code of the country the postal code group applies to. Required.
            "name": "A String", # The name of the postal code group, referred to in headers. Required.
            "postalCodeRanges": [ # A range of postal codes. Required.
              {
                "postalCodeRangeBegin": "A String", # A postal code or a pattern of the form `prefix*` denoting the inclusive lower bound of the range defining the area. Examples values: `"94108"`, `"9410*"`, `"9*"`. Required.
                "postalCodeRangeEnd": "A String", # A postal code or a pattern of the form `prefix*` denoting the inclusive upper bound of the range defining the area. It must have the same length as `postalCodeRangeBegin`: if `postalCodeRangeBegin` is a postal code then `postalCodeRangeEnd` must be a postal code too; if `postalCodeRangeBegin` is a pattern then `postalCodeRangeEnd` must be a pattern with the same prefix length. Optional: if not set, then the area is defined as being all the postal codes matching `postalCodeRangeBegin`.
              },
            ],
          },
        ],
        "services": [ # The target account's list of services. Optional.
          {
            "active": True or False, # A boolean exposing the active status of the shipping service. Required.
            "currency": "A String", # The CLDR code of the currency to which this service applies. Must match that of the prices in rate groups.
            "deliveryCountry": "A String", # The CLDR territory code of the country to which the service applies. Required.
            "deliveryTime": { # Time spent in various aspects from order to the delivery of the product. Required.
              "cutoffTime": { # Business days cutoff time definition. If not configured, the cutoff time will be defaulted to 8AM PST. If local delivery, use Service.StoreConfig.CutoffConfig.
                "hour": 42, # Hour of the cutoff time until which an order has to be placed to be processed in the same day. Required.
                "minute": 42, # Minute of the cutoff time until which an order has to be placed to be processed in the same day. Required.
                "timezone": "A String", # Timezone identifier for the cutoff time (for example, "Europe/Zurich"). List of identifiers. Required.
              },
              "handlingBusinessDayConfig": { # The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed.
                "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
                  "A String",
                ],
              },
              "holidayCutoffs": [ # Holiday cutoff definitions. If configured, they specify order cutoff times for holiday-specific shipping.
                {
                  "deadlineDate": "A String", # Date of the order deadline, in ISO 8601 format. For example, "2016-11-29" for 29th November 2016. Required.
                  "deadlineHour": 42, # Hour of the day on the deadline date until which the order has to be placed to qualify for the delivery guarantee. Possible values are: 0 (midnight), 1, ..., 12 (noon), 13, ..., 23. Required.
                  "deadlineTimezone": "A String", # Timezone identifier for the deadline hour (for example, "Europe/Zurich"). List of identifiers. Required.
                  "holidayId": "A String", # Unique identifier for the holiday. Required.
                  "visibleFromDate": "A String", # Date on which the deadline will become visible to consumers in ISO 8601 format. For example, "2016-10-31" for 31st October 2016. Required.
                },
              ],
              "maxHandlingTimeInDays": 42, # Maximum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped. Must be greater than or equal to `minHandlingTimeInDays`.
              "maxTransitTimeInDays": 42, # Maximum number of business days that are spent in transit. 0 means same day delivery, 1 means next day delivery. Must be greater than or equal to `minTransitTimeInDays`.
              "minHandlingTimeInDays": 42, # Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped.
              "minTransitTimeInDays": 42, # Minimum number of business days that are spent in transit. 0 means same day delivery, 1 means next day delivery. Either `{min,max}TransitTimeInDays` or `transitTimeTable` must be set, but not both.
              "transitBusinessDayConfig": { # The business days during which orders can be in-transit. If not provided, Monday to Friday business days will be assumed.
                "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
                  "A String",
                ],
              },
              "transitTimeTable": { # Transit time table, number of business days spent in transit based on row and column dimensions. Either `{min,max}TransitTimeInDays` or `transitTimeTable` can be set, but not both.
                "postalCodeGroupNames": [ # A list of postal group names. 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.
                  "A String",
                ],
                "rows": [
                  {
                    "values": [
                      {
                        "maxTransitTimeInDays": 42, # Must be greater than or equal to `minTransitTimeInDays`.
                        "minTransitTimeInDays": 42, # Transit time range (min-max) in business days. 0 means same day delivery, 1 means next day delivery.
                      },
                    ],
                  },
                ],
                "transitTimeLabels": [ # A list of transit time labels. The last value can be `"all other labels"`. Example: `["food", "electronics", "all other labels"]`.
                  "A String",
                ],
              },
              "warehouseBasedDeliveryTimes": [ # Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier. When set, no other transit time related field in DeliveryTime should be set.
                {
                  "carrier": "A String", # Required. Carrier, such as `"UPS"` or `"Fedex"`. The list of supported carriers can be retrieved through the `listSupportedCarriers` method.
                  "carrierService": "A String", # Required. Carrier service, such as `"ground"` or `"2 days"`. The list of supported services for a carrier can be retrieved through the `listSupportedCarriers` method. The name of the service must be in the eddSupportedServices list.
                  "originAdministrativeArea": "A String", # Shipping origin's state.
                  "originCity": "A String", # Shipping origin's city.
                  "originCountry": "A String", # Shipping origin's country represented as a [CLDR territory code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml).
                  "originPostalCode": "A String", # Shipping origin.
                  "originStreetAddress": "A String", # Shipping origin's street address.
                  "warehouseName": "A String", # The name of the warehouse. Warehouse name need to be matched with name. If warehouseName is set, the below fields will be ignored. The warehouse info will be read from warehouse.
                },
              ],
            },
            "eligibility": "A String", # Eligibility for this service. Acceptable values are: - "`All scenarios`" - "`All scenarios except Shopping Actions`" - "`Shopping Actions`"
            "minimumOrderValue": { # Minimum order value for this service. If set, indicates that customers will have to spend at least this amount. All prices within a service must have the same currency. Cannot be set together with minimum_order_value_table.
              "currency": "A String", # The currency of the price.
              "value": "A String", # The price represented as a number.
            },
            "minimumOrderValueTable": { # Table of per store minimum order values for the pickup fulfillment type. Cannot be set together with minimum_order_value.
              "storeCodeSetWithMovs": [
                { # A list of store code sets sharing the same minimum order value. At least two sets are required and the last one must be empty, which signifies 'MOV for all other stores'. Each store code can only appear once across all the sets. All prices within a service must have the same currency.
                  "storeCodes": [ # A list of unique store codes or empty for the catch all.
                    "A String",
                  ],
                  "value": { # The minimum order value for the given stores.
                    "currency": "A String", # The currency of the price.
                    "value": "A String", # The price represented as a number.
                  },
                },
              ],
            },
            "name": "A String", # Free-form name of the service. Must be unique within target account. Required.
            "pickupService": { # The carrier-service pair delivering items to collection points. The list of supported pickup services can be retrieved through the `getSupportedPickupServices` method. Required if and only if the service delivery type is `pickup`.
              "carrierName": "A String", # The name of the pickup carrier (for example, `"UPS"`). Required.
              "serviceName": "A String", # The name of the pickup service (for example, `"Access point"`). Required.
            },
            "rateGroups": [ # Shipping rate group definitions. Only the last one is allowed to have an empty `applicableShippingLabels`, which means "everything else". The other `applicableShippingLabels` must not overlap.
              {
                "applicableShippingLabels": [ # A list of shipping labels defining the products to which this rate group applies to. This is a disjunction: only one of the labels has to match for the rate group to apply. May only be empty for the last rate group of a service. Required.
                  "A String",
                ],
                "carrierRates": [ # A list of carrier rates that can be referred to by `mainTable` or `singleValue`.
                  {
                    "carrierName": "A String", # Carrier service, such as `"UPS"` or `"Fedex"`. The list of supported carriers can be retrieved through the `getSupportedCarriers` method. Required.
                    "carrierService": "A String", # Carrier service, such as `"ground"` or `"2 days"`. The list of supported services for a carrier can be retrieved through the `getSupportedCarriers` method. Required.
                    "flatAdjustment": { # Additive shipping rate modifier. Can be negative. For example `{ "value": "1", "currency" : "USD" }` adds $1 to the rate, `{ "value": "-3", "currency" : "USD" }` removes $3 from the rate. Optional.
                      "currency": "A String", # The currency of the price.
                      "value": "A String", # The price represented as a number.
                    },
                    "name": "A String", # Name of the carrier rate. Must be unique per rate group. Required.
                    "originPostalCode": "A String", # Shipping origin for this carrier rate. Required.
                    "percentageAdjustment": "A String", # Multiplicative shipping rate modifier as a number in decimal notation. Can be negative. For example `"5.4"` increases the rate by 5.4%, `"-3"` decreases the rate by 3%. Optional.
                  },
                ],
                "mainTable": { # A table defining the rate group, when `singleValue` is not expressive enough. Can only be set if `singleValue` is not set.
                  "columnHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's columns. Optional: if not set then the table has only one dimension.
                    "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                          "A String",
                        ],
                      },
                    ],
                    "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                      "A String",
                    ],
                    "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                      "A String",
                    ],
                    "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "currency": "A String", # The currency of the price.
                        "value": "A String", # The price represented as a number.
                      },
                    ],
                    "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                        "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                      },
                    ],
                  },
                  "name": "A String", # Name of the table. Required for subtables, ignored for the main table.
                  "rowHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's rows. Required.
                    "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                          "A String",
                        ],
                      },
                    ],
                    "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                      "A String",
                    ],
                    "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                      "A String",
                    ],
                    "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "currency": "A String", # The currency of the price.
                        "value": "A String", # The price represented as a number.
                      },
                    ],
                    "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                        "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                      },
                    ],
                  },
                  "rows": [ # The list of rows that constitute the table. Must have the same length as `rowHeaders`. Required.
                    {
                      "cells": [ # The list of cells that constitute the row. Must have the same length as `columnHeaders` for two-dimensional tables, a length of 1 for one-dimensional tables. Required.
                        { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set.
                          "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
                          "flatRate": { # A flat rate. Can only be set if all other fields are not set.
                            "currency": "A String", # The currency of the price.
                            "value": "A String", # The price represented as a number.
                          },
                          "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
                          "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
                          "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
                        },
                      ],
                    },
                  ],
                },
                "name": "A String", # Name of the rate group. Optional. If set has to be unique within shipping service.
                "singleValue": { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set. # The value of the rate group (for example, flat rate $10). Can only be set if `mainTable` and `subtables` are not set.
                  "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
                  "flatRate": { # A flat rate. Can only be set if all other fields are not set.
                    "currency": "A String", # The currency of the price.
                    "value": "A String", # The price represented as a number.
                  },
                  "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
                  "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
                  "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
                },
                "subtables": [ # A list of subtables referred to by `mainTable`. Can only be set if `mainTable` is set.
                  {
                    "columnHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's columns. Optional: if not set then the table has only one dimension.
                      "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                        {
                          "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                            "A String",
                          ],
                        },
                      ],
                      "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                        "A String",
                      ],
                      "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                        "A String",
                      ],
                      "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                        {
                          "currency": "A String", # The currency of the price.
                          "value": "A String", # The price represented as a number.
                        },
                      ],
                      "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                        {
                          "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                          "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                        },
                      ],
                    },
                    "name": "A String", # Name of the table. Required for subtables, ignored for the main table.
                    "rowHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's rows. Required.
                      "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                        {
                          "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                            "A String",
                          ],
                        },
                      ],
                      "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                        "A String",
                      ],
                      "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                        "A String",
                      ],
                      "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                        {
                          "currency": "A String", # The currency of the price.
                          "value": "A String", # The price represented as a number.
                        },
                      ],
                      "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                        {
                          "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                          "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                        },
                      ],
                    },
                    "rows": [ # The list of rows that constitute the table. Must have the same length as `rowHeaders`. Required.
                      {
                        "cells": [ # The list of cells that constitute the row. Must have the same length as `columnHeaders` for two-dimensional tables, a length of 1 for one-dimensional tables. Required.
                          { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set.
                            "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
                            "flatRate": { # A flat rate. Can only be set if all other fields are not set.
                              "currency": "A String", # The currency of the price.
                              "value": "A String", # The price represented as a number.
                            },
                            "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
                            "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
                            "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
                          },
                        ],
                      },
                    ],
                  },
                ],
              },
            ],
            "shipmentType": "A String", # Type of locations this service ships orders to. Acceptable values are: - "`delivery`" - "`pickup` (deprecated)" - "`local_delivery`" - "`collection_point`"
            "storeConfig": { # Stores that provide local delivery. Only valid with local delivery fulfillment. # A list of stores your products are delivered from. This is only available for the local delivery shipment type.
              "cutoffConfig": { # Time local delivery ends for the day based on the local timezone of the store. `local_cutoff_time` and `store_close_offset_hours` are mutually exclusive. # Time local delivery ends for the day. This can be either `local_cutoff_time` or `store_close_offset_hours`, if both are provided an error is thrown.
                "localCutoffTime": { # Time in hours and minutes in the local timezone when local delivery ends. # Time in hours and minutes in the local timezone when local delivery ends.
                  "hour": "A String", # Hour local delivery orders must be placed by to process the same day.
                  "minute": "A String", # Minute local delivery orders must be placed by to process the same day.
                },
                "noDeliveryPostCutoff": True or False, # 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.
                "storeCloseOffsetHours": "A String", # Represents cutoff time as the number of hours before store closing. Mutually exclusive with other fields (hour and minute).
              },
              "serviceRadius": { # Distance represented by an integer and unit. # Maximum delivery radius. Only needed for local delivery fulfillment type.
                "unit": "A String", # The distance unit. Acceptable values are `None`, `Miles`, and `Kilometers`.
                "value": "A String", # The distance represented as a number.
              },
              "storeCodes": [ # A list of store codes that provide local delivery. If empty, then `store_service_type` must be `all_stores`, or an error is thrown. If not empty, then `store_service_type` must be `selected_stores`, or an error is thrown.
                "A String",
              ],
              "storeServiceType": "A String", # Indicates whether all stores listed by this merchant provide local delivery or not. Acceptable values are `all stores` and `selected stores`
            },
          },
        ],
        "warehouses": [ # Optional. A list of warehouses which can be referred to in `services`.
          { # A fulfillment warehouse, which stores and handles inventory.
            "businessDayConfig": { # Business days of the warehouse. If not set, will be Monday to Friday by default.
              "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
                "A String",
              ],
            },
            "cutoffTime": { # Required. The latest time of day that an order can be accepted and begin processing. Later orders will be processed in the next day. The time is based on the warehouse postal code.
              "hour": 42, # Required. Hour (24-hour clock) of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Hour is based on the timezone of warehouse.
              "minute": 42, # Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Minute is based on the timezone of warehouse.
            },
            "handlingDays": "A String", # Required. The number of days it takes for this warehouse to pack up and ship an item. This is on the warehouse level, but can be overridden on the offer level based on the attributes of an item.
            "name": "A String", # Required. The name of the warehouse. Must be unique within account.
            "shippingAddress": { # Required. Shipping address of the warehouse.
              "administrativeArea": "A String", # Required. Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
              "city": "A String", # Required. City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
              "country": "A String", # Required. [CLDR country code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml) (for example, "US").
              "postalCode": "A String", # Required. Postal code or ZIP (for example, "94043").
              "streetAddress": "A String", # Street-level part of the address. Use `\n` to add a second line.
            },
          },
        ],
      },
    },
  ],
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#shippingsettingsCustomBatchResponse`".
}
get(merchantId, accountId, x__xgafv=None)
Retrieves the shipping settings of the account.

Args:
  merchantId: string, The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account. (required)
  accountId: string, The ID of the account for which to get/update shipping settings. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The merchant account's shipping settings. All methods except getsupportedcarriers and getsupportedholidays require the admin role.
  "accountId": "A String", # The ID of the account to which these account shipping settings belong. Ignored upon update, always present in get request responses.
  "postalCodeGroups": [ # A list of postal code groups that can be referred to in `services`. Optional.
    {
      "country": "A String", # The CLDR territory code of the country the postal code group applies to. Required.
      "name": "A String", # The name of the postal code group, referred to in headers. Required.
      "postalCodeRanges": [ # A range of postal codes. Required.
        {
          "postalCodeRangeBegin": "A String", # A postal code or a pattern of the form `prefix*` denoting the inclusive lower bound of the range defining the area. Examples values: `"94108"`, `"9410*"`, `"9*"`. Required.
          "postalCodeRangeEnd": "A String", # A postal code or a pattern of the form `prefix*` denoting the inclusive upper bound of the range defining the area. It must have the same length as `postalCodeRangeBegin`: if `postalCodeRangeBegin` is a postal code then `postalCodeRangeEnd` must be a postal code too; if `postalCodeRangeBegin` is a pattern then `postalCodeRangeEnd` must be a pattern with the same prefix length. Optional: if not set, then the area is defined as being all the postal codes matching `postalCodeRangeBegin`.
        },
      ],
    },
  ],
  "services": [ # The target account's list of services. Optional.
    {
      "active": True or False, # A boolean exposing the active status of the shipping service. Required.
      "currency": "A String", # The CLDR code of the currency to which this service applies. Must match that of the prices in rate groups.
      "deliveryCountry": "A String", # The CLDR territory code of the country to which the service applies. Required.
      "deliveryTime": { # Time spent in various aspects from order to the delivery of the product. Required.
        "cutoffTime": { # Business days cutoff time definition. If not configured, the cutoff time will be defaulted to 8AM PST. If local delivery, use Service.StoreConfig.CutoffConfig.
          "hour": 42, # Hour of the cutoff time until which an order has to be placed to be processed in the same day. Required.
          "minute": 42, # Minute of the cutoff time until which an order has to be placed to be processed in the same day. Required.
          "timezone": "A String", # Timezone identifier for the cutoff time (for example, "Europe/Zurich"). List of identifiers. Required.
        },
        "handlingBusinessDayConfig": { # The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed.
          "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
            "A String",
          ],
        },
        "holidayCutoffs": [ # Holiday cutoff definitions. If configured, they specify order cutoff times for holiday-specific shipping.
          {
            "deadlineDate": "A String", # Date of the order deadline, in ISO 8601 format. For example, "2016-11-29" for 29th November 2016. Required.
            "deadlineHour": 42, # Hour of the day on the deadline date until which the order has to be placed to qualify for the delivery guarantee. Possible values are: 0 (midnight), 1, ..., 12 (noon), 13, ..., 23. Required.
            "deadlineTimezone": "A String", # Timezone identifier for the deadline hour (for example, "Europe/Zurich"). List of identifiers. Required.
            "holidayId": "A String", # Unique identifier for the holiday. Required.
            "visibleFromDate": "A String", # Date on which the deadline will become visible to consumers in ISO 8601 format. For example, "2016-10-31" for 31st October 2016. Required.
          },
        ],
        "maxHandlingTimeInDays": 42, # Maximum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped. Must be greater than or equal to `minHandlingTimeInDays`.
        "maxTransitTimeInDays": 42, # Maximum number of business days that are spent in transit. 0 means same day delivery, 1 means next day delivery. Must be greater than or equal to `minTransitTimeInDays`.
        "minHandlingTimeInDays": 42, # Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped.
        "minTransitTimeInDays": 42, # Minimum number of business days that are spent in transit. 0 means same day delivery, 1 means next day delivery. Either `{min,max}TransitTimeInDays` or `transitTimeTable` must be set, but not both.
        "transitBusinessDayConfig": { # The business days during which orders can be in-transit. If not provided, Monday to Friday business days will be assumed.
          "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
            "A String",
          ],
        },
        "transitTimeTable": { # Transit time table, number of business days spent in transit based on row and column dimensions. Either `{min,max}TransitTimeInDays` or `transitTimeTable` can be set, but not both.
          "postalCodeGroupNames": [ # A list of postal group names. 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.
            "A String",
          ],
          "rows": [
            {
              "values": [
                {
                  "maxTransitTimeInDays": 42, # Must be greater than or equal to `minTransitTimeInDays`.
                  "minTransitTimeInDays": 42, # Transit time range (min-max) in business days. 0 means same day delivery, 1 means next day delivery.
                },
              ],
            },
          ],
          "transitTimeLabels": [ # A list of transit time labels. The last value can be `"all other labels"`. Example: `["food", "electronics", "all other labels"]`.
            "A String",
          ],
        },
        "warehouseBasedDeliveryTimes": [ # Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier. When set, no other transit time related field in DeliveryTime should be set.
          {
            "carrier": "A String", # Required. Carrier, such as `"UPS"` or `"Fedex"`. The list of supported carriers can be retrieved through the `listSupportedCarriers` method.
            "carrierService": "A String", # Required. Carrier service, such as `"ground"` or `"2 days"`. The list of supported services for a carrier can be retrieved through the `listSupportedCarriers` method. The name of the service must be in the eddSupportedServices list.
            "originAdministrativeArea": "A String", # Shipping origin's state.
            "originCity": "A String", # Shipping origin's city.
            "originCountry": "A String", # Shipping origin's country represented as a [CLDR territory code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml).
            "originPostalCode": "A String", # Shipping origin.
            "originStreetAddress": "A String", # Shipping origin's street address.
            "warehouseName": "A String", # The name of the warehouse. Warehouse name need to be matched with name. If warehouseName is set, the below fields will be ignored. The warehouse info will be read from warehouse.
          },
        ],
      },
      "eligibility": "A String", # Eligibility for this service. Acceptable values are: - "`All scenarios`" - "`All scenarios except Shopping Actions`" - "`Shopping Actions`"
      "minimumOrderValue": { # Minimum order value for this service. If set, indicates that customers will have to spend at least this amount. All prices within a service must have the same currency. Cannot be set together with minimum_order_value_table.
        "currency": "A String", # The currency of the price.
        "value": "A String", # The price represented as a number.
      },
      "minimumOrderValueTable": { # Table of per store minimum order values for the pickup fulfillment type. Cannot be set together with minimum_order_value.
        "storeCodeSetWithMovs": [
          { # A list of store code sets sharing the same minimum order value. At least two sets are required and the last one must be empty, which signifies 'MOV for all other stores'. Each store code can only appear once across all the sets. All prices within a service must have the same currency.
            "storeCodes": [ # A list of unique store codes or empty for the catch all.
              "A String",
            ],
            "value": { # The minimum order value for the given stores.
              "currency": "A String", # The currency of the price.
              "value": "A String", # The price represented as a number.
            },
          },
        ],
      },
      "name": "A String", # Free-form name of the service. Must be unique within target account. Required.
      "pickupService": { # The carrier-service pair delivering items to collection points. The list of supported pickup services can be retrieved through the `getSupportedPickupServices` method. Required if and only if the service delivery type is `pickup`.
        "carrierName": "A String", # The name of the pickup carrier (for example, `"UPS"`). Required.
        "serviceName": "A String", # The name of the pickup service (for example, `"Access point"`). Required.
      },
      "rateGroups": [ # Shipping rate group definitions. Only the last one is allowed to have an empty `applicableShippingLabels`, which means "everything else". The other `applicableShippingLabels` must not overlap.
        {
          "applicableShippingLabels": [ # A list of shipping labels defining the products to which this rate group applies to. This is a disjunction: only one of the labels has to match for the rate group to apply. May only be empty for the last rate group of a service. Required.
            "A String",
          ],
          "carrierRates": [ # A list of carrier rates that can be referred to by `mainTable` or `singleValue`.
            {
              "carrierName": "A String", # Carrier service, such as `"UPS"` or `"Fedex"`. The list of supported carriers can be retrieved through the `getSupportedCarriers` method. Required.
              "carrierService": "A String", # Carrier service, such as `"ground"` or `"2 days"`. The list of supported services for a carrier can be retrieved through the `getSupportedCarriers` method. Required.
              "flatAdjustment": { # Additive shipping rate modifier. Can be negative. For example `{ "value": "1", "currency" : "USD" }` adds $1 to the rate, `{ "value": "-3", "currency" : "USD" }` removes $3 from the rate. Optional.
                "currency": "A String", # The currency of the price.
                "value": "A String", # The price represented as a number.
              },
              "name": "A String", # Name of the carrier rate. Must be unique per rate group. Required.
              "originPostalCode": "A String", # Shipping origin for this carrier rate. Required.
              "percentageAdjustment": "A String", # Multiplicative shipping rate modifier as a number in decimal notation. Can be negative. For example `"5.4"` increases the rate by 5.4%, `"-3"` decreases the rate by 3%. Optional.
            },
          ],
          "mainTable": { # A table defining the rate group, when `singleValue` is not expressive enough. Can only be set if `singleValue` is not set.
            "columnHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's columns. Optional: if not set then the table has only one dimension.
              "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                    "A String",
                  ],
                },
              ],
              "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                "A String",
              ],
              "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                "A String",
              ],
              "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "currency": "A String", # The currency of the price.
                  "value": "A String", # The price represented as a number.
                },
              ],
              "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                  "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                },
              ],
            },
            "name": "A String", # Name of the table. Required for subtables, ignored for the main table.
            "rowHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's rows. Required.
              "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                    "A String",
                  ],
                },
              ],
              "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                "A String",
              ],
              "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                "A String",
              ],
              "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "currency": "A String", # The currency of the price.
                  "value": "A String", # The price represented as a number.
                },
              ],
              "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                  "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                },
              ],
            },
            "rows": [ # The list of rows that constitute the table. Must have the same length as `rowHeaders`. Required.
              {
                "cells": [ # The list of cells that constitute the row. Must have the same length as `columnHeaders` for two-dimensional tables, a length of 1 for one-dimensional tables. Required.
                  { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set.
                    "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
                    "flatRate": { # A flat rate. Can only be set if all other fields are not set.
                      "currency": "A String", # The currency of the price.
                      "value": "A String", # The price represented as a number.
                    },
                    "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
                    "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
                    "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
                  },
                ],
              },
            ],
          },
          "name": "A String", # Name of the rate group. Optional. If set has to be unique within shipping service.
          "singleValue": { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set. # The value of the rate group (for example, flat rate $10). Can only be set if `mainTable` and `subtables` are not set.
            "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
            "flatRate": { # A flat rate. Can only be set if all other fields are not set.
              "currency": "A String", # The currency of the price.
              "value": "A String", # The price represented as a number.
            },
            "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
            "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
            "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
          },
          "subtables": [ # A list of subtables referred to by `mainTable`. Can only be set if `mainTable` is set.
            {
              "columnHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's columns. Optional: if not set then the table has only one dimension.
                "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                      "A String",
                    ],
                  },
                ],
                "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                  "A String",
                ],
                "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                  "A String",
                ],
                "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "currency": "A String", # The currency of the price.
                    "value": "A String", # The price represented as a number.
                  },
                ],
                "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                    "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                  },
                ],
              },
              "name": "A String", # Name of the table. Required for subtables, ignored for the main table.
              "rowHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's rows. Required.
                "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                      "A String",
                    ],
                  },
                ],
                "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                  "A String",
                ],
                "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                  "A String",
                ],
                "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "currency": "A String", # The currency of the price.
                    "value": "A String", # The price represented as a number.
                  },
                ],
                "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                    "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                  },
                ],
              },
              "rows": [ # The list of rows that constitute the table. Must have the same length as `rowHeaders`. Required.
                {
                  "cells": [ # The list of cells that constitute the row. Must have the same length as `columnHeaders` for two-dimensional tables, a length of 1 for one-dimensional tables. Required.
                    { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set.
                      "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
                      "flatRate": { # A flat rate. Can only be set if all other fields are not set.
                        "currency": "A String", # The currency of the price.
                        "value": "A String", # The price represented as a number.
                      },
                      "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
                      "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
                      "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
                    },
                  ],
                },
              ],
            },
          ],
        },
      ],
      "shipmentType": "A String", # Type of locations this service ships orders to. Acceptable values are: - "`delivery`" - "`pickup` (deprecated)" - "`local_delivery`" - "`collection_point`"
      "storeConfig": { # Stores that provide local delivery. Only valid with local delivery fulfillment. # A list of stores your products are delivered from. This is only available for the local delivery shipment type.
        "cutoffConfig": { # Time local delivery ends for the day based on the local timezone of the store. `local_cutoff_time` and `store_close_offset_hours` are mutually exclusive. # Time local delivery ends for the day. This can be either `local_cutoff_time` or `store_close_offset_hours`, if both are provided an error is thrown.
          "localCutoffTime": { # Time in hours and minutes in the local timezone when local delivery ends. # Time in hours and minutes in the local timezone when local delivery ends.
            "hour": "A String", # Hour local delivery orders must be placed by to process the same day.
            "minute": "A String", # Minute local delivery orders must be placed by to process the same day.
          },
          "noDeliveryPostCutoff": True or False, # 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.
          "storeCloseOffsetHours": "A String", # Represents cutoff time as the number of hours before store closing. Mutually exclusive with other fields (hour and minute).
        },
        "serviceRadius": { # Distance represented by an integer and unit. # Maximum delivery radius. Only needed for local delivery fulfillment type.
          "unit": "A String", # The distance unit. Acceptable values are `None`, `Miles`, and `Kilometers`.
          "value": "A String", # The distance represented as a number.
        },
        "storeCodes": [ # A list of store codes that provide local delivery. If empty, then `store_service_type` must be `all_stores`, or an error is thrown. If not empty, then `store_service_type` must be `selected_stores`, or an error is thrown.
          "A String",
        ],
        "storeServiceType": "A String", # Indicates whether all stores listed by this merchant provide local delivery or not. Acceptable values are `all stores` and `selected stores`
      },
    },
  ],
  "warehouses": [ # Optional. A list of warehouses which can be referred to in `services`.
    { # A fulfillment warehouse, which stores and handles inventory.
      "businessDayConfig": { # Business days of the warehouse. If not set, will be Monday to Friday by default.
        "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
          "A String",
        ],
      },
      "cutoffTime": { # Required. The latest time of day that an order can be accepted and begin processing. Later orders will be processed in the next day. The time is based on the warehouse postal code.
        "hour": 42, # Required. Hour (24-hour clock) of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Hour is based on the timezone of warehouse.
        "minute": 42, # Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Minute is based on the timezone of warehouse.
      },
      "handlingDays": "A String", # Required. The number of days it takes for this warehouse to pack up and ship an item. This is on the warehouse level, but can be overridden on the offer level based on the attributes of an item.
      "name": "A String", # Required. The name of the warehouse. Must be unique within account.
      "shippingAddress": { # Required. Shipping address of the warehouse.
        "administrativeArea": "A String", # Required. Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
        "city": "A String", # Required. City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
        "country": "A String", # Required. [CLDR country code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml) (for example, "US").
        "postalCode": "A String", # Required. Postal code or ZIP (for example, "94043").
        "streetAddress": "A String", # Street-level part of the address. Use `\n` to add a second line.
      },
    },
  ],
}
getsupportedcarriers(merchantId, x__xgafv=None)
Retrieves supported carriers and carrier services for an account.

Args:
  merchantId: string, The ID of the account for which to retrieve the supported carriers. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "carriers": [ # A list of supported carriers. May be empty.
    {
      "country": "A String", # The CLDR country code of the carrier (for example, "US"). Always present.
      "eddServices": [ # A list of services supported for EDD (Estimated Delivery Date) calculation. This is the list of valid values for WarehouseBasedDeliveryTime.carrierService.
        "A String",
      ],
      "name": "A String", # The name of the carrier (for example, `"UPS"`). Always present.
      "services": [ # A list of supported services (for example, `"ground"`) for that carrier. Contains at least one service. This is the list of valid values for CarrierRate.carrierService.
        "A String",
      ],
    },
  ],
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#shippingsettingsGetSupportedCarriersResponse`".
}
getsupportedholidays(merchantId, x__xgafv=None)
Retrieves supported holidays for an account.

Args:
  merchantId: string, The ID of the account for which to retrieve the supported holidays. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "holidays": [ # A list of holidays applicable for delivery guarantees. May be empty.
    {
      "countryCode": "A String", # The CLDR territory code of the country in which the holiday is available. For example, "US", "DE", "GB". A holiday cutoff can only be configured in a shipping settings service with matching delivery country. Always present.
      "date": "A String", # Date of the holiday, in ISO 8601 format. For example, "2016-12-25" for Christmas 2016. Always present.
      "deliveryGuaranteeDate": "A String", # Date on which the order has to arrive at the customer's, in ISO 8601 format. For example, "2016-12-24" for 24th December 2016. Always present.
      "deliveryGuaranteeHour": "A String", # Hour of the day in the delivery location's timezone on the guaranteed delivery date by which the order has to arrive at the customer's. Possible values are: 0 (midnight), 1, ..., 12 (noon), 13, ..., 23. Always present.
      "id": "A String", # Unique identifier for the holiday to be used when configuring holiday cutoffs. Always present.
      "type": "A String", # The holiday type. Always present. Acceptable values are: - "`Christmas`" - "`Easter`" - "`Father's Day`" - "`Halloween`" - "`Independence Day (USA)`" - "`Mother's Day`" - "`Thanksgiving`" - "`Valentine's Day`"
    },
  ],
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#shippingsettingsGetSupportedHolidaysResponse`".
}
getsupportedpickupservices(merchantId, x__xgafv=None)
Retrieves supported pickup services for an account.

Args:
  merchantId: string, The ID of the account for which to retrieve the supported pickup services. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#shippingsettingsGetSupportedPickupServicesResponse`".
  "pickupServices": [ # A list of supported pickup services. May be empty.
    {
      "carrierName": "A String", # The name of the carrier (for example, `"UPS"`). Always present.
      "country": "A String", # The CLDR country code of the carrier (for example, "US"). Always present.
      "serviceName": "A String", # The name of the pickup service (for example, `"Access point"`). Always present.
    },
  ],
}
list(merchantId, maxResults=None, pageToken=None, x__xgafv=None)
Lists the shipping settings of the sub-accounts in your Merchant Center account.

Args:
  merchantId: string, The ID of the managing account. This must be a multi-client account. (required)
  maxResults: integer, The maximum number of shipping settings to return in the response, used for paging.
  pageToken: string, The token returned by the previous request.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#shippingsettingsListResponse`".
  "nextPageToken": "A String", # The token for the retrieval of the next page of shipping settings.
  "resources": [
    { # The merchant account's shipping settings. All methods except getsupportedcarriers and getsupportedholidays require the admin role.
      "accountId": "A String", # The ID of the account to which these account shipping settings belong. Ignored upon update, always present in get request responses.
      "postalCodeGroups": [ # A list of postal code groups that can be referred to in `services`. Optional.
        {
          "country": "A String", # The CLDR territory code of the country the postal code group applies to. Required.
          "name": "A String", # The name of the postal code group, referred to in headers. Required.
          "postalCodeRanges": [ # A range of postal codes. Required.
            {
              "postalCodeRangeBegin": "A String", # A postal code or a pattern of the form `prefix*` denoting the inclusive lower bound of the range defining the area. Examples values: `"94108"`, `"9410*"`, `"9*"`. Required.
              "postalCodeRangeEnd": "A String", # A postal code or a pattern of the form `prefix*` denoting the inclusive upper bound of the range defining the area. It must have the same length as `postalCodeRangeBegin`: if `postalCodeRangeBegin` is a postal code then `postalCodeRangeEnd` must be a postal code too; if `postalCodeRangeBegin` is a pattern then `postalCodeRangeEnd` must be a pattern with the same prefix length. Optional: if not set, then the area is defined as being all the postal codes matching `postalCodeRangeBegin`.
            },
          ],
        },
      ],
      "services": [ # The target account's list of services. Optional.
        {
          "active": True or False, # A boolean exposing the active status of the shipping service. Required.
          "currency": "A String", # The CLDR code of the currency to which this service applies. Must match that of the prices in rate groups.
          "deliveryCountry": "A String", # The CLDR territory code of the country to which the service applies. Required.
          "deliveryTime": { # Time spent in various aspects from order to the delivery of the product. Required.
            "cutoffTime": { # Business days cutoff time definition. If not configured, the cutoff time will be defaulted to 8AM PST. If local delivery, use Service.StoreConfig.CutoffConfig.
              "hour": 42, # Hour of the cutoff time until which an order has to be placed to be processed in the same day. Required.
              "minute": 42, # Minute of the cutoff time until which an order has to be placed to be processed in the same day. Required.
              "timezone": "A String", # Timezone identifier for the cutoff time (for example, "Europe/Zurich"). List of identifiers. Required.
            },
            "handlingBusinessDayConfig": { # The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed.
              "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
                "A String",
              ],
            },
            "holidayCutoffs": [ # Holiday cutoff definitions. If configured, they specify order cutoff times for holiday-specific shipping.
              {
                "deadlineDate": "A String", # Date of the order deadline, in ISO 8601 format. For example, "2016-11-29" for 29th November 2016. Required.
                "deadlineHour": 42, # Hour of the day on the deadline date until which the order has to be placed to qualify for the delivery guarantee. Possible values are: 0 (midnight), 1, ..., 12 (noon), 13, ..., 23. Required.
                "deadlineTimezone": "A String", # Timezone identifier for the deadline hour (for example, "Europe/Zurich"). List of identifiers. Required.
                "holidayId": "A String", # Unique identifier for the holiday. Required.
                "visibleFromDate": "A String", # Date on which the deadline will become visible to consumers in ISO 8601 format. For example, "2016-10-31" for 31st October 2016. Required.
              },
            ],
            "maxHandlingTimeInDays": 42, # Maximum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped. Must be greater than or equal to `minHandlingTimeInDays`.
            "maxTransitTimeInDays": 42, # Maximum number of business days that are spent in transit. 0 means same day delivery, 1 means next day delivery. Must be greater than or equal to `minTransitTimeInDays`.
            "minHandlingTimeInDays": 42, # Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped.
            "minTransitTimeInDays": 42, # Minimum number of business days that are spent in transit. 0 means same day delivery, 1 means next day delivery. Either `{min,max}TransitTimeInDays` or `transitTimeTable` must be set, but not both.
            "transitBusinessDayConfig": { # The business days during which orders can be in-transit. If not provided, Monday to Friday business days will be assumed.
              "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
                "A String",
              ],
            },
            "transitTimeTable": { # Transit time table, number of business days spent in transit based on row and column dimensions. Either `{min,max}TransitTimeInDays` or `transitTimeTable` can be set, but not both.
              "postalCodeGroupNames": [ # A list of postal group names. 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.
                "A String",
              ],
              "rows": [
                {
                  "values": [
                    {
                      "maxTransitTimeInDays": 42, # Must be greater than or equal to `minTransitTimeInDays`.
                      "minTransitTimeInDays": 42, # Transit time range (min-max) in business days. 0 means same day delivery, 1 means next day delivery.
                    },
                  ],
                },
              ],
              "transitTimeLabels": [ # A list of transit time labels. The last value can be `"all other labels"`. Example: `["food", "electronics", "all other labels"]`.
                "A String",
              ],
            },
            "warehouseBasedDeliveryTimes": [ # Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier. When set, no other transit time related field in DeliveryTime should be set.
              {
                "carrier": "A String", # Required. Carrier, such as `"UPS"` or `"Fedex"`. The list of supported carriers can be retrieved through the `listSupportedCarriers` method.
                "carrierService": "A String", # Required. Carrier service, such as `"ground"` or `"2 days"`. The list of supported services for a carrier can be retrieved through the `listSupportedCarriers` method. The name of the service must be in the eddSupportedServices list.
                "originAdministrativeArea": "A String", # Shipping origin's state.
                "originCity": "A String", # Shipping origin's city.
                "originCountry": "A String", # Shipping origin's country represented as a [CLDR territory code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml).
                "originPostalCode": "A String", # Shipping origin.
                "originStreetAddress": "A String", # Shipping origin's street address.
                "warehouseName": "A String", # The name of the warehouse. Warehouse name need to be matched with name. If warehouseName is set, the below fields will be ignored. The warehouse info will be read from warehouse.
              },
            ],
          },
          "eligibility": "A String", # Eligibility for this service. Acceptable values are: - "`All scenarios`" - "`All scenarios except Shopping Actions`" - "`Shopping Actions`"
          "minimumOrderValue": { # Minimum order value for this service. If set, indicates that customers will have to spend at least this amount. All prices within a service must have the same currency. Cannot be set together with minimum_order_value_table.
            "currency": "A String", # The currency of the price.
            "value": "A String", # The price represented as a number.
          },
          "minimumOrderValueTable": { # Table of per store minimum order values for the pickup fulfillment type. Cannot be set together with minimum_order_value.
            "storeCodeSetWithMovs": [
              { # A list of store code sets sharing the same minimum order value. At least two sets are required and the last one must be empty, which signifies 'MOV for all other stores'. Each store code can only appear once across all the sets. All prices within a service must have the same currency.
                "storeCodes": [ # A list of unique store codes or empty for the catch all.
                  "A String",
                ],
                "value": { # The minimum order value for the given stores.
                  "currency": "A String", # The currency of the price.
                  "value": "A String", # The price represented as a number.
                },
              },
            ],
          },
          "name": "A String", # Free-form name of the service. Must be unique within target account. Required.
          "pickupService": { # The carrier-service pair delivering items to collection points. The list of supported pickup services can be retrieved through the `getSupportedPickupServices` method. Required if and only if the service delivery type is `pickup`.
            "carrierName": "A String", # The name of the pickup carrier (for example, `"UPS"`). Required.
            "serviceName": "A String", # The name of the pickup service (for example, `"Access point"`). Required.
          },
          "rateGroups": [ # Shipping rate group definitions. Only the last one is allowed to have an empty `applicableShippingLabels`, which means "everything else". The other `applicableShippingLabels` must not overlap.
            {
              "applicableShippingLabels": [ # A list of shipping labels defining the products to which this rate group applies to. This is a disjunction: only one of the labels has to match for the rate group to apply. May only be empty for the last rate group of a service. Required.
                "A String",
              ],
              "carrierRates": [ # A list of carrier rates that can be referred to by `mainTable` or `singleValue`.
                {
                  "carrierName": "A String", # Carrier service, such as `"UPS"` or `"Fedex"`. The list of supported carriers can be retrieved through the `getSupportedCarriers` method. Required.
                  "carrierService": "A String", # Carrier service, such as `"ground"` or `"2 days"`. The list of supported services for a carrier can be retrieved through the `getSupportedCarriers` method. Required.
                  "flatAdjustment": { # Additive shipping rate modifier. Can be negative. For example `{ "value": "1", "currency" : "USD" }` adds $1 to the rate, `{ "value": "-3", "currency" : "USD" }` removes $3 from the rate. Optional.
                    "currency": "A String", # The currency of the price.
                    "value": "A String", # The price represented as a number.
                  },
                  "name": "A String", # Name of the carrier rate. Must be unique per rate group. Required.
                  "originPostalCode": "A String", # Shipping origin for this carrier rate. Required.
                  "percentageAdjustment": "A String", # Multiplicative shipping rate modifier as a number in decimal notation. Can be negative. For example `"5.4"` increases the rate by 5.4%, `"-3"` decreases the rate by 3%. Optional.
                },
              ],
              "mainTable": { # A table defining the rate group, when `singleValue` is not expressive enough. Can only be set if `singleValue` is not set.
                "columnHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's columns. Optional: if not set then the table has only one dimension.
                  "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                    {
                      "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                        "A String",
                      ],
                    },
                  ],
                  "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                    "A String",
                  ],
                  "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                    "A String",
                  ],
                  "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                    {
                      "currency": "A String", # The currency of the price.
                      "value": "A String", # The price represented as a number.
                    },
                  ],
                  "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                    {
                      "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                      "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                    },
                  ],
                },
                "name": "A String", # Name of the table. Required for subtables, ignored for the main table.
                "rowHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's rows. Required.
                  "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                    {
                      "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                        "A String",
                      ],
                    },
                  ],
                  "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                    "A String",
                  ],
                  "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                    "A String",
                  ],
                  "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                    {
                      "currency": "A String", # The currency of the price.
                      "value": "A String", # The price represented as a number.
                    },
                  ],
                  "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                    {
                      "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                      "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                    },
                  ],
                },
                "rows": [ # The list of rows that constitute the table. Must have the same length as `rowHeaders`. Required.
                  {
                    "cells": [ # The list of cells that constitute the row. Must have the same length as `columnHeaders` for two-dimensional tables, a length of 1 for one-dimensional tables. Required.
                      { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set.
                        "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
                        "flatRate": { # A flat rate. Can only be set if all other fields are not set.
                          "currency": "A String", # The currency of the price.
                          "value": "A String", # The price represented as a number.
                        },
                        "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
                        "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
                        "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
                      },
                    ],
                  },
                ],
              },
              "name": "A String", # Name of the rate group. Optional. If set has to be unique within shipping service.
              "singleValue": { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set. # The value of the rate group (for example, flat rate $10). Can only be set if `mainTable` and `subtables` are not set.
                "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
                "flatRate": { # A flat rate. Can only be set if all other fields are not set.
                  "currency": "A String", # The currency of the price.
                  "value": "A String", # The price represented as a number.
                },
                "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
                "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
                "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
              },
              "subtables": [ # A list of subtables referred to by `mainTable`. Can only be set if `mainTable` is set.
                {
                  "columnHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's columns. Optional: if not set then the table has only one dimension.
                    "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                          "A String",
                        ],
                      },
                    ],
                    "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                      "A String",
                    ],
                    "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                      "A String",
                    ],
                    "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "currency": "A String", # The currency of the price.
                        "value": "A String", # The price represented as a number.
                      },
                    ],
                    "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                        "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                      },
                    ],
                  },
                  "name": "A String", # Name of the table. Required for subtables, ignored for the main table.
                  "rowHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's rows. Required.
                    "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                          "A String",
                        ],
                      },
                    ],
                    "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                      "A String",
                    ],
                    "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                      "A String",
                    ],
                    "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "currency": "A String", # The currency of the price.
                        "value": "A String", # The price represented as a number.
                      },
                    ],
                    "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                      {
                        "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                        "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                      },
                    ],
                  },
                  "rows": [ # The list of rows that constitute the table. Must have the same length as `rowHeaders`. Required.
                    {
                      "cells": [ # The list of cells that constitute the row. Must have the same length as `columnHeaders` for two-dimensional tables, a length of 1 for one-dimensional tables. Required.
                        { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set.
                          "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
                          "flatRate": { # A flat rate. Can only be set if all other fields are not set.
                            "currency": "A String", # The currency of the price.
                            "value": "A String", # The price represented as a number.
                          },
                          "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
                          "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
                          "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
                        },
                      ],
                    },
                  ],
                },
              ],
            },
          ],
          "shipmentType": "A String", # Type of locations this service ships orders to. Acceptable values are: - "`delivery`" - "`pickup` (deprecated)" - "`local_delivery`" - "`collection_point`"
          "storeConfig": { # Stores that provide local delivery. Only valid with local delivery fulfillment. # A list of stores your products are delivered from. This is only available for the local delivery shipment type.
            "cutoffConfig": { # Time local delivery ends for the day based on the local timezone of the store. `local_cutoff_time` and `store_close_offset_hours` are mutually exclusive. # Time local delivery ends for the day. This can be either `local_cutoff_time` or `store_close_offset_hours`, if both are provided an error is thrown.
              "localCutoffTime": { # Time in hours and minutes in the local timezone when local delivery ends. # Time in hours and minutes in the local timezone when local delivery ends.
                "hour": "A String", # Hour local delivery orders must be placed by to process the same day.
                "minute": "A String", # Minute local delivery orders must be placed by to process the same day.
              },
              "noDeliveryPostCutoff": True or False, # 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.
              "storeCloseOffsetHours": "A String", # Represents cutoff time as the number of hours before store closing. Mutually exclusive with other fields (hour and minute).
            },
            "serviceRadius": { # Distance represented by an integer and unit. # Maximum delivery radius. Only needed for local delivery fulfillment type.
              "unit": "A String", # The distance unit. Acceptable values are `None`, `Miles`, and `Kilometers`.
              "value": "A String", # The distance represented as a number.
            },
            "storeCodes": [ # A list of store codes that provide local delivery. If empty, then `store_service_type` must be `all_stores`, or an error is thrown. If not empty, then `store_service_type` must be `selected_stores`, or an error is thrown.
              "A String",
            ],
            "storeServiceType": "A String", # Indicates whether all stores listed by this merchant provide local delivery or not. Acceptable values are `all stores` and `selected stores`
          },
        },
      ],
      "warehouses": [ # Optional. A list of warehouses which can be referred to in `services`.
        { # A fulfillment warehouse, which stores and handles inventory.
          "businessDayConfig": { # Business days of the warehouse. If not set, will be Monday to Friday by default.
            "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
              "A String",
            ],
          },
          "cutoffTime": { # Required. The latest time of day that an order can be accepted and begin processing. Later orders will be processed in the next day. The time is based on the warehouse postal code.
            "hour": 42, # Required. Hour (24-hour clock) of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Hour is based on the timezone of warehouse.
            "minute": 42, # Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Minute is based on the timezone of warehouse.
          },
          "handlingDays": "A String", # Required. The number of days it takes for this warehouse to pack up and ship an item. This is on the warehouse level, but can be overridden on the offer level based on the attributes of an item.
          "name": "A String", # Required. The name of the warehouse. Must be unique within account.
          "shippingAddress": { # Required. Shipping address of the warehouse.
            "administrativeArea": "A String", # Required. Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
            "city": "A String", # Required. City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
            "country": "A String", # Required. [CLDR country code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml) (for example, "US").
            "postalCode": "A String", # Required. Postal code or ZIP (for example, "94043").
            "streetAddress": "A String", # Street-level part of the address. Use `\n` to add a second line.
          },
        },
      ],
    },
  ],
}
list_next()
Retrieves the next page of results.

        Args:
          previous_request: The request for the previous page. (required)
          previous_response: The response from the request for the previous page. (required)

        Returns:
          A request object that you can call 'execute()' on to request the next
          page. Returns None if there are no more items in the collection.
        
update(merchantId, accountId, body=None, x__xgafv=None)
Updates the shipping settings of the account. Any fields that are not provided are deleted from the resource.

Args:
  merchantId: string, The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account. (required)
  accountId: string, The ID of the account for which to get/update shipping settings. (required)
  body: object, The request body.
    The object takes the form of:

{ # The merchant account's shipping settings. All methods except getsupportedcarriers and getsupportedholidays require the admin role.
  "accountId": "A String", # The ID of the account to which these account shipping settings belong. Ignored upon update, always present in get request responses.
  "postalCodeGroups": [ # A list of postal code groups that can be referred to in `services`. Optional.
    {
      "country": "A String", # The CLDR territory code of the country the postal code group applies to. Required.
      "name": "A String", # The name of the postal code group, referred to in headers. Required.
      "postalCodeRanges": [ # A range of postal codes. Required.
        {
          "postalCodeRangeBegin": "A String", # A postal code or a pattern of the form `prefix*` denoting the inclusive lower bound of the range defining the area. Examples values: `"94108"`, `"9410*"`, `"9*"`. Required.
          "postalCodeRangeEnd": "A String", # A postal code or a pattern of the form `prefix*` denoting the inclusive upper bound of the range defining the area. It must have the same length as `postalCodeRangeBegin`: if `postalCodeRangeBegin` is a postal code then `postalCodeRangeEnd` must be a postal code too; if `postalCodeRangeBegin` is a pattern then `postalCodeRangeEnd` must be a pattern with the same prefix length. Optional: if not set, then the area is defined as being all the postal codes matching `postalCodeRangeBegin`.
        },
      ],
    },
  ],
  "services": [ # The target account's list of services. Optional.
    {
      "active": True or False, # A boolean exposing the active status of the shipping service. Required.
      "currency": "A String", # The CLDR code of the currency to which this service applies. Must match that of the prices in rate groups.
      "deliveryCountry": "A String", # The CLDR territory code of the country to which the service applies. Required.
      "deliveryTime": { # Time spent in various aspects from order to the delivery of the product. Required.
        "cutoffTime": { # Business days cutoff time definition. If not configured, the cutoff time will be defaulted to 8AM PST. If local delivery, use Service.StoreConfig.CutoffConfig.
          "hour": 42, # Hour of the cutoff time until which an order has to be placed to be processed in the same day. Required.
          "minute": 42, # Minute of the cutoff time until which an order has to be placed to be processed in the same day. Required.
          "timezone": "A String", # Timezone identifier for the cutoff time (for example, "Europe/Zurich"). List of identifiers. Required.
        },
        "handlingBusinessDayConfig": { # The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed.
          "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
            "A String",
          ],
        },
        "holidayCutoffs": [ # Holiday cutoff definitions. If configured, they specify order cutoff times for holiday-specific shipping.
          {
            "deadlineDate": "A String", # Date of the order deadline, in ISO 8601 format. For example, "2016-11-29" for 29th November 2016. Required.
            "deadlineHour": 42, # Hour of the day on the deadline date until which the order has to be placed to qualify for the delivery guarantee. Possible values are: 0 (midnight), 1, ..., 12 (noon), 13, ..., 23. Required.
            "deadlineTimezone": "A String", # Timezone identifier for the deadline hour (for example, "Europe/Zurich"). List of identifiers. Required.
            "holidayId": "A String", # Unique identifier for the holiday. Required.
            "visibleFromDate": "A String", # Date on which the deadline will become visible to consumers in ISO 8601 format. For example, "2016-10-31" for 31st October 2016. Required.
          },
        ],
        "maxHandlingTimeInDays": 42, # Maximum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped. Must be greater than or equal to `minHandlingTimeInDays`.
        "maxTransitTimeInDays": 42, # Maximum number of business days that are spent in transit. 0 means same day delivery, 1 means next day delivery. Must be greater than or equal to `minTransitTimeInDays`.
        "minHandlingTimeInDays": 42, # Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped.
        "minTransitTimeInDays": 42, # Minimum number of business days that are spent in transit. 0 means same day delivery, 1 means next day delivery. Either `{min,max}TransitTimeInDays` or `transitTimeTable` must be set, but not both.
        "transitBusinessDayConfig": { # The business days during which orders can be in-transit. If not provided, Monday to Friday business days will be assumed.
          "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
            "A String",
          ],
        },
        "transitTimeTable": { # Transit time table, number of business days spent in transit based on row and column dimensions. Either `{min,max}TransitTimeInDays` or `transitTimeTable` can be set, but not both.
          "postalCodeGroupNames": [ # A list of postal group names. 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.
            "A String",
          ],
          "rows": [
            {
              "values": [
                {
                  "maxTransitTimeInDays": 42, # Must be greater than or equal to `minTransitTimeInDays`.
                  "minTransitTimeInDays": 42, # Transit time range (min-max) in business days. 0 means same day delivery, 1 means next day delivery.
                },
              ],
            },
          ],
          "transitTimeLabels": [ # A list of transit time labels. The last value can be `"all other labels"`. Example: `["food", "electronics", "all other labels"]`.
            "A String",
          ],
        },
        "warehouseBasedDeliveryTimes": [ # Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier. When set, no other transit time related field in DeliveryTime should be set.
          {
            "carrier": "A String", # Required. Carrier, such as `"UPS"` or `"Fedex"`. The list of supported carriers can be retrieved through the `listSupportedCarriers` method.
            "carrierService": "A String", # Required. Carrier service, such as `"ground"` or `"2 days"`. The list of supported services for a carrier can be retrieved through the `listSupportedCarriers` method. The name of the service must be in the eddSupportedServices list.
            "originAdministrativeArea": "A String", # Shipping origin's state.
            "originCity": "A String", # Shipping origin's city.
            "originCountry": "A String", # Shipping origin's country represented as a [CLDR territory code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml).
            "originPostalCode": "A String", # Shipping origin.
            "originStreetAddress": "A String", # Shipping origin's street address.
            "warehouseName": "A String", # The name of the warehouse. Warehouse name need to be matched with name. If warehouseName is set, the below fields will be ignored. The warehouse info will be read from warehouse.
          },
        ],
      },
      "eligibility": "A String", # Eligibility for this service. Acceptable values are: - "`All scenarios`" - "`All scenarios except Shopping Actions`" - "`Shopping Actions`"
      "minimumOrderValue": { # Minimum order value for this service. If set, indicates that customers will have to spend at least this amount. All prices within a service must have the same currency. Cannot be set together with minimum_order_value_table.
        "currency": "A String", # The currency of the price.
        "value": "A String", # The price represented as a number.
      },
      "minimumOrderValueTable": { # Table of per store minimum order values for the pickup fulfillment type. Cannot be set together with minimum_order_value.
        "storeCodeSetWithMovs": [
          { # A list of store code sets sharing the same minimum order value. At least two sets are required and the last one must be empty, which signifies 'MOV for all other stores'. Each store code can only appear once across all the sets. All prices within a service must have the same currency.
            "storeCodes": [ # A list of unique store codes or empty for the catch all.
              "A String",
            ],
            "value": { # The minimum order value for the given stores.
              "currency": "A String", # The currency of the price.
              "value": "A String", # The price represented as a number.
            },
          },
        ],
      },
      "name": "A String", # Free-form name of the service. Must be unique within target account. Required.
      "pickupService": { # The carrier-service pair delivering items to collection points. The list of supported pickup services can be retrieved through the `getSupportedPickupServices` method. Required if and only if the service delivery type is `pickup`.
        "carrierName": "A String", # The name of the pickup carrier (for example, `"UPS"`). Required.
        "serviceName": "A String", # The name of the pickup service (for example, `"Access point"`). Required.
      },
      "rateGroups": [ # Shipping rate group definitions. Only the last one is allowed to have an empty `applicableShippingLabels`, which means "everything else". The other `applicableShippingLabels` must not overlap.
        {
          "applicableShippingLabels": [ # A list of shipping labels defining the products to which this rate group applies to. This is a disjunction: only one of the labels has to match for the rate group to apply. May only be empty for the last rate group of a service. Required.
            "A String",
          ],
          "carrierRates": [ # A list of carrier rates that can be referred to by `mainTable` or `singleValue`.
            {
              "carrierName": "A String", # Carrier service, such as `"UPS"` or `"Fedex"`. The list of supported carriers can be retrieved through the `getSupportedCarriers` method. Required.
              "carrierService": "A String", # Carrier service, such as `"ground"` or `"2 days"`. The list of supported services for a carrier can be retrieved through the `getSupportedCarriers` method. Required.
              "flatAdjustment": { # Additive shipping rate modifier. Can be negative. For example `{ "value": "1", "currency" : "USD" }` adds $1 to the rate, `{ "value": "-3", "currency" : "USD" }` removes $3 from the rate. Optional.
                "currency": "A String", # The currency of the price.
                "value": "A String", # The price represented as a number.
              },
              "name": "A String", # Name of the carrier rate. Must be unique per rate group. Required.
              "originPostalCode": "A String", # Shipping origin for this carrier rate. Required.
              "percentageAdjustment": "A String", # Multiplicative shipping rate modifier as a number in decimal notation. Can be negative. For example `"5.4"` increases the rate by 5.4%, `"-3"` decreases the rate by 3%. Optional.
            },
          ],
          "mainTable": { # A table defining the rate group, when `singleValue` is not expressive enough. Can only be set if `singleValue` is not set.
            "columnHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's columns. Optional: if not set then the table has only one dimension.
              "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                    "A String",
                  ],
                },
              ],
              "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                "A String",
              ],
              "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                "A String",
              ],
              "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "currency": "A String", # The currency of the price.
                  "value": "A String", # The price represented as a number.
                },
              ],
              "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                  "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                },
              ],
            },
            "name": "A String", # Name of the table. Required for subtables, ignored for the main table.
            "rowHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's rows. Required.
              "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                    "A String",
                  ],
                },
              ],
              "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                "A String",
              ],
              "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                "A String",
              ],
              "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "currency": "A String", # The currency of the price.
                  "value": "A String", # The price represented as a number.
                },
              ],
              "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                  "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                },
              ],
            },
            "rows": [ # The list of rows that constitute the table. Must have the same length as `rowHeaders`. Required.
              {
                "cells": [ # The list of cells that constitute the row. Must have the same length as `columnHeaders` for two-dimensional tables, a length of 1 for one-dimensional tables. Required.
                  { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set.
                    "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
                    "flatRate": { # A flat rate. Can only be set if all other fields are not set.
                      "currency": "A String", # The currency of the price.
                      "value": "A String", # The price represented as a number.
                    },
                    "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
                    "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
                    "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
                  },
                ],
              },
            ],
          },
          "name": "A String", # Name of the rate group. Optional. If set has to be unique within shipping service.
          "singleValue": { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set. # The value of the rate group (for example, flat rate $10). Can only be set if `mainTable` and `subtables` are not set.
            "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
            "flatRate": { # A flat rate. Can only be set if all other fields are not set.
              "currency": "A String", # The currency of the price.
              "value": "A String", # The price represented as a number.
            },
            "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
            "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
            "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
          },
          "subtables": [ # A list of subtables referred to by `mainTable`. Can only be set if `mainTable` is set.
            {
              "columnHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's columns. Optional: if not set then the table has only one dimension.
                "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                      "A String",
                    ],
                  },
                ],
                "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                  "A String",
                ],
                "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                  "A String",
                ],
                "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "currency": "A String", # The currency of the price.
                    "value": "A String", # The price represented as a number.
                  },
                ],
                "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                    "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                  },
                ],
              },
              "name": "A String", # Name of the table. Required for subtables, ignored for the main table.
              "rowHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's rows. Required.
                "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                      "A String",
                    ],
                  },
                ],
                "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                  "A String",
                ],
                "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                  "A String",
                ],
                "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "currency": "A String", # The currency of the price.
                    "value": "A String", # The price represented as a number.
                  },
                ],
                "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                    "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                  },
                ],
              },
              "rows": [ # The list of rows that constitute the table. Must have the same length as `rowHeaders`. Required.
                {
                  "cells": [ # The list of cells that constitute the row. Must have the same length as `columnHeaders` for two-dimensional tables, a length of 1 for one-dimensional tables. Required.
                    { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set.
                      "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
                      "flatRate": { # A flat rate. Can only be set if all other fields are not set.
                        "currency": "A String", # The currency of the price.
                        "value": "A String", # The price represented as a number.
                      },
                      "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
                      "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
                      "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
                    },
                  ],
                },
              ],
            },
          ],
        },
      ],
      "shipmentType": "A String", # Type of locations this service ships orders to. Acceptable values are: - "`delivery`" - "`pickup` (deprecated)" - "`local_delivery`" - "`collection_point`"
      "storeConfig": { # Stores that provide local delivery. Only valid with local delivery fulfillment. # A list of stores your products are delivered from. This is only available for the local delivery shipment type.
        "cutoffConfig": { # Time local delivery ends for the day based on the local timezone of the store. `local_cutoff_time` and `store_close_offset_hours` are mutually exclusive. # Time local delivery ends for the day. This can be either `local_cutoff_time` or `store_close_offset_hours`, if both are provided an error is thrown.
          "localCutoffTime": { # Time in hours and minutes in the local timezone when local delivery ends. # Time in hours and minutes in the local timezone when local delivery ends.
            "hour": "A String", # Hour local delivery orders must be placed by to process the same day.
            "minute": "A String", # Minute local delivery orders must be placed by to process the same day.
          },
          "noDeliveryPostCutoff": True or False, # 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.
          "storeCloseOffsetHours": "A String", # Represents cutoff time as the number of hours before store closing. Mutually exclusive with other fields (hour and minute).
        },
        "serviceRadius": { # Distance represented by an integer and unit. # Maximum delivery radius. Only needed for local delivery fulfillment type.
          "unit": "A String", # The distance unit. Acceptable values are `None`, `Miles`, and `Kilometers`.
          "value": "A String", # The distance represented as a number.
        },
        "storeCodes": [ # A list of store codes that provide local delivery. If empty, then `store_service_type` must be `all_stores`, or an error is thrown. If not empty, then `store_service_type` must be `selected_stores`, or an error is thrown.
          "A String",
        ],
        "storeServiceType": "A String", # Indicates whether all stores listed by this merchant provide local delivery or not. Acceptable values are `all stores` and `selected stores`
      },
    },
  ],
  "warehouses": [ # Optional. A list of warehouses which can be referred to in `services`.
    { # A fulfillment warehouse, which stores and handles inventory.
      "businessDayConfig": { # Business days of the warehouse. If not set, will be Monday to Friday by default.
        "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
          "A String",
        ],
      },
      "cutoffTime": { # Required. The latest time of day that an order can be accepted and begin processing. Later orders will be processed in the next day. The time is based on the warehouse postal code.
        "hour": 42, # Required. Hour (24-hour clock) of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Hour is based on the timezone of warehouse.
        "minute": 42, # Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Minute is based on the timezone of warehouse.
      },
      "handlingDays": "A String", # Required. The number of days it takes for this warehouse to pack up and ship an item. This is on the warehouse level, but can be overridden on the offer level based on the attributes of an item.
      "name": "A String", # Required. The name of the warehouse. Must be unique within account.
      "shippingAddress": { # Required. Shipping address of the warehouse.
        "administrativeArea": "A String", # Required. Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
        "city": "A String", # Required. City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
        "country": "A String", # Required. [CLDR country code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml) (for example, "US").
        "postalCode": "A String", # Required. Postal code or ZIP (for example, "94043").
        "streetAddress": "A String", # Street-level part of the address. Use `\n` to add a second line.
      },
    },
  ],
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The merchant account's shipping settings. All methods except getsupportedcarriers and getsupportedholidays require the admin role.
  "accountId": "A String", # The ID of the account to which these account shipping settings belong. Ignored upon update, always present in get request responses.
  "postalCodeGroups": [ # A list of postal code groups that can be referred to in `services`. Optional.
    {
      "country": "A String", # The CLDR territory code of the country the postal code group applies to. Required.
      "name": "A String", # The name of the postal code group, referred to in headers. Required.
      "postalCodeRanges": [ # A range of postal codes. Required.
        {
          "postalCodeRangeBegin": "A String", # A postal code or a pattern of the form `prefix*` denoting the inclusive lower bound of the range defining the area. Examples values: `"94108"`, `"9410*"`, `"9*"`. Required.
          "postalCodeRangeEnd": "A String", # A postal code or a pattern of the form `prefix*` denoting the inclusive upper bound of the range defining the area. It must have the same length as `postalCodeRangeBegin`: if `postalCodeRangeBegin` is a postal code then `postalCodeRangeEnd` must be a postal code too; if `postalCodeRangeBegin` is a pattern then `postalCodeRangeEnd` must be a pattern with the same prefix length. Optional: if not set, then the area is defined as being all the postal codes matching `postalCodeRangeBegin`.
        },
      ],
    },
  ],
  "services": [ # The target account's list of services. Optional.
    {
      "active": True or False, # A boolean exposing the active status of the shipping service. Required.
      "currency": "A String", # The CLDR code of the currency to which this service applies. Must match that of the prices in rate groups.
      "deliveryCountry": "A String", # The CLDR territory code of the country to which the service applies. Required.
      "deliveryTime": { # Time spent in various aspects from order to the delivery of the product. Required.
        "cutoffTime": { # Business days cutoff time definition. If not configured, the cutoff time will be defaulted to 8AM PST. If local delivery, use Service.StoreConfig.CutoffConfig.
          "hour": 42, # Hour of the cutoff time until which an order has to be placed to be processed in the same day. Required.
          "minute": 42, # Minute of the cutoff time until which an order has to be placed to be processed in the same day. Required.
          "timezone": "A String", # Timezone identifier for the cutoff time (for example, "Europe/Zurich"). List of identifiers. Required.
        },
        "handlingBusinessDayConfig": { # The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed.
          "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
            "A String",
          ],
        },
        "holidayCutoffs": [ # Holiday cutoff definitions. If configured, they specify order cutoff times for holiday-specific shipping.
          {
            "deadlineDate": "A String", # Date of the order deadline, in ISO 8601 format. For example, "2016-11-29" for 29th November 2016. Required.
            "deadlineHour": 42, # Hour of the day on the deadline date until which the order has to be placed to qualify for the delivery guarantee. Possible values are: 0 (midnight), 1, ..., 12 (noon), 13, ..., 23. Required.
            "deadlineTimezone": "A String", # Timezone identifier for the deadline hour (for example, "Europe/Zurich"). List of identifiers. Required.
            "holidayId": "A String", # Unique identifier for the holiday. Required.
            "visibleFromDate": "A String", # Date on which the deadline will become visible to consumers in ISO 8601 format. For example, "2016-10-31" for 31st October 2016. Required.
          },
        ],
        "maxHandlingTimeInDays": 42, # Maximum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped. Must be greater than or equal to `minHandlingTimeInDays`.
        "maxTransitTimeInDays": 42, # Maximum number of business days that are spent in transit. 0 means same day delivery, 1 means next day delivery. Must be greater than or equal to `minTransitTimeInDays`.
        "minHandlingTimeInDays": 42, # Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped.
        "minTransitTimeInDays": 42, # Minimum number of business days that are spent in transit. 0 means same day delivery, 1 means next day delivery. Either `{min,max}TransitTimeInDays` or `transitTimeTable` must be set, but not both.
        "transitBusinessDayConfig": { # The business days during which orders can be in-transit. If not provided, Monday to Friday business days will be assumed.
          "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
            "A String",
          ],
        },
        "transitTimeTable": { # Transit time table, number of business days spent in transit based on row and column dimensions. Either `{min,max}TransitTimeInDays` or `transitTimeTable` can be set, but not both.
          "postalCodeGroupNames": [ # A list of postal group names. 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.
            "A String",
          ],
          "rows": [
            {
              "values": [
                {
                  "maxTransitTimeInDays": 42, # Must be greater than or equal to `minTransitTimeInDays`.
                  "minTransitTimeInDays": 42, # Transit time range (min-max) in business days. 0 means same day delivery, 1 means next day delivery.
                },
              ],
            },
          ],
          "transitTimeLabels": [ # A list of transit time labels. The last value can be `"all other labels"`. Example: `["food", "electronics", "all other labels"]`.
            "A String",
          ],
        },
        "warehouseBasedDeliveryTimes": [ # Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier. When set, no other transit time related field in DeliveryTime should be set.
          {
            "carrier": "A String", # Required. Carrier, such as `"UPS"` or `"Fedex"`. The list of supported carriers can be retrieved through the `listSupportedCarriers` method.
            "carrierService": "A String", # Required. Carrier service, such as `"ground"` or `"2 days"`. The list of supported services for a carrier can be retrieved through the `listSupportedCarriers` method. The name of the service must be in the eddSupportedServices list.
            "originAdministrativeArea": "A String", # Shipping origin's state.
            "originCity": "A String", # Shipping origin's city.
            "originCountry": "A String", # Shipping origin's country represented as a [CLDR territory code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml).
            "originPostalCode": "A String", # Shipping origin.
            "originStreetAddress": "A String", # Shipping origin's street address.
            "warehouseName": "A String", # The name of the warehouse. Warehouse name need to be matched with name. If warehouseName is set, the below fields will be ignored. The warehouse info will be read from warehouse.
          },
        ],
      },
      "eligibility": "A String", # Eligibility for this service. Acceptable values are: - "`All scenarios`" - "`All scenarios except Shopping Actions`" - "`Shopping Actions`"
      "minimumOrderValue": { # Minimum order value for this service. If set, indicates that customers will have to spend at least this amount. All prices within a service must have the same currency. Cannot be set together with minimum_order_value_table.
        "currency": "A String", # The currency of the price.
        "value": "A String", # The price represented as a number.
      },
      "minimumOrderValueTable": { # Table of per store minimum order values for the pickup fulfillment type. Cannot be set together with minimum_order_value.
        "storeCodeSetWithMovs": [
          { # A list of store code sets sharing the same minimum order value. At least two sets are required and the last one must be empty, which signifies 'MOV for all other stores'. Each store code can only appear once across all the sets. All prices within a service must have the same currency.
            "storeCodes": [ # A list of unique store codes or empty for the catch all.
              "A String",
            ],
            "value": { # The minimum order value for the given stores.
              "currency": "A String", # The currency of the price.
              "value": "A String", # The price represented as a number.
            },
          },
        ],
      },
      "name": "A String", # Free-form name of the service. Must be unique within target account. Required.
      "pickupService": { # The carrier-service pair delivering items to collection points. The list of supported pickup services can be retrieved through the `getSupportedPickupServices` method. Required if and only if the service delivery type is `pickup`.
        "carrierName": "A String", # The name of the pickup carrier (for example, `"UPS"`). Required.
        "serviceName": "A String", # The name of the pickup service (for example, `"Access point"`). Required.
      },
      "rateGroups": [ # Shipping rate group definitions. Only the last one is allowed to have an empty `applicableShippingLabels`, which means "everything else". The other `applicableShippingLabels` must not overlap.
        {
          "applicableShippingLabels": [ # A list of shipping labels defining the products to which this rate group applies to. This is a disjunction: only one of the labels has to match for the rate group to apply. May only be empty for the last rate group of a service. Required.
            "A String",
          ],
          "carrierRates": [ # A list of carrier rates that can be referred to by `mainTable` or `singleValue`.
            {
              "carrierName": "A String", # Carrier service, such as `"UPS"` or `"Fedex"`. The list of supported carriers can be retrieved through the `getSupportedCarriers` method. Required.
              "carrierService": "A String", # Carrier service, such as `"ground"` or `"2 days"`. The list of supported services for a carrier can be retrieved through the `getSupportedCarriers` method. Required.
              "flatAdjustment": { # Additive shipping rate modifier. Can be negative. For example `{ "value": "1", "currency" : "USD" }` adds $1 to the rate, `{ "value": "-3", "currency" : "USD" }` removes $3 from the rate. Optional.
                "currency": "A String", # The currency of the price.
                "value": "A String", # The price represented as a number.
              },
              "name": "A String", # Name of the carrier rate. Must be unique per rate group. Required.
              "originPostalCode": "A String", # Shipping origin for this carrier rate. Required.
              "percentageAdjustment": "A String", # Multiplicative shipping rate modifier as a number in decimal notation. Can be negative. For example `"5.4"` increases the rate by 5.4%, `"-3"` decreases the rate by 3%. Optional.
            },
          ],
          "mainTable": { # A table defining the rate group, when `singleValue` is not expressive enough. Can only be set if `singleValue` is not set.
            "columnHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's columns. Optional: if not set then the table has only one dimension.
              "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                    "A String",
                  ],
                },
              ],
              "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                "A String",
              ],
              "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                "A String",
              ],
              "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "currency": "A String", # The currency of the price.
                  "value": "A String", # The price represented as a number.
                },
              ],
              "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                  "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                },
              ],
            },
            "name": "A String", # Name of the table. Required for subtables, ignored for the main table.
            "rowHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's rows. Required.
              "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                    "A String",
                  ],
                },
              ],
              "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                "A String",
              ],
              "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                "A String",
              ],
              "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "currency": "A String", # The currency of the price.
                  "value": "A String", # The price represented as a number.
                },
              ],
              "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                {
                  "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                  "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                },
              ],
            },
            "rows": [ # The list of rows that constitute the table. Must have the same length as `rowHeaders`. Required.
              {
                "cells": [ # The list of cells that constitute the row. Must have the same length as `columnHeaders` for two-dimensional tables, a length of 1 for one-dimensional tables. Required.
                  { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set.
                    "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
                    "flatRate": { # A flat rate. Can only be set if all other fields are not set.
                      "currency": "A String", # The currency of the price.
                      "value": "A String", # The price represented as a number.
                    },
                    "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
                    "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
                    "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
                  },
                ],
              },
            ],
          },
          "name": "A String", # Name of the rate group. Optional. If set has to be unique within shipping service.
          "singleValue": { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set. # The value of the rate group (for example, flat rate $10). Can only be set if `mainTable` and `subtables` are not set.
            "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
            "flatRate": { # A flat rate. Can only be set if all other fields are not set.
              "currency": "A String", # The currency of the price.
              "value": "A String", # The price represented as a number.
            },
            "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
            "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
            "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
          },
          "subtables": [ # A list of subtables referred to by `mainTable`. Can only be set if `mainTable` is set.
            {
              "columnHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's columns. Optional: if not set then the table has only one dimension.
                "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                      "A String",
                    ],
                  },
                ],
                "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                  "A String",
                ],
                "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                  "A String",
                ],
                "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "currency": "A String", # The currency of the price.
                    "value": "A String", # The price represented as a number.
                  },
                ],
                "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                    "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                  },
                ],
              },
              "name": "A String", # Name of the table. Required for subtables, ignored for the main table.
              "rowHeaders": { # A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set. # Headers of the table's rows. Required.
                "locations": [ # A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "locationIds": [ # A non-empty list of location IDs. They must all be of the same location type (for example, state).
                      "A String",
                    ],
                  },
                ],
                "numberOfItems": [ # A list of inclusive number of items upper bounds. The last value can be `"infinity"`. For example `["10", "50", "infinity"]` represents the headers "<= 10 items", "<= 50 items", and "> 50 items". Must be non-empty. Can only be set if all other fields are not set.
                  "A String",
                ],
                "postalCodeGroupNames": [ # A list of postal group names. 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. Must be non-empty. Can only be set if all other fields are not set.
                  "A String",
                ],
                "prices": [ # A list of inclusive order price upper bounds. The last price's value can be `"infinity"`. For example `[{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}]` represents the headers "<= $10", "<= $500", and "> $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "currency": "A String", # The currency of the price.
                    "value": "A String", # The price represented as a number.
                  },
                ],
                "weights": [ # A list of inclusive order weight upper bounds. The last weight's value can be `"infinity"`. For example `[{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}]` represents the headers "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.
                  {
                    "unit": "A String", # Required. The weight unit. Acceptable values are: - "`kg`" - "`lb`"
                    "value": "A String", # Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
                  },
                ],
              },
              "rows": [ # The list of rows that constitute the table. Must have the same length as `rowHeaders`. Required.
                {
                  "cells": [ # The list of cells that constitute the row. Must have the same length as `columnHeaders` for two-dimensional tables, a length of 1 for one-dimensional tables. Required.
                    { # The single value of a rate group or the value of a rate group table's cell. Exactly one of `noShipping`, `flatRate`, `pricePercentage`, `carrierRateName`, `subtableName` must be set.
                      "carrierRateName": "A String", # The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.
                      "flatRate": { # A flat rate. Can only be set if all other fields are not set.
                        "currency": "A String", # The currency of the price.
                        "value": "A String", # The price represented as a number.
                      },
                      "noShipping": True or False, # If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.
                      "pricePercentage": "A String", # A percentage of the price represented as a number in decimal notation (for example, `"5.4"`). Can only be set if all other fields are not set.
                      "subtableName": "A String", # The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.
                    },
                  ],
                },
              ],
            },
          ],
        },
      ],
      "shipmentType": "A String", # Type of locations this service ships orders to. Acceptable values are: - "`delivery`" - "`pickup` (deprecated)" - "`local_delivery`" - "`collection_point`"
      "storeConfig": { # Stores that provide local delivery. Only valid with local delivery fulfillment. # A list of stores your products are delivered from. This is only available for the local delivery shipment type.
        "cutoffConfig": { # Time local delivery ends for the day based on the local timezone of the store. `local_cutoff_time` and `store_close_offset_hours` are mutually exclusive. # Time local delivery ends for the day. This can be either `local_cutoff_time` or `store_close_offset_hours`, if both are provided an error is thrown.
          "localCutoffTime": { # Time in hours and minutes in the local timezone when local delivery ends. # Time in hours and minutes in the local timezone when local delivery ends.
            "hour": "A String", # Hour local delivery orders must be placed by to process the same day.
            "minute": "A String", # Minute local delivery orders must be placed by to process the same day.
          },
          "noDeliveryPostCutoff": True or False, # 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.
          "storeCloseOffsetHours": "A String", # Represents cutoff time as the number of hours before store closing. Mutually exclusive with other fields (hour and minute).
        },
        "serviceRadius": { # Distance represented by an integer and unit. # Maximum delivery radius. Only needed for local delivery fulfillment type.
          "unit": "A String", # The distance unit. Acceptable values are `None`, `Miles`, and `Kilometers`.
          "value": "A String", # The distance represented as a number.
        },
        "storeCodes": [ # A list of store codes that provide local delivery. If empty, then `store_service_type` must be `all_stores`, or an error is thrown. If not empty, then `store_service_type` must be `selected_stores`, or an error is thrown.
          "A String",
        ],
        "storeServiceType": "A String", # Indicates whether all stores listed by this merchant provide local delivery or not. Acceptable values are `all stores` and `selected stores`
      },
    },
  ],
  "warehouses": [ # Optional. A list of warehouses which can be referred to in `services`.
    { # A fulfillment warehouse, which stores and handles inventory.
      "businessDayConfig": { # Business days of the warehouse. If not set, will be Monday to Friday by default.
        "businessDays": [ # Regular business days, such as '"monday"'. May not be empty.
          "A String",
        ],
      },
      "cutoffTime": { # Required. The latest time of day that an order can be accepted and begin processing. Later orders will be processed in the next day. The time is based on the warehouse postal code.
        "hour": 42, # Required. Hour (24-hour clock) of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Hour is based on the timezone of warehouse.
        "minute": 42, # Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Minute is based on the timezone of warehouse.
      },
      "handlingDays": "A String", # Required. The number of days it takes for this warehouse to pack up and ship an item. This is on the warehouse level, but can be overridden on the offer level based on the attributes of an item.
      "name": "A String", # Required. The name of the warehouse. Must be unique within account.
      "shippingAddress": { # Required. Shipping address of the warehouse.
        "administrativeArea": "A String", # Required. Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
        "city": "A String", # Required. City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).
        "country": "A String", # Required. [CLDR country code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml) (for example, "US").
        "postalCode": "A String", # Required. Postal code or ZIP (for example, "94043").
        "streetAddress": "A String", # Street-level part of the address. Use `\n` to add a second line.
      },
    },
  ],
}