{
  "revision": "20260910",
  "documentationLink": "https://developers.google.com/shopping-content/v2/",
  "version": "v2.1",
  "batchPath": "batch",
  "ownerDomain": "google.com",
  "ownerName": "Google",
  "canonicalName": "Shopping Content",
  "title": "Content API for Shopping",
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "fullyEncodeReservedExpansion": true,
  "discoveryVersion": "v1",
  "baseUrl": "https://shoppingcontent.googleapis.com/content/v2.1/",
  "parameters": {
    "$.xgafv": {
      "location": "query",
      "type": "string",
      "description": "V1 error format.",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "enum": [
        "1",
        "2"
      ]
    },
    "key": {
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
      "location": "query",
      "type": "string"
    },
    "upload_protocol": {
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "type": "string",
      "location": "query"
    },
    "callback": {
      "description": "JSONP",
      "type": "string",
      "location": "query"
    },
    "uploadType": {
      "type": "string",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "location": "query"
    },
    "prettyPrint": {
      "type": "boolean",
      "default": "true",
      "location": "query",
      "description": "Returns response with indentations and line breaks."
    },
    "oauth_token": {
      "location": "query",
      "description": "OAuth 2.0 token for the current user.",
      "type": "string"
    },
    "access_token": {
      "location": "query",
      "type": "string",
      "description": "OAuth access token."
    },
    "quotaUser": {
      "type": "string",
      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
      "location": "query"
    },
    "alt": {
      "default": "json",
      "type": "string",
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ],
      "description": "Data format for response.",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "location": "query"
    },
    "fields": {
      "location": "query",
      "type": "string",
      "description": "Selector specifying which fields to include in a partial response."
    }
  },
  "protocol": "rest",
  "resources": {
    "datafeedstatuses": {
      "methods": {
        "get": {
          "description": "Retrieves the status of a datafeed from your Merchant Center account.",
          "path": "{merchantId}/datafeedstatuses/{datafeedId}",
          "id": "content.datafeedstatuses.get",
          "response": {
            "$ref": "DatafeedStatus"
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "feedLabel": {
              "type": "string",
              "location": "query",
              "description": "The feed label to get the datafeed status for. If this parameter is provided then `language` must also be provided. Note that this parameter is required for feeds targeting multiple countries and languages, since a feed may have a different status for each target."
            },
            "datafeedId": {
              "type": "string",
              "description": "The ID of the datafeed.",
              "location": "path",
              "format": "uint64",
              "required": true
            },
            "language": {
              "description": "The language to get the datafeed status for. If this parameter is provided then `country` must also be provided. Note that this parameter is required for feeds targeting multiple countries and languages, since a feed may have a different status for each target.",
              "location": "query",
              "type": "string"
            },
            "merchantId": {
              "type": "string",
              "format": "uint64",
              "required": true,
              "description": "The ID of the account that manages the datafeed. This account cannot be a multi-client account.",
              "location": "path"
            },
            "country": {
              "location": "query",
              "description": "Deprecated. Use `feedLabel` instead. The country to get the datafeed status for. If this parameter is provided then `language` must also be provided. Note that this parameter is required for feeds targeting multiple countries and languages, since a feed may have a different status for each target.",
              "type": "string"
            }
          },
          "parameterOrder": [
            "merchantId",
            "datafeedId"
          ],
          "httpMethod": "GET",
          "flatPath": "{merchantId}/datafeedstatuses/{datafeedId}"
        },
        "list": {
          "description": "Lists the statuses of the datafeeds in your Merchant Center account.",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameterOrder": [
            "merchantId"
          ],
          "path": "{merchantId}/datafeedstatuses",
          "response": {
            "$ref": "DatafeedstatusesListResponse"
          },
          "flatPath": "{merchantId}/datafeedstatuses",
          "parameters": {
            "pageToken": {
              "type": "string",
              "location": "query",
              "description": "The token returned by the previous request."
            },
            "merchantId": {
              "required": true,
              "type": "string",
              "format": "uint64",
              "location": "path",
              "description": "The ID of the account that manages the datafeeds. This account cannot be a multi-client account."
            },
            "maxResults": {
              "type": "integer",
              "description": "The maximum number of products to return in the response, used for paging.",
              "format": "uint32",
              "location": "query"
            }
          },
          "id": "content.datafeedstatuses.list",
          "httpMethod": "GET"
        },
        "custombatch": {
          "description": "Gets multiple Merchant Center datafeed statuses in a single request.",
          "parameterOrder": [],
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "path": "datafeedstatuses/batch",
          "id": "content.datafeedstatuses.custombatch",
          "response": {
            "$ref": "DatafeedstatusesCustomBatchResponse"
          },
          "httpMethod": "POST",
          "request": {
            "$ref": "DatafeedstatusesCustomBatchRequest"
          },
          "parameters": {},
          "flatPath": "datafeedstatuses/batch"
        }
      }
    },
    "productstatuses": {
      "methods": {
        "get": {
          "parameterOrder": [
            "merchantId",
            "productId"
          ],
          "path": "{merchantId}/productstatuses/{productId}",
          "description": "Gets the status of a product from your Merchant Center account.",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "httpMethod": "GET",
          "id": "content.productstatuses.get",
          "parameters": {
            "destinations": {
              "type": "string",
              "description": "If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.",
              "location": "query",
              "repeated": true
            },
            "merchantId": {
              "location": "path",
              "type": "string",
              "required": true,
              "format": "uint64",
              "description": "The ID of the account that contains the product. This account cannot be a multi-client account."
            },
            "productId": {
              "location": "path",
              "required": true,
              "description": "The REST ID of the product.",
              "type": "string"
            }
          },
          "flatPath": "{merchantId}/productstatuses/{productId}",
          "response": {
            "$ref": "ProductStatus"
          }
        },
        "list": {
          "id": "content.productstatuses.list",
          "parameterOrder": [
            "merchantId"
          ],
          "httpMethod": "GET",
          "flatPath": "{merchantId}/productstatuses",
          "path": "{merchantId}/productstatuses",
          "parameters": {
            "merchantId": {
              "required": true,
              "type": "string",
              "description": "The ID of the account that contains the products. This account cannot be a multi-client account.",
              "format": "uint64",
              "location": "path"
            },
            "maxResults": {
              "type": "integer",
              "format": "uint32",
              "description": "The maximum number of product statuses to return in the response, used for paging. The default value is 25. The maximum value is 250.",
              "location": "query"
            },
            "destinations": {
              "description": "If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.",
              "type": "string",
              "location": "query",
              "repeated": true
            },
            "pageToken": {
              "type": "string",
              "location": "query",
              "description": "The token returned by the previous request."
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "description": "Lists the statuses of the products in your Merchant Center account.",
          "response": {
            "$ref": "ProductstatusesListResponse"
          }
        },
        "custombatch": {
          "description": "Gets the statuses of multiple products in a single request.",
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {},
          "path": "productstatuses/batch",
          "id": "content.productstatuses.custombatch",
          "request": {
            "$ref": "ProductstatusesCustomBatchRequest"
          },
          "flatPath": "productstatuses/batch",
          "parameterOrder": [],
          "response": {
            "$ref": "ProductstatusesCustomBatchResponse"
          }
        }
      }
    },
    "regions": {
      "methods": {
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "path": "{merchantId}/regions",
          "response": {
            "$ref": "ListRegionsResponse"
          },
          "description": "Lists the regions in your Merchant Center account.",
          "flatPath": "{merchantId}/regions",
          "parameters": {
            "pageToken": {
              "description": "A page token, received from a previous `ListRegions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRegions` must match the call that provided the page token.",
              "type": "string",
              "location": "query"
            },
            "pageSize": {
              "format": "int32",
              "type": "integer",
              "location": "query",
              "description": "The maximum number of regions to return. The service may return fewer than this value. If unspecified, at most 50 rules will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000."
            },
            "merchantId": {
              "type": "string",
              "location": "path",
              "description": "Required. The id of the merchant for which to list region definitions.",
              "format": "int64",
              "required": true
            }
          },
          "parameterOrder": [
            "merchantId"
          ],
          "id": "content.regions.list",
          "httpMethod": "GET"
        },
        "delete": {
          "parameters": {
            "regionId": {
              "location": "path",
              "required": true,
              "type": "string",
              "description": "Required. The id of the region to delete."
            },
            "merchantId": {
              "location": "path",
              "format": "int64",
              "type": "string",
              "required": true,
              "description": "Required. The id of the merchant for which to delete region definition."
            }
          },
          "path": "{merchantId}/regions/{regionId}",
          "id": "content.regions.delete",
          "httpMethod": "DELETE",
          "flatPath": "{merchantId}/regions/{regionId}",
          "parameterOrder": [
            "merchantId",
            "regionId"
          ],
          "description": "Deletes a region definition from your Merchant Center account.",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ]
        },
        "create": {
          "request": {
            "$ref": "Region"
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "path": "{merchantId}/regions",
          "parameterOrder": [
            "merchantId"
          ],
          "description": "Creates a region definition in your Merchant Center account.",
          "id": "content.regions.create",
          "flatPath": "{merchantId}/regions",
          "response": {
            "$ref": "Region"
          },
          "httpMethod": "POST",
          "parameters": {
            "regionId": {
              "type": "string",
              "location": "query",
              "description": "Required. The id of the region to create."
            },
            "merchantId": {
              "format": "int64",
              "required": true,
              "type": "string",
              "location": "path",
              "description": "Required. The id of the merchant for which to create region definition."
            }
          }
        },
        "patch": {
          "flatPath": "{merchantId}/regions/{regionId}",
          "parameterOrder": [
            "merchantId",
            "regionId"
          ],
          "response": {
            "$ref": "Region"
          },
          "id": "content.regions.patch",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "path": "{merchantId}/regions/{regionId}",
          "httpMethod": "PATCH",
          "parameters": {
            "merchantId": {
              "required": true,
              "description": "Required. The id of the merchant for which to update region definition.",
              "format": "int64",
              "location": "path",
              "type": "string"
            },
            "regionId": {
              "description": "Required. The id of the region to update.",
              "required": true,
              "location": "path",
              "type": "string"
            },
            "updateMask": {
              "type": "string",
              "format": "google-fieldmask",
              "location": "query",
              "description": "Optional. The comma-separated field mask indicating the fields to update. Example: `\"displayName,postalCodeArea.regionCode\"`."
            }
          },
          "description": "Updates a region definition in your Merchant Center account.",
          "request": {
            "$ref": "Region"
          }
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameterOrder": [
            "merchantId",
            "regionId"
          ],
          "description": "Retrieves a region defined in your Merchant Center account.",
          "path": "{merchantId}/regions/{regionId}",
          "response": {
            "$ref": "Region"
          },
          "id": "content.regions.get",
          "parameters": {
            "regionId": {
              "description": "Required. The id of the region to retrieve.",
              "type": "string",
              "location": "path",
              "required": true
            },
            "merchantId": {
              "description": "Required. The id of the merchant for which to retrieve region definition.",
              "required": true,
              "type": "string",
              "format": "int64",
              "location": "path"
            }
          },
          "httpMethod": "GET",
          "flatPath": "{merchantId}/regions/{regionId}"
        }
      }
    },
    "shippingsettings": {
      "methods": {
        "getsupportedholidays": {
          "flatPath": "{merchantId}/supportedHolidays",
          "id": "content.shippingsettings.getsupportedholidays",
          "response": {
            "$ref": "ShippingsettingsGetSupportedHolidaysResponse"
          },
          "path": "{merchantId}/supportedHolidays",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameterOrder": [
            "merchantId"
          ],
          "parameters": {
            "merchantId": {
              "required": true,
              "format": "uint64",
              "location": "path",
              "type": "string",
              "description": "The ID of the account for which to retrieve the supported holidays."
            }
          },
          "httpMethod": "GET",
          "description": "Retrieves supported holidays for an account."
        },
        "list": {
          "id": "content.shippingsettings.list",
          "description": "Lists the shipping settings of the sub-accounts in your Merchant Center account.",
          "parameterOrder": [
            "merchantId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "path": "{merchantId}/shippingsettings",
          "parameters": {
            "pageToken": {
              "location": "query",
              "description": "The token returned by the previous request.",
              "type": "string"
            },
            "merchantId": {
              "required": true,
              "description": "The ID of the managing account. This must be a multi-client account.",
              "location": "path",
              "format": "uint64",
              "type": "string"
            },
            "maxResults": {
              "location": "query",
              "type": "integer",
              "format": "uint32",
              "description": "The maximum number of shipping settings to return in the response, used for paging."
            }
          },
          "httpMethod": "GET",
          "flatPath": "{merchantId}/shippingsettings",
          "response": {
            "$ref": "ShippingsettingsListResponse"
          }
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "flatPath": "{merchantId}/shippingsettings/{accountId}",
          "path": "{merchantId}/shippingsettings/{accountId}",
          "response": {
            "$ref": "ShippingSettings"
          },
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "description": "Retrieves the shipping settings of the account.",
          "httpMethod": "GET",
          "id": "content.shippingsettings.get",
          "parameters": {
            "accountId": {
              "required": true,
              "type": "string",
              "location": "path",
              "description": "The ID of the account for which to get/update shipping settings.",
              "format": "uint64"
            },
            "merchantId": {
              "location": "path",
              "format": "uint64",
              "description": "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.",
              "type": "string",
              "required": true
            }
          }
        },
        "getsupportedpickupservices": {
          "id": "content.shippingsettings.getsupportedpickupservices",
          "description": "Retrieves supported pickup services for an account.",
          "response": {
            "$ref": "ShippingsettingsGetSupportedPickupServicesResponse"
          },
          "flatPath": "{merchantId}/supportedPickupServices",
          "httpMethod": "GET",
          "parameterOrder": [
            "merchantId"
          ],
          "parameters": {
            "merchantId": {
              "location": "path",
              "format": "uint64",
              "type": "string",
              "required": true,
              "description": "The ID of the account for which to retrieve the supported pickup services."
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "path": "{merchantId}/supportedPickupServices"
        },
        "custombatch": {
          "response": {
            "$ref": "ShippingsettingsCustomBatchResponse"
          },
          "httpMethod": "POST",
          "parameters": {},
          "flatPath": "shippingsettings/batch",
          "description": "Retrieves and updates the shipping settings of multiple accounts in a single request.",
          "id": "content.shippingsettings.custombatch",
          "parameterOrder": [],
          "path": "shippingsettings/batch",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "request": {
            "$ref": "ShippingsettingsCustomBatchRequest"
          }
        },
        "getsupportedcarriers": {
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "merchantId": {
              "location": "path",
              "description": "The ID of the account for which to retrieve the supported carriers.",
              "format": "uint64",
              "required": true,
              "type": "string"
            }
          },
          "parameterOrder": [
            "merchantId"
          ],
          "id": "content.shippingsettings.getsupportedcarriers",
          "path": "{merchantId}/supportedCarriers",
          "response": {
            "$ref": "ShippingsettingsGetSupportedCarriersResponse"
          },
          "description": "Retrieves supported carriers and carrier services for an account.",
          "flatPath": "{merchantId}/supportedCarriers"
        },
        "update": {
          "httpMethod": "PUT",
          "id": "content.shippingsettings.update",
          "flatPath": "{merchantId}/shippingsettings/{accountId}",
          "parameters": {
            "merchantId": {
              "format": "uint64",
              "location": "path",
              "description": "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.",
              "type": "string",
              "required": true
            },
            "accountId": {
              "type": "string",
              "required": true,
              "format": "uint64",
              "description": "The ID of the account for which to get/update shipping settings.",
              "location": "path"
            }
          },
          "request": {
            "$ref": "ShippingSettings"
          },
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "response": {
            "$ref": "ShippingSettings"
          },
          "path": "{merchantId}/shippingsettings/{accountId}",
          "description": "Updates the shipping settings of the account. Any fields that are not provided are deleted from the resource."
        }
      }
    },
    "freelistingsprogram": {
      "resources": {
        "checkoutsettings": {
          "methods": {
            "insert": {
              "parameters": {
                "merchantId": {
                  "type": "string",
                  "location": "path",
                  "description": "Required. The ID of the account.",
                  "required": true,
                  "format": "int64"
                }
              },
              "httpMethod": "POST",
              "flatPath": "{merchantId}/freelistingsprogram/checkoutsettings",
              "description": "Enrolls merchant in `Checkout` program.",
              "response": {
                "$ref": "CheckoutSettings"
              },
              "id": "content.freelistingsprogram.checkoutsettings.insert",
              "parameterOrder": [
                "merchantId"
              ],
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ],
              "request": {
                "$ref": "InsertCheckoutSettingsRequest"
              },
              "path": "{merchantId}/freelistingsprogram/checkoutsettings"
            },
            "get": {
              "flatPath": "{merchantId}/freelistingsprogram/checkoutsettings",
              "httpMethod": "GET",
              "path": "{merchantId}/freelistingsprogram/checkoutsettings",
              "parameters": {
                "merchantId": {
                  "format": "int64",
                  "location": "path",
                  "type": "string",
                  "description": "Required. The ID of the account.",
                  "required": true
                }
              },
              "id": "content.freelistingsprogram.checkoutsettings.get",
              "parameterOrder": [
                "merchantId"
              ],
              "response": {
                "$ref": "CheckoutSettings"
              },
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ],
              "description": "Gets Checkout settings for the given merchant. This includes information about review state, enrollment state and URL settings."
            },
            "delete": {
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ],
              "description": "Deletes `Checkout` settings and unenrolls merchant from `Checkout` program.",
              "parameterOrder": [
                "merchantId"
              ],
              "httpMethod": "DELETE",
              "path": "{merchantId}/freelistingsprogram/checkoutsettings",
              "parameters": {
                "merchantId": {
                  "type": "string",
                  "required": true,
                  "format": "int64",
                  "description": "Required. The ID of the account.",
                  "location": "path"
                }
              },
              "id": "content.freelistingsprogram.checkoutsettings.delete",
              "flatPath": "{merchantId}/freelistingsprogram/checkoutsettings"
            }
          }
        }
      },
      "methods": {
        "requestreview": {
          "id": "content.freelistingsprogram.requestreview",
          "flatPath": "{merchantId}/freelistingsprogram/requestreview",
          "description": "Requests a review of free listings in a specific region. This method deprecated. Use the `MerchantSupportService` to view product and account issues and request a review.",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "merchantId": {
              "type": "string",
              "format": "int64",
              "location": "path",
              "description": "Required. The ID of the account.",
              "required": true
            }
          },
          "request": {
            "$ref": "RequestReviewFreeListingsRequest"
          },
          "httpMethod": "POST",
          "parameterOrder": [
            "merchantId"
          ],
          "path": "{merchantId}/freelistingsprogram/requestreview"
        },
        "get": {
          "parameterOrder": [
            "merchantId"
          ],
          "description": "Retrieves the status and review eligibility for the free listing program. Returns errors and warnings if they require action to resolve, will become disapprovals, or impact impressions. Use `accountstatuses` to view all issues for an account.",
          "httpMethod": "GET",
          "id": "content.freelistingsprogram.get",
          "parameters": {
            "merchantId": {
              "location": "path",
              "type": "string",
              "format": "int64",
              "description": "Required. The ID of the account.",
              "required": true
            }
          },
          "response": {
            "$ref": "FreeListingsProgramStatus"
          },
          "flatPath": "{merchantId}/freelistingsprogram",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "path": "{merchantId}/freelistingsprogram"
        }
      }
    },
    "collections": {
      "methods": {
        "get": {
          "description": "Retrieves a collection from your Merchant Center account.",
          "parameters": {
            "collectionId": {
              "description": "Required. The REST ID of the collection.",
              "required": true,
              "location": "path",
              "type": "string"
            },
            "merchantId": {
              "description": "Required. The ID of the account that contains the collection. This account cannot be a multi-client account.",
              "format": "int64",
              "location": "path",
              "type": "string",
              "required": true
            }
          },
          "parameterOrder": [
            "merchantId",
            "collectionId"
          ],
          "response": {
            "$ref": "Collection"
          },
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "path": "{merchantId}/collections/{collectionId}",
          "flatPath": "{merchantId}/collections/{collectionId}",
          "id": "content.collections.get"
        },
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "id": "content.collections.list",
          "response": {
            "$ref": "ListCollectionsResponse"
          },
          "description": "Lists the collections in your Merchant Center account. The response might contain fewer items than specified by page_size. Rely on next_page_token to determine if there are more items to be requested.",
          "flatPath": "{merchantId}/collections",
          "parameterOrder": [
            "merchantId"
          ],
          "path": "{merchantId}/collections",
          "parameters": {
            "pageSize": {
              "format": "int32",
              "type": "integer",
              "description": "The maximum number of collections to return in the response, used for paging. Defaults to 50; values above 1000 will be coerced to 1000.",
              "location": "query"
            },
            "merchantId": {
              "description": "Required. The ID of the account that contains the collection. This account cannot be a multi-client account.",
              "type": "string",
              "location": "path",
              "format": "int64",
              "required": true
            },
            "pageToken": {
              "type": "string",
              "description": "Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.",
              "location": "query"
            }
          },
          "httpMethod": "GET"
        },
        "delete": {
          "httpMethod": "DELETE",
          "parameters": {
            "merchantId": {
              "type": "string",
              "required": true,
              "description": "Required. The ID of the account that contains the collection. This account cannot be a multi-client account.",
              "format": "int64",
              "location": "path"
            },
            "collectionId": {
              "type": "string",
              "description": "Required. The collectionId of the collection. CollectionId is the same as the REST ID of the collection.",
              "required": true,
              "location": "path"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "flatPath": "{merchantId}/collections/{collectionId}",
          "id": "content.collections.delete",
          "parameterOrder": [
            "merchantId",
            "collectionId"
          ],
          "description": "Deletes a collection from your Merchant Center account.",
          "path": "{merchantId}/collections/{collectionId}"
        },
        "create": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "request": {
            "$ref": "Collection"
          },
          "parameterOrder": [
            "merchantId"
          ],
          "path": "{merchantId}/collections",
          "id": "content.collections.create",
          "parameters": {
            "merchantId": {
              "description": "Required. The ID of the account that contains the collection. This account cannot be a multi-client account.",
              "location": "path",
              "type": "string",
              "format": "int64",
              "required": true
            }
          },
          "flatPath": "{merchantId}/collections",
          "description": "Uploads a collection to your Merchant Center account. If a collection with the same collectionId already exists, this method updates that entry. In each update, the collection is completely replaced by the fields in the body of the update request.",
          "httpMethod": "POST",
          "response": {
            "$ref": "Collection"
          }
        }
      }
    },
    "liasettings": {
      "methods": {
        "list": {
          "path": "{merchantId}/liasettings",
          "parameters": {
            "merchantId": {
              "description": "The ID of the managing account. This must be a multi-client account.",
              "required": true,
              "type": "string",
              "format": "uint64",
              "location": "path"
            },
            "maxResults": {
              "description": "The maximum number of LIA settings to return in the response, used for paging.",
              "location": "query",
              "format": "uint32",
              "type": "integer"
            },
            "pageToken": {
              "type": "string",
              "description": "The token returned by the previous request.",
              "location": "query"
            }
          },
          "httpMethod": "GET",
          "id": "content.liasettings.list",
          "description": "Lists the LIA settings of the sub-accounts in your Merchant Center account.",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "flatPath": "{merchantId}/liasettings",
          "parameterOrder": [
            "merchantId"
          ],
          "response": {
            "$ref": "LiasettingsListResponse"
          }
        },
        "requestgmbaccess": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "path": "{merchantId}/liasettings/{accountId}/requestgmbaccess",
          "id": "content.liasettings.requestgmbaccess",
          "parameterOrder": [
            "merchantId",
            "accountId",
            "gmbEmail"
          ],
          "httpMethod": "POST",
          "response": {
            "$ref": "LiasettingsRequestGmbAccessResponse"
          },
          "parameters": {
            "merchantId": {
              "location": "path",
              "format": "uint64",
              "description": "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.",
              "type": "string",
              "required": true
            },
            "accountId": {
              "type": "string",
              "location": "path",
              "description": "The ID of the account for which Business Profile access is requested.",
              "required": true,
              "format": "uint64"
            },
            "gmbEmail": {
              "required": true,
              "description": "The email of the Business Profile.",
              "location": "query",
              "type": "string"
            }
          },
          "description": "Requests access to a specified Business Profile.",
          "flatPath": "{merchantId}/liasettings/{accountId}/requestgmbaccess"
        },
        "update": {
          "id": "content.liasettings.update",
          "parameters": {
            "merchantId": {
              "required": true,
              "format": "uint64",
              "type": "string",
              "description": "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.",
              "location": "path"
            },
            "accountId": {
              "format": "uint64",
              "description": "The ID of the account for which to get or update LIA settings.",
              "required": true,
              "location": "path",
              "type": "string"
            }
          },
          "request": {
            "$ref": "LiaSettings"
          },
          "httpMethod": "PUT",
          "path": "{merchantId}/liasettings/{accountId}",
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "response": {
            "$ref": "LiaSettings"
          },
          "description": "Updates the LIA settings of the account. Any fields that are not provided are deleted from the resource.",
          "flatPath": "{merchantId}/liasettings/{accountId}",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ]
        },
        "custombatch": {
          "description": "Retrieves and/or updates the LIA settings of multiple accounts in a single request.",
          "parameterOrder": [],
          "path": "liasettings/batch",
          "id": "content.liasettings.custombatch",
          "httpMethod": "POST",
          "flatPath": "liasettings/batch",
          "parameters": {},
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "request": {
            "$ref": "LiasettingsCustomBatchRequest"
          },
          "response": {
            "$ref": "LiasettingsCustomBatchResponse"
          }
        },
        "setinventoryverificationcontact": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "path": "{merchantId}/liasettings/{accountId}/setinventoryverificationcontact",
          "description": "Sets the inventory verification contact for the specified country.",
          "httpMethod": "POST",
          "parameters": {
            "country": {
              "description": "The country for which inventory verification is requested.",
              "type": "string",
              "location": "query",
              "required": true
            },
            "contactName": {
              "location": "query",
              "required": true,
              "type": "string",
              "description": "The name of the inventory verification contact."
            },
            "merchantId": {
              "format": "uint64",
              "location": "path",
              "description": "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.",
              "type": "string",
              "required": true
            },
            "accountId": {
              "location": "path",
              "description": "The ID of the account that manages the order. This cannot be a multi-client account.",
              "type": "string",
              "required": true,
              "format": "uint64"
            },
            "contactEmail": {
              "location": "query",
              "type": "string",
              "description": "The email of the inventory verification contact.",
              "required": true
            },
            "language": {
              "type": "string",
              "location": "query",
              "description": "The language for which inventory verification is requested.",
              "required": true
            }
          },
          "id": "content.liasettings.setinventoryverificationcontact",
          "parameterOrder": [
            "merchantId",
            "accountId",
            "country",
            "language",
            "contactName",
            "contactEmail"
          ],
          "response": {
            "$ref": "LiasettingsSetInventoryVerificationContactResponse"
          },
          "flatPath": "{merchantId}/liasettings/{accountId}/setinventoryverificationcontact"
        },
        "get": {
          "flatPath": "{merchantId}/liasettings/{accountId}",
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "response": {
            "$ref": "LiaSettings"
          },
          "id": "content.liasettings.get",
          "description": "Retrieves the LIA settings of the account.",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "accountId": {
              "type": "string",
              "format": "uint64",
              "location": "path",
              "description": "The ID of the account for which to get or update LIA settings.",
              "required": true
            },
            "merchantId": {
              "format": "uint64",
              "type": "string",
              "description": "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": true,
              "location": "path"
            }
          },
          "path": "{merchantId}/liasettings/{accountId}",
          "httpMethod": "GET"
        },
        "getaccessiblegmbaccounts": {
          "response": {
            "$ref": "LiasettingsGetAccessibleGmbAccountsResponse"
          },
          "path": "{merchantId}/liasettings/{accountId}/accessiblegmbaccounts",
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "httpMethod": "GET",
          "flatPath": "{merchantId}/liasettings/{accountId}/accessiblegmbaccounts",
          "id": "content.liasettings.getaccessiblegmbaccounts",
          "parameters": {
            "merchantId": {
              "location": "path",
              "type": "string",
              "format": "uint64",
              "required": true,
              "description": "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."
            },
            "accountId": {
              "required": true,
              "type": "string",
              "description": "The ID of the account for which to retrieve accessible Business Profiles.",
              "format": "uint64",
              "location": "path"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "description": "Retrieves the list of accessible Business Profiles."
        },
        "requestinventoryverification": {
          "parameterOrder": [
            "merchantId",
            "accountId",
            "country"
          ],
          "response": {
            "$ref": "LiasettingsRequestInventoryVerificationResponse"
          },
          "parameters": {
            "accountId": {
              "format": "uint64",
              "type": "string",
              "description": "The ID of the account that manages the order. This cannot be a multi-client account.",
              "required": true,
              "location": "path"
            },
            "country": {
              "type": "string",
              "description": "The country for which inventory validation is requested.",
              "location": "path",
              "required": true
            },
            "merchantId": {
              "format": "uint64",
              "required": true,
              "type": "string",
              "location": "path",
              "description": "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."
            }
          },
          "flatPath": "{merchantId}/liasettings/{accountId}/requestinventoryverification/{country}",
          "path": "{merchantId}/liasettings/{accountId}/requestinventoryverification/{country}",
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "id": "content.liasettings.requestinventoryverification",
          "description": "Requests inventory validation for the specified country."
        },
        "listposdataproviders": {
          "response": {
            "$ref": "LiasettingsListPosDataProvidersResponse"
          },
          "id": "content.liasettings.listposdataproviders",
          "flatPath": "liasettings/posdataproviders",
          "description": "Retrieves the list of POS data providers that have active settings for the all eiligible countries.",
          "path": "liasettings/posdataproviders",
          "parameters": {},
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameterOrder": [],
          "httpMethod": "GET"
        },
        "setomnichannelexperience": {
          "response": {
            "$ref": "LiaOmnichannelExperience"
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "description": "Sets the omnichannel experience for the specified country. Only supported for merchants whose POS data provider is trusted to enable the corresponding experience. For more context, see these help articles [about LFP](https://support.google.com/merchants/answer/7676652) and [how to get started](https://support.google.com/merchants/answer/7676578) with it.",
          "flatPath": "{merchantId}/liasettings/{accountId}/setomnichannelexperience",
          "id": "content.liasettings.setomnichannelexperience",
          "parameters": {
            "country": {
              "location": "query",
              "description": "The CLDR country code (for example, \"US\") for which the omnichannel experience is selected.",
              "type": "string"
            },
            "pickupTypes": {
              "type": "string",
              "description": "The Pickup types for this country. Acceptable values are: - \"`pickupToday`\" - \"`pickupLater`\" ",
              "location": "query",
              "repeated": true
            },
            "accountId": {
              "location": "path",
              "type": "string",
              "required": true,
              "format": "uint64",
              "description": "The ID of the account for which to retrieve accessible Business Profiles."
            },
            "merchantId": {
              "type": "string",
              "description": "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.",
              "location": "path",
              "format": "uint64",
              "required": true
            },
            "lsfType": {
              "description": "The Local Store Front (LSF) type for this country. Acceptable values are: - \"`ghlsf`\" (Google-Hosted Local Store Front) - \"`mhlsfBasic`\" (Merchant-Hosted Local Store Front Basic) - \"`mhlsfFull`\" (Merchant-Hosted Local Store Front Full) More details about these types can be found here.",
              "location": "query",
              "type": "string"
            }
          },
          "path": "{merchantId}/liasettings/{accountId}/setomnichannelexperience",
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "httpMethod": "POST"
        },
        "setposdataprovider": {
          "parameters": {
            "posExternalAccountId": {
              "location": "query",
              "type": "string",
              "description": "The account ID by which this merchant is known to the POS data provider."
            },
            "posDataProviderId": {
              "location": "query",
              "format": "uint64",
              "description": "The ID of POS data provider.",
              "type": "string"
            },
            "accountId": {
              "type": "string",
              "location": "path",
              "format": "uint64",
              "required": true,
              "description": "The ID of the account for which to retrieve accessible Business Profiles."
            },
            "country": {
              "required": true,
              "location": "query",
              "description": "The country for which the POS data provider is selected.",
              "type": "string"
            },
            "merchantId": {
              "format": "uint64",
              "location": "path",
              "description": "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.",
              "type": "string",
              "required": true
            }
          },
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "id": "content.liasettings.setposdataprovider",
          "parameterOrder": [
            "merchantId",
            "accountId",
            "country"
          ],
          "response": {
            "$ref": "LiasettingsSetPosDataProviderResponse"
          },
          "path": "{merchantId}/liasettings/{accountId}/setposdataprovider",
          "flatPath": "{merchantId}/liasettings/{accountId}/setposdataprovider",
          "description": "Sets the POS data provider for the specified country."
        }
      }
    },
    "quotas": {
      "methods": {
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "httpMethod": "GET",
          "parameters": {
            "pageSize": {
              "type": "integer",
              "location": "query",
              "format": "int32",
              "description": "The maximum number of quotas to return in the response, used for paging. Defaults to 500; values above 1000 will be coerced to 1000."
            },
            "merchantId": {
              "type": "string",
              "description": "Required. The ID of the account that has quota. This account must be an admin.",
              "format": "int64",
              "location": "path",
              "required": true
            },
            "pageToken": {
              "description": "Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.",
              "location": "query",
              "type": "string"
            }
          },
          "parameterOrder": [
            "merchantId"
          ],
          "description": "Lists the daily call quota and usage per method for your Merchant Center account.",
          "flatPath": "{merchantId}/quotas",
          "path": "{merchantId}/quotas",
          "id": "content.quotas.list",
          "response": {
            "$ref": "ListMethodQuotasResponse"
          }
        }
      }
    },
    "accounttax": {
      "methods": {
        "get": {
          "flatPath": "{merchantId}/accounttax/{accountId}",
          "response": {
            "$ref": "AccountTax"
          },
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "id": "content.accounttax.get",
          "description": "Retrieves the tax settings of the account.",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "accountId": {
              "location": "path",
              "format": "uint64",
              "description": "The ID of the account for which to get/update account tax settings.",
              "type": "string",
              "required": true
            },
            "merchantId": {
              "type": "string",
              "location": "path",
              "description": "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.",
              "format": "uint64",
              "required": true
            }
          },
          "path": "{merchantId}/accounttax/{accountId}",
          "httpMethod": "GET"
        },
        "update": {
          "description": "Updates the tax settings of the account. Any fields that are not provided are deleted from the resource.",
          "id": "content.accounttax.update",
          "path": "{merchantId}/accounttax/{accountId}",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "merchantId": {
              "required": true,
              "description": "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.",
              "type": "string",
              "format": "uint64",
              "location": "path"
            },
            "accountId": {
              "required": true,
              "description": "The ID of the account for which to get/update account tax settings.",
              "format": "uint64",
              "type": "string",
              "location": "path"
            }
          },
          "flatPath": "{merchantId}/accounttax/{accountId}",
          "request": {
            "$ref": "AccountTax"
          },
          "httpMethod": "PUT",
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "response": {
            "$ref": "AccountTax"
          }
        },
        "list": {
          "parameterOrder": [
            "merchantId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "path": "{merchantId}/accounttax",
          "response": {
            "$ref": "AccounttaxListResponse"
          },
          "description": "Lists the tax settings of the sub-accounts in your Merchant Center account.",
          "parameters": {
            "pageToken": {
              "description": "The token returned by the previous request.",
              "type": "string",
              "location": "query"
            },
            "merchantId": {
              "format": "uint64",
              "location": "path",
              "description": "The ID of the managing account. This must be a multi-client account.",
              "type": "string",
              "required": true
            },
            "maxResults": {
              "format": "uint32",
              "location": "query",
              "description": "The maximum number of tax settings to return in the response, used for paging.",
              "type": "integer"
            }
          },
          "httpMethod": "GET",
          "flatPath": "{merchantId}/accounttax",
          "id": "content.accounttax.list"
        },
        "custombatch": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "id": "content.accounttax.custombatch",
          "request": {
            "$ref": "AccounttaxCustomBatchRequest"
          },
          "parameterOrder": [],
          "flatPath": "accounttax/batch",
          "description": "Retrieves and updates tax settings of multiple accounts in a single request.",
          "response": {
            "$ref": "AccounttaxCustomBatchResponse"
          },
          "httpMethod": "POST",
          "parameters": {},
          "path": "accounttax/batch"
        }
      }
    },
    "ordertrackingsignals": {
      "methods": {
        "create": {
          "path": "{merchantId}/ordertrackingsignals",
          "id": "content.ordertrackingsignals.create",
          "response": {
            "$ref": "OrderTrackingSignal"
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameterOrder": [
            "merchantId"
          ],
          "httpMethod": "POST",
          "request": {
            "$ref": "OrderTrackingSignal"
          },
          "parameters": {
            "merchantId": {
              "required": true,
              "location": "path",
              "type": "string",
              "format": "int64",
              "description": "The ID of the merchant for which the order signal is created."
            }
          },
          "description": "Creates new order tracking signal.",
          "flatPath": "{merchantId}/ordertrackingsignals"
        }
      }
    },
    "recommendations": {
      "methods": {
        "reportInteraction": {
          "path": "{merchantId}/recommendations/reportInteraction",
          "description": "Reports an interaction on a recommendation for a merchant.",
          "parameterOrder": [
            "merchantId"
          ],
          "flatPath": "{merchantId}/recommendations/reportInteraction",
          "id": "content.recommendations.reportInteraction",
          "request": {
            "$ref": "ReportInteractionRequest"
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "merchantId": {
              "location": "path",
              "format": "int64",
              "description": "Required. The ID of the account that wants to report an interaction.",
              "required": true,
              "type": "string"
            }
          },
          "httpMethod": "POST"
        },
        "generate": {
          "response": {
            "$ref": "GenerateRecommendationsResponse"
          },
          "description": "Generates recommendations for a merchant.",
          "flatPath": "{merchantId}/recommendations/generate",
          "parameterOrder": [
            "merchantId"
          ],
          "httpMethod": "GET",
          "parameters": {
            "merchantId": {
              "type": "string",
              "description": "Required. The ID of the account to fetch recommendations for.",
              "location": "path",
              "format": "int64",
              "required": true
            },
            "allowedTag": {
              "location": "query",
              "repeated": true,
              "type": "string",
              "description": "Optional. List of allowed tags. Tags are a set of predefined strings that describe the category that individual recommendation types belong to. User can specify zero or more tags in this field to indicate what categories of recommendations they want to receive. Current list of supported tags: - TREND"
            },
            "languageCode": {
              "description": "Optional. Language code of the client. If not set, the result will be in default language (English). This language code affects all fields prefixed with \"localized\". This should be set to ISO 639-1 country code. List of currently verified supported language code: en, fr, cs, da, de, es, it, nl, no, pl, pt, pt, fi, sv, vi, tr, th, ko, zh-CN, zh-TW, ja, id, hi",
              "location": "query",
              "type": "string"
            }
          },
          "path": "{merchantId}/recommendations/generate",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "id": "content.recommendations.generate"
        }
      }
    },
    "datafeeds": {
      "methods": {
        "get": {
          "parameterOrder": [
            "merchantId",
            "datafeedId"
          ],
          "path": "{merchantId}/datafeeds/{datafeedId}",
          "flatPath": "{merchantId}/datafeeds/{datafeedId}",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "description": "Retrieves a datafeed configuration from your Merchant Center account.",
          "response": {
            "$ref": "Datafeed"
          },
          "id": "content.datafeeds.get",
          "parameters": {
            "merchantId": {
              "required": true,
              "format": "uint64",
              "description": "The ID of the account that manages the datafeed. This account cannot be a multi-client account.",
              "location": "path",
              "type": "string"
            },
            "datafeedId": {
              "format": "uint64",
              "type": "string",
              "required": true,
              "description": "The ID of the datafeed.",
              "location": "path"
            }
          },
          "httpMethod": "GET"
        },
        "custombatch": {
          "parameterOrder": [],
          "id": "content.datafeeds.custombatch",
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {},
          "request": {
            "$ref": "DatafeedsCustomBatchRequest"
          },
          "flatPath": "datafeeds/batch",
          "path": "datafeeds/batch",
          "response": {
            "$ref": "DatafeedsCustomBatchResponse"
          },
          "description": "Deletes, fetches, gets, inserts and updates multiple datafeeds in a single request."
        },
        "update": {
          "path": "{merchantId}/datafeeds/{datafeedId}",
          "response": {
            "$ref": "Datafeed"
          },
          "parameterOrder": [
            "merchantId",
            "datafeedId"
          ],
          "flatPath": "{merchantId}/datafeeds/{datafeedId}",
          "request": {
            "$ref": "Datafeed"
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "httpMethod": "PUT",
          "id": "content.datafeeds.update",
          "description": "Updates a datafeed configuration of your Merchant Center account. Any fields that are not provided are deleted from the resource.",
          "parameters": {
            "datafeedId": {
              "location": "path",
              "type": "string",
              "required": true,
              "format": "uint64",
              "description": "The ID of the datafeed."
            },
            "merchantId": {
              "format": "uint64",
              "type": "string",
              "required": true,
              "location": "path",
              "description": "The ID of the account that manages the datafeed. This account cannot be a multi-client account."
            }
          }
        },
        "fetchnow": {
          "id": "content.datafeeds.fetchnow",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "description": "Invokes a fetch for the datafeed in your Merchant Center account. If you need to call this method more than once per day, we recommend you use the [Products service](https://developers.google.com/shopping-content/reference/rest/v2.1/products) to update your product data.",
          "parameters": {
            "datafeedId": {
              "location": "path",
              "format": "uint64",
              "description": "The ID of the datafeed to be fetched.",
              "type": "string",
              "required": true
            },
            "merchantId": {
              "location": "path",
              "description": "The ID of the account that manages the datafeed. This account cannot be a multi-client account.",
              "format": "uint64",
              "required": true,
              "type": "string"
            }
          },
          "parameterOrder": [
            "merchantId",
            "datafeedId"
          ],
          "path": "{merchantId}/datafeeds/{datafeedId}/fetchNow",
          "httpMethod": "POST",
          "flatPath": "{merchantId}/datafeeds/{datafeedId}/fetchNow",
          "response": {
            "$ref": "DatafeedsFetchNowResponse"
          }
        },
        "insert": {
          "parameterOrder": [
            "merchantId"
          ],
          "response": {
            "$ref": "Datafeed"
          },
          "flatPath": "{merchantId}/datafeeds",
          "request": {
            "$ref": "Datafeed"
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "httpMethod": "POST",
          "description": "Registers a datafeed configuration with your Merchant Center account.",
          "parameters": {
            "merchantId": {
              "type": "string",
              "location": "path",
              "format": "uint64",
              "description": "The ID of the account that manages the datafeed. This account cannot be a multi-client account.",
              "required": true
            }
          },
          "path": "{merchantId}/datafeeds",
          "id": "content.datafeeds.insert"
        },
        "list": {
          "response": {
            "$ref": "DatafeedsListResponse"
          },
          "httpMethod": "GET",
          "path": "{merchantId}/datafeeds",
          "flatPath": "{merchantId}/datafeeds",
          "parameters": {
            "merchantId": {
              "format": "uint64",
              "required": true,
              "description": "The ID of the account that manages the datafeeds. This account cannot be a multi-client account.",
              "type": "string",
              "location": "path"
            },
            "maxResults": {
              "location": "query",
              "description": "The maximum number of products to return in the response, used for paging.",
              "format": "uint32",
              "type": "integer"
            },
            "pageToken": {
              "description": "The token returned by the previous request.",
              "location": "query",
              "type": "string"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "id": "content.datafeeds.list",
          "parameterOrder": [
            "merchantId"
          ],
          "description": "Lists the configurations for datafeeds in your Merchant Center account."
        },
        "delete": {
          "flatPath": "{merchantId}/datafeeds/{datafeedId}",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "id": "content.datafeeds.delete",
          "path": "{merchantId}/datafeeds/{datafeedId}",
          "httpMethod": "DELETE",
          "parameters": {
            "merchantId": {
              "type": "string",
              "location": "path",
              "required": true,
              "format": "uint64",
              "description": "The ID of the account that manages the datafeed. This account cannot be a multi-client account."
            },
            "datafeedId": {
              "format": "uint64",
              "type": "string",
              "description": "The ID of the datafeed.",
              "required": true,
              "location": "path"
            }
          },
          "description": "Deletes a datafeed configuration from your Merchant Center account.",
          "parameterOrder": [
            "merchantId",
            "datafeedId"
          ]
        }
      }
    },
    "pos": {
      "methods": {
        "delete": {
          "parameterOrder": [
            "merchantId",
            "targetMerchantId",
            "storeCode"
          ],
          "flatPath": "{merchantId}/pos/{targetMerchantId}/store/{storeCode}",
          "description": "Deletes a store for the given merchant.",
          "httpMethod": "DELETE",
          "parameters": {
            "storeCode": {
              "description": "A store code that is unique per merchant.",
              "required": true,
              "location": "path",
              "type": "string"
            },
            "merchantId": {
              "required": true,
              "format": "uint64",
              "description": "The ID of the POS or inventory data provider.",
              "type": "string",
              "location": "path"
            },
            "targetMerchantId": {
              "type": "string",
              "required": true,
              "format": "uint64",
              "description": "The ID of the target merchant.",
              "location": "path"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "id": "content.pos.delete",
          "path": "{merchantId}/pos/{targetMerchantId}/store/{storeCode}"
        },
        "inventory": {
          "flatPath": "{merchantId}/pos/{targetMerchantId}/inventory",
          "parameterOrder": [
            "merchantId",
            "targetMerchantId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "response": {
            "$ref": "PosInventoryResponse"
          },
          "parameters": {
            "targetMerchantId": {
              "description": "The ID of the target merchant.",
              "type": "string",
              "required": true,
              "format": "uint64",
              "location": "path"
            },
            "merchantId": {
              "location": "path",
              "type": "string",
              "required": true,
              "format": "uint64",
              "description": "The ID of the POS or inventory data provider."
            }
          },
          "id": "content.pos.inventory",
          "description": "Submit inventory for the given merchant.",
          "httpMethod": "POST",
          "request": {
            "$ref": "PosInventoryRequest"
          },
          "path": "{merchantId}/pos/{targetMerchantId}/inventory"
        },
        "list": {
          "path": "{merchantId}/pos/{targetMerchantId}/store",
          "response": {
            "$ref": "PosListResponse"
          },
          "httpMethod": "GET",
          "description": "Lists the stores of the target merchant.",
          "parameters": {
            "merchantId": {
              "required": true,
              "type": "string",
              "location": "path",
              "format": "uint64",
              "description": "The ID of the POS or inventory data provider."
            },
            "targetMerchantId": {
              "location": "path",
              "type": "string",
              "required": true,
              "format": "uint64",
              "description": "The ID of the target merchant."
            }
          },
          "flatPath": "{merchantId}/pos/{targetMerchantId}/store",
          "parameterOrder": [
            "merchantId",
            "targetMerchantId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "id": "content.pos.list"
        },
        "insert": {
          "response": {
            "$ref": "PosStore"
          },
          "parameterOrder": [
            "merchantId",
            "targetMerchantId"
          ],
          "path": "{merchantId}/pos/{targetMerchantId}/store",
          "flatPath": "{merchantId}/pos/{targetMerchantId}/store",
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "targetMerchantId": {
              "required": true,
              "type": "string",
              "description": "The ID of the target merchant.",
              "location": "path",
              "format": "uint64"
            },
            "merchantId": {
              "location": "path",
              "format": "uint64",
              "description": "The ID of the POS or inventory data provider.",
              "type": "string",
              "required": true
            }
          },
          "request": {
            "$ref": "PosStore"
          },
          "id": "content.pos.insert",
          "description": "Creates a store for the given merchant."
        },
        "sale": {
          "id": "content.pos.sale",
          "parameterOrder": [
            "merchantId",
            "targetMerchantId"
          ],
          "httpMethod": "POST",
          "path": "{merchantId}/pos/{targetMerchantId}/sale",
          "parameters": {
            "merchantId": {
              "format": "uint64",
              "required": true,
              "type": "string",
              "location": "path",
              "description": "The ID of the POS or inventory data provider."
            },
            "targetMerchantId": {
              "format": "uint64",
              "type": "string",
              "required": true,
              "description": "The ID of the target merchant.",
              "location": "path"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "request": {
            "$ref": "PosSaleRequest"
          },
          "flatPath": "{merchantId}/pos/{targetMerchantId}/sale",
          "description": "Submit a sale event for the given merchant.",
          "response": {
            "$ref": "PosSaleResponse"
          }
        },
        "custombatch": {
          "httpMethod": "POST",
          "description": "Batches multiple POS-related calls in a single request.",
          "parameters": {},
          "id": "content.pos.custombatch",
          "parameterOrder": [],
          "response": {
            "$ref": "PosCustomBatchResponse"
          },
          "request": {
            "$ref": "PosCustomBatchRequest"
          },
          "path": "pos/batch",
          "flatPath": "pos/batch",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ]
        },
        "get": {
          "id": "content.pos.get",
          "parameters": {
            "targetMerchantId": {
              "type": "string",
              "location": "path",
              "description": "The ID of the target merchant.",
              "format": "uint64",
              "required": true
            },
            "storeCode": {
              "required": true,
              "location": "path",
              "type": "string",
              "description": "A store code that is unique per merchant."
            },
            "merchantId": {
              "required": true,
              "description": "The ID of the POS or inventory data provider.",
              "type": "string",
              "format": "uint64",
              "location": "path"
            }
          },
          "httpMethod": "GET",
          "flatPath": "{merchantId}/pos/{targetMerchantId}/store/{storeCode}",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "response": {
            "$ref": "PosStore"
          },
          "description": "Retrieves information about the given store.",
          "path": "{merchantId}/pos/{targetMerchantId}/store/{storeCode}",
          "parameterOrder": [
            "merchantId",
            "targetMerchantId",
            "storeCode"
          ]
        }
      }
    },
    "localinventory": {
      "methods": {
        "insert": {
          "httpMethod": "POST",
          "response": {
            "$ref": "LocalInventory"
          },
          "path": "{merchantId}/products/{productId}/localinventory",
          "request": {
            "$ref": "LocalInventory"
          },
          "parameters": {
            "merchantId": {
              "required": true,
              "type": "string",
              "format": "uint64",
              "location": "path",
              "description": "The ID of the account that contains the product. This account cannot be a multi-client account."
            },
            "productId": {
              "required": true,
              "description": "The REST ID of the product for which to update local inventory.",
              "location": "path",
              "type": "string"
            }
          },
          "flatPath": "{merchantId}/products/{productId}/localinventory",
          "id": "content.localinventory.insert",
          "parameterOrder": [
            "merchantId",
            "productId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "description": "Updates the local inventory of a product in your Merchant Center account."
        },
        "custombatch": {
          "request": {
            "$ref": "LocalinventoryCustomBatchRequest"
          },
          "httpMethod": "POST",
          "response": {
            "$ref": "LocalinventoryCustomBatchResponse"
          },
          "parameters": {},
          "path": "localinventory/batch",
          "flatPath": "localinventory/batch",
          "description": "Updates local inventory for multiple products or stores in a single request.",
          "parameterOrder": [],
          "id": "content.localinventory.custombatch",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ]
        }
      }
    },
    "accountstatuses": {
      "methods": {
        "list": {
          "response": {
            "$ref": "AccountstatusesListResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameterOrder": [
            "merchantId"
          ],
          "path": "{merchantId}/accountstatuses",
          "flatPath": "{merchantId}/accountstatuses",
          "description": "Lists the statuses of the sub-accounts in your Merchant Center account.",
          "httpMethod": "GET",
          "parameters": {
            "name": {
              "location": "query",
              "description": "If set, only the accounts with the given name (case sensitive) will be returned.",
              "type": "string"
            },
            "destinations": {
              "type": "string",
              "description": "If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.",
              "location": "query",
              "repeated": true
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "The token returned by the previous request."
            },
            "merchantId": {
              "description": "The ID of the managing account. This must be a multi-client account.",
              "required": true,
              "type": "string",
              "format": "uint64",
              "location": "path"
            },
            "maxResults": {
              "type": "integer",
              "format": "uint32",
              "description": "The maximum number of account statuses to return in the response, used for paging.",
              "location": "query"
            }
          },
          "id": "content.accountstatuses.list"
        },
        "custombatch": {
          "path": "accountstatuses/batch",
          "response": {
            "$ref": "AccountstatusesCustomBatchResponse"
          },
          "description": "Retrieves multiple Merchant Center account statuses in a single request.",
          "flatPath": "accountstatuses/batch",
          "id": "content.accountstatuses.custombatch",
          "parameters": {},
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "request": {
            "$ref": "AccountstatusesCustomBatchRequest"
          },
          "httpMethod": "POST",
          "parameterOrder": []
        },
        "get": {
          "parameters": {
            "destinations": {
              "description": "If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.",
              "location": "query",
              "repeated": true,
              "type": "string"
            },
            "merchantId": {
              "type": "string",
              "required": true,
              "location": "path",
              "description": "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.",
              "format": "uint64"
            },
            "accountId": {
              "format": "uint64",
              "type": "string",
              "required": true,
              "description": "The ID of the account.",
              "location": "path"
            }
          },
          "httpMethod": "GET",
          "id": "content.accountstatuses.get",
          "description": "Retrieves the status of a Merchant Center account. No itemLevelIssues are returned for multi-client accounts.",
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "flatPath": "{merchantId}/accountstatuses/{accountId}",
          "response": {
            "$ref": "AccountStatus"
          },
          "path": "{merchantId}/accountstatuses/{accountId}"
        }
      }
    },
    "csses": {
      "methods": {
        "updatelabels": {
          "description": "Updates labels that are assigned to a CSS domain by its CSS group.",
          "path": "{cssGroupId}/csses/{cssDomainId}/updatelabels",
          "response": {
            "$ref": "Css"
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "flatPath": "{cssGroupId}/csses/{cssDomainId}/updatelabels",
          "parameterOrder": [
            "cssGroupId",
            "cssDomainId"
          ],
          "id": "content.csses.updatelabels",
          "parameters": {
            "cssDomainId": {
              "required": true,
              "type": "string",
              "format": "int64",
              "location": "path",
              "description": "Required. The ID of the updated CSS domain."
            },
            "cssGroupId": {
              "format": "int64",
              "location": "path",
              "description": "Required. The CSS group ID of the updated CSS domain.",
              "type": "string",
              "required": true
            }
          },
          "request": {
            "$ref": "LabelIds"
          },
          "httpMethod": "POST"
        },
        "get": {
          "description": "Retrieves a single CSS domain by ID.",
          "parameterOrder": [
            "cssGroupId",
            "cssDomainId"
          ],
          "id": "content.csses.get",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "response": {
            "$ref": "Css"
          },
          "httpMethod": "GET",
          "path": "{cssGroupId}/csses/{cssDomainId}",
          "parameters": {
            "cssDomainId": {
              "required": true,
              "description": "Required. The ID of the CSS domain to return.",
              "format": "int64",
              "type": "string",
              "location": "path"
            },
            "cssGroupId": {
              "format": "int64",
              "location": "path",
              "type": "string",
              "description": "Required. The ID of the managing account. If this parameter is not the same as [cssDomainId](#cssDomainId), then this ID must be a CSS group ID and `cssDomainId` must be the ID of a CSS domain affiliated with this group.",
              "required": true
            }
          },
          "flatPath": "{cssGroupId}/csses/{cssDomainId}"
        },
        "list": {
          "description": "Lists CSS domains affiliated with a CSS group.",
          "path": "{cssGroupId}/csses",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "pageSize": {
              "format": "int32",
              "location": "query",
              "type": "integer",
              "description": "The maximum number of CSS domains to return. The service may return fewer than this value. If unspecified, at most 50 CSS domains will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000."
            },
            "cssGroupId": {
              "description": "Required. The CSS group ID of CSS domains to be listed.",
              "location": "path",
              "format": "int64",
              "type": "string",
              "required": true
            },
            "pageToken": {
              "type": "string",
              "description": "A page token, received from a previous `ListCsses` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCsses` must match the call that provided the page token.",
              "location": "query"
            }
          },
          "response": {
            "$ref": "ListCssesResponse"
          },
          "httpMethod": "GET",
          "id": "content.csses.list",
          "flatPath": "{cssGroupId}/csses",
          "parameterOrder": [
            "cssGroupId"
          ]
        }
      }
    },
    "collectionstatuses": {
      "methods": {
        "list": {
          "path": "{merchantId}/collectionstatuses",
          "httpMethod": "GET",
          "flatPath": "{merchantId}/collectionstatuses",
          "parameters": {
            "pageToken": {
              "description": "Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.",
              "location": "query",
              "type": "string"
            },
            "merchantId": {
              "description": "Required. The ID of the account that contains the collection. This account cannot be a multi-client account.",
              "required": true,
              "type": "string",
              "format": "int64",
              "location": "path"
            },
            "pageSize": {
              "location": "query",
              "description": "The maximum number of collection statuses to return in the response, used for paging. Defaults to 50; values above 1000 will be coerced to 1000.",
              "type": "integer",
              "format": "int32"
            }
          },
          "id": "content.collectionstatuses.list",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "description": "Lists the statuses of the collections in your Merchant Center account.",
          "response": {
            "$ref": "ListCollectionStatusesResponse"
          },
          "parameterOrder": [
            "merchantId"
          ]
        },
        "get": {
          "id": "content.collectionstatuses.get",
          "parameters": {
            "merchantId": {
              "description": "Required. The ID of the account that contains the collection. This account cannot be a multi-client account.",
              "required": true,
              "format": "int64",
              "location": "path",
              "type": "string"
            },
            "collectionId": {
              "description": "Required. The collectionId of the collection. CollectionId is the same as the REST ID of the collection.",
              "type": "string",
              "required": true,
              "location": "path"
            }
          },
          "response": {
            "$ref": "CollectionStatus"
          },
          "httpMethod": "GET",
          "flatPath": "{merchantId}/collectionstatuses/{collectionId}",
          "description": "Gets the status of a collection from your Merchant Center account.",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameterOrder": [
            "merchantId",
            "collectionId"
          ],
          "path": "{merchantId}/collectionstatuses/{collectionId}"
        }
      }
    },
    "conversionsources": {
      "methods": {
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "flatPath": "{merchantId}/conversionsources",
          "parameters": {
            "pageToken": {
              "description": "Page token.",
              "location": "query",
              "type": "string"
            },
            "merchantId": {
              "type": "string",
              "description": "Required. The ID of the account that owns the new conversion source.",
              "location": "path",
              "required": true,
              "format": "int64"
            },
            "pageSize": {
              "format": "int32",
              "description": "The maximum number of conversion sources to return in a page. If no `page_size` is specified, `100` is used as the default value. The maximum value is `200`. Values above `200` will be coerced to `200`. Regardless of pagination, at most `200` conversion sources are returned in total.",
              "type": "integer",
              "location": "query"
            },
            "showDeleted": {
              "description": "If true, also returns archived conversion sources.",
              "location": "query",
              "type": "boolean"
            }
          },
          "parameterOrder": [
            "merchantId"
          ],
          "httpMethod": "GET",
          "response": {
            "$ref": "ListConversionSourcesResponse"
          },
          "id": "content.conversionsources.list",
          "description": "Retrieves the list of conversion sources the caller has access to.",
          "path": "{merchantId}/conversionsources"
        },
        "patch": {
          "path": "{merchantId}/conversionsources/{conversionSourceId}",
          "description": "Updates information of an existing conversion source.",
          "request": {
            "$ref": "ConversionSource"
          },
          "parameterOrder": [
            "merchantId",
            "conversionSourceId"
          ],
          "response": {
            "$ref": "ConversionSource"
          },
          "httpMethod": "PATCH",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "flatPath": "{merchantId}/conversionsources/{conversionSourceId}",
          "id": "content.conversionsources.patch",
          "parameters": {
            "merchantId": {
              "required": true,
              "description": "Required. The ID of the account that owns the new conversion source.",
              "format": "int64",
              "location": "path",
              "type": "string"
            },
            "conversionSourceId": {
              "location": "path",
              "required": true,
              "description": "Required. The ID of the conversion source to be updated.",
              "type": "string"
            },
            "updateMask": {
              "format": "google-fieldmask",
              "type": "string",
              "location": "query",
              "description": "Optional. List of fields being updated. The following fields can be updated: `attribution_settings`, `display_name`, `currency_code`."
            }
          }
        },
        "create": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "flatPath": "{merchantId}/conversionsources",
          "path": "{merchantId}/conversionsources",
          "parameters": {
            "merchantId": {
              "description": "Required. The ID of the account that owns the new conversion source.",
              "location": "path",
              "format": "int64",
              "type": "string",
              "required": true
            }
          },
          "httpMethod": "POST",
          "response": {
            "$ref": "ConversionSource"
          },
          "request": {
            "$ref": "ConversionSource"
          },
          "parameterOrder": [
            "merchantId"
          ],
          "id": "content.conversionsources.create",
          "description": "Creates a new conversion source."
        },
        "undelete": {
          "id": "content.conversionsources.undelete",
          "parameterOrder": [
            "merchantId",
            "conversionSourceId"
          ],
          "httpMethod": "POST",
          "parameters": {
            "merchantId": {
              "location": "path",
              "description": "Required. The ID of the account that owns the new conversion source.",
              "format": "int64",
              "type": "string",
              "required": true
            },
            "conversionSourceId": {
              "required": true,
              "location": "path",
              "type": "string",
              "description": "Required. The ID of the conversion source to be undeleted."
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "path": "{merchantId}/conversionsources/{conversionSourceId}:undelete",
          "request": {
            "$ref": "UndeleteConversionSourceRequest"
          },
          "flatPath": "{merchantId}/conversionsources/{conversionSourceId}:undelete",
          "description": "Re-enables an archived conversion source."
        },
        "delete": {
          "id": "content.conversionsources.delete",
          "flatPath": "{merchantId}/conversionsources/{conversionSourceId}",
          "parameters": {
            "merchantId": {
              "type": "string",
              "required": true,
              "format": "int64",
              "location": "path",
              "description": "Required. The ID of the account that owns the new conversion source."
            },
            "conversionSourceId": {
              "required": true,
              "location": "path",
              "type": "string",
              "description": "Required. The ID of the conversion source to be deleted."
            }
          },
          "httpMethod": "DELETE",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "description": "Archives an existing conversion source. It will be recoverable for 30 days. This archiving behavior is not typical in the Content API and unique to this service.",
          "path": "{merchantId}/conversionsources/{conversionSourceId}",
          "parameterOrder": [
            "merchantId",
            "conversionSourceId"
          ]
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "httpMethod": "GET",
          "parameters": {
            "conversionSourceId": {
              "location": "path",
              "type": "string",
              "required": true,
              "description": "Required. The REST ID of the collection."
            },
            "merchantId": {
              "format": "int64",
              "description": "Required. The ID of the account that owns the new conversion source.",
              "type": "string",
              "required": true,
              "location": "path"
            }
          },
          "description": "Fetches a conversion source.",
          "path": "{merchantId}/conversionsources/{conversionSourceId}",
          "flatPath": "{merchantId}/conversionsources/{conversionSourceId}",
          "id": "content.conversionsources.get",
          "response": {
            "$ref": "ConversionSource"
          },
          "parameterOrder": [
            "merchantId",
            "conversionSourceId"
          ]
        }
      }
    },
    "productdeliverytime": {
      "methods": {
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "id": "content.productdeliverytime.get",
          "httpMethod": "GET",
          "flatPath": "{merchantId}/productdeliverytime/{productId}",
          "parameters": {
            "productId": {
              "description": "Required. The Content API ID of the product, in the form `channel:contentLanguage:targetCountry:offerId`.",
              "required": true,
              "location": "path",
              "type": "string"
            },
            "merchantId": {
              "location": "path",
              "type": "string",
              "required": true,
              "description": "Required. The Google merchant ID of the account that contains the product. This account cannot be a multi-client account.",
              "format": "int64"
            }
          },
          "parameterOrder": [
            "merchantId",
            "productId"
          ],
          "description": "Gets `productDeliveryTime` by `productId`.",
          "response": {
            "$ref": "ProductDeliveryTime"
          },
          "path": "{merchantId}/productdeliverytime/{productId}"
        },
        "create": {
          "path": "{merchantId}/productdeliverytime",
          "request": {
            "$ref": "ProductDeliveryTime"
          },
          "parameters": {
            "merchantId": {
              "format": "int64",
              "type": "string",
              "description": "The Google merchant ID of the account that contains the product. This account cannot be a multi-client account.",
              "required": true,
              "location": "path"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "httpMethod": "POST",
          "response": {
            "$ref": "ProductDeliveryTime"
          },
          "description": "Creates or updates the delivery time of a product.",
          "flatPath": "{merchantId}/productdeliverytime",
          "id": "content.productdeliverytime.create",
          "parameterOrder": [
            "merchantId"
          ]
        },
        "delete": {
          "parameterOrder": [
            "merchantId",
            "productId"
          ],
          "flatPath": "{merchantId}/productdeliverytime/{productId}",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "description": "Deletes the delivery time of a product.",
          "parameters": {
            "merchantId": {
              "description": "Required. The Google merchant ID of the account that contains the product. This account cannot be a multi-client account.",
              "format": "int64",
              "required": true,
              "location": "path",
              "type": "string"
            },
            "productId": {
              "required": true,
              "location": "path",
              "description": "Required. The Content API ID of the product, in the form `channel:contentLanguage:targetCountry:offerId`.",
              "type": "string"
            }
          },
          "path": "{merchantId}/productdeliverytime/{productId}",
          "id": "content.productdeliverytime.delete",
          "httpMethod": "DELETE"
        }
      }
    },
    "pubsubnotificationsettings": {
      "methods": {
        "update": {
          "response": {
            "$ref": "PubsubNotificationSettings"
          },
          "request": {
            "$ref": "PubsubNotificationSettings"
          },
          "flatPath": "{merchantId}/pubsubnotificationsettings",
          "httpMethod": "PUT",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "path": "{merchantId}/pubsubnotificationsettings",
          "parameters": {
            "merchantId": {
              "required": true,
              "format": "uint64",
              "description": "The ID of the account.",
              "location": "path",
              "type": "string"
            }
          },
          "parameterOrder": [
            "merchantId"
          ],
          "description": "Register a Merchant Center account for pubsub notifications. Note that cloud topic name shouldn't be provided as part of the request.",
          "id": "content.pubsubnotificationsettings.update"
        },
        "get": {
          "httpMethod": "GET",
          "path": "{merchantId}/pubsubnotificationsettings",
          "id": "content.pubsubnotificationsettings.get",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "merchantId": {
              "type": "string",
              "description": "The ID of the account for which to get pubsub notification settings.",
              "location": "path",
              "format": "uint64",
              "required": true
            }
          },
          "flatPath": "{merchantId}/pubsubnotificationsettings",
          "response": {
            "$ref": "PubsubNotificationSettings"
          },
          "parameterOrder": [
            "merchantId"
          ],
          "description": "Retrieves a Merchant Center account's pubsub notification settings."
        }
      }
    },
    "returnpolicyonline": {
      "methods": {
        "delete": {
          "httpMethod": "DELETE",
          "id": "content.returnpolicyonline.delete",
          "flatPath": "{merchantId}/returnpolicyonline/{returnPolicyId}",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "returnPolicyId": {
              "description": "Required. The id of the return policy to delete.",
              "required": true,
              "location": "path",
              "type": "string"
            },
            "merchantId": {
              "format": "int64",
              "description": "Required. The id of the merchant for which to retrieve the return policy online object.",
              "required": true,
              "type": "string",
              "location": "path"
            }
          },
          "parameterOrder": [
            "merchantId",
            "returnPolicyId"
          ],
          "path": "{merchantId}/returnpolicyonline/{returnPolicyId}",
          "description": "Deletes an existing return policy."
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "response": {
            "$ref": "ReturnPolicyOnline"
          },
          "description": "Gets an existing return policy.",
          "path": "{merchantId}/returnpolicyonline/{returnPolicyId}",
          "flatPath": "{merchantId}/returnpolicyonline/{returnPolicyId}",
          "id": "content.returnpolicyonline.get",
          "parameterOrder": [
            "merchantId",
            "returnPolicyId"
          ],
          "parameters": {
            "merchantId": {
              "required": true,
              "format": "int64",
              "description": "Required. The id of the merchant for which to retrieve the return policy online object.",
              "type": "string",
              "location": "path"
            },
            "returnPolicyId": {
              "required": true,
              "description": "Required. The id of the return policy to retrieve.",
              "location": "path",
              "type": "string"
            }
          },
          "httpMethod": "GET"
        },
        "list": {
          "flatPath": "{merchantId}/returnpolicyonline",
          "description": "Lists all existing return policies.",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "id": "content.returnpolicyonline.list",
          "response": {
            "$ref": "ListReturnPolicyOnlineResponse"
          },
          "parameterOrder": [
            "merchantId"
          ],
          "httpMethod": "GET",
          "path": "{merchantId}/returnpolicyonline",
          "parameters": {
            "merchantId": {
              "required": true,
              "format": "int64",
              "description": "Required. The id of the merchant for which to retrieve the return policy online object.",
              "type": "string",
              "location": "path"
            }
          }
        },
        "patch": {
          "description": "Updates an existing return policy.",
          "httpMethod": "PATCH",
          "flatPath": "{merchantId}/returnpolicyonline/{returnPolicyId}",
          "parameters": {
            "returnPolicyId": {
              "required": true,
              "type": "string",
              "description": "Required. The id of the return policy to update.",
              "location": "path"
            },
            "merchantId": {
              "description": "Required. The id of the merchant for which to retrieve the return policy online object.",
              "required": true,
              "format": "int64",
              "location": "path",
              "type": "string"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "id": "content.returnpolicyonline.patch",
          "response": {
            "$ref": "ReturnPolicyOnline"
          },
          "parameterOrder": [
            "merchantId",
            "returnPolicyId"
          ],
          "path": "{merchantId}/returnpolicyonline/{returnPolicyId}",
          "request": {
            "$ref": "ReturnPolicyOnline"
          }
        },
        "create": {
          "parameterOrder": [
            "merchantId"
          ],
          "response": {
            "$ref": "ReturnPolicyOnline"
          },
          "id": "content.returnpolicyonline.create",
          "description": "Creates a new return policy.",
          "flatPath": "{merchantId}/returnpolicyonline",
          "parameters": {
            "merchantId": {
              "type": "string",
              "required": true,
              "description": "Required. The id of the merchant for which to retrieve the return policy online object.",
              "format": "int64",
              "location": "path"
            }
          },
          "path": "{merchantId}/returnpolicyonline",
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "request": {
            "$ref": "ReturnPolicyOnline"
          }
        }
      }
    },
    "products": {
      "methods": {
        "get": {
          "httpMethod": "GET",
          "id": "content.products.get",
          "parameters": {
            "productId": {
              "description": "The REST ID of the product.",
              "type": "string",
              "location": "path",
              "required": true
            },
            "merchantId": {
              "required": true,
              "type": "string",
              "description": "The ID of the account that contains the product. This account cannot be a multi-client account.",
              "format": "uint64",
              "location": "path"
            }
          },
          "path": "{merchantId}/products/{productId}",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "response": {
            "$ref": "Product"
          },
          "flatPath": "{merchantId}/products/{productId}",
          "description": "Retrieves a product from your Merchant Center account.",
          "parameterOrder": [
            "merchantId",
            "productId"
          ]
        },
        "update": {
          "flatPath": "{merchantId}/products/{productId}",
          "parameterOrder": [
            "merchantId",
            "productId"
          ],
          "description": "Updates an existing product in your Merchant Center account. Only updates attributes provided in the request.",
          "id": "content.products.update",
          "response": {
            "$ref": "Product"
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "path": "{merchantId}/products/{productId}",
          "request": {
            "$ref": "Product"
          },
          "parameters": {
            "merchantId": {
              "location": "path",
              "description": "The ID of the account that contains the product. This account cannot be a multi-client account.",
              "required": true,
              "format": "uint64",
              "type": "string"
            },
            "productId": {
              "required": true,
              "location": "path",
              "description": "The REST ID of the product for which to update.",
              "type": "string"
            },
            "updateMask": {
              "location": "query",
              "type": "string",
              "format": "google-fieldmask",
              "description": "The comma-separated list of product attributes to be updated. Example: `\"title,salePrice\"`. Attributes specified in the update mask without a value specified in the body will be deleted from the product. *You must specify the update mask to delete attributes.* Only top-level product attributes can be updated. If not defined, product attributes with set values will be updated and other attributes will stay unchanged."
            }
          },
          "httpMethod": "PATCH"
        },
        "list": {
          "parameters": {
            "merchantId": {
              "description": "The ID of the account that contains the products. This account cannot be a multi-client account.",
              "format": "uint64",
              "type": "string",
              "required": true,
              "location": "path"
            },
            "maxResults": {
              "format": "uint32",
              "type": "integer",
              "location": "query",
              "description": "The maximum number of products to return in the response, used for paging. The default value is 25. The maximum value is 250."
            },
            "pageToken": {
              "location": "query",
              "description": "The token returned by the previous request.",
              "type": "string"
            }
          },
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "response": {
            "$ref": "ProductsListResponse"
          },
          "description": "Lists the products in your Merchant Center account. The response might contain fewer items than specified by maxResults. Rely on nextPageToken to determine if there are more items to be requested.",
          "path": "{merchantId}/products",
          "parameterOrder": [
            "merchantId"
          ],
          "flatPath": "{merchantId}/products",
          "id": "content.products.list"
        },
        "insert": {
          "parameterOrder": [
            "merchantId"
          ],
          "description": "Uploads a product to your Merchant Center account. If an item with the same channel, contentLanguage, offerId, and targetCountry already exists, this method updates that entry.",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "httpMethod": "POST",
          "parameters": {
            "merchantId": {
              "description": "The ID of the account that contains the product. This account cannot be a multi-client account.",
              "location": "path",
              "type": "string",
              "required": true,
              "format": "uint64"
            },
            "feedId": {
              "type": "string",
              "format": "uint64",
              "location": "query",
              "description": "The Content API Supplemental Feed ID. If present then product insertion applies to the data in a supplemental feed."
            }
          },
          "request": {
            "$ref": "Product"
          },
          "path": "{merchantId}/products",
          "flatPath": "{merchantId}/products",
          "id": "content.products.insert",
          "response": {
            "$ref": "Product"
          }
        },
        "custombatch": {
          "path": "products/batch",
          "parameterOrder": [],
          "response": {
            "$ref": "ProductsCustomBatchResponse"
          },
          "request": {
            "$ref": "ProductsCustomBatchRequest"
          },
          "flatPath": "products/batch",
          "id": "content.products.custombatch",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {},
          "httpMethod": "POST",
          "description": "Retrieves, inserts, and deletes multiple products in a single request."
        },
        "delete": {
          "description": "Deletes a product from your Merchant Center account.",
          "flatPath": "{merchantId}/products/{productId}",
          "parameters": {
            "productId": {
              "location": "path",
              "description": "The REST ID of the product.",
              "type": "string",
              "required": true
            },
            "merchantId": {
              "location": "path",
              "type": "string",
              "format": "uint64",
              "required": true,
              "description": "The ID of the account that contains the product. This account cannot be a multi-client account."
            },
            "feedId": {
              "type": "string",
              "location": "query",
              "description": "The Content API Supplemental Feed ID. If present then product deletion applies to the data in a supplemental feed. If absent, entire product will be deleted.",
              "format": "uint64"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameterOrder": [
            "merchantId",
            "productId"
          ],
          "httpMethod": "DELETE",
          "path": "{merchantId}/products/{productId}",
          "id": "content.products.delete"
        }
      }
    },
    "merchantsupport": {
      "methods": {
        "renderproductissues": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "description": "Provide a list of issues for merchant's product with a support content and available actions. This content and actions are meant to be rendered and shown in third-party applications.",
          "request": {
            "$ref": "RenderProductIssuesRequestPayload"
          },
          "id": "content.merchantsupport.renderproductissues",
          "path": "{merchantId}/merchantsupport/renderproductissues/{productId}",
          "response": {
            "$ref": "RenderProductIssuesResponse"
          },
          "parameterOrder": [
            "merchantId",
            "productId"
          ],
          "httpMethod": "POST",
          "parameters": {
            "merchantId": {
              "format": "int64",
              "location": "path",
              "type": "string",
              "required": true,
              "description": "Required. The ID of the account that contains the product."
            },
            "timeZone": {
              "description": "Optional. The [IANA](https://www.iana.org/time-zones) timezone used to localize times in support content. For example 'America/Los_Angeles'. If not set, results will use as a default UTC.",
              "type": "string",
              "location": "query"
            },
            "productId": {
              "description": "Required. The [REST_ID](https://developers.google.com/shopping-content/reference/rest/v2.1/products#Product.FIELDS.id) of the product to fetch issues for.",
              "type": "string",
              "location": "path",
              "required": true
            },
            "languageCode": {
              "type": "string",
              "description": "Optional. The [IETF BCP-47](https://tools.ietf.org/html/bcp47) language code used to localize support content. If not set, the result will be in default language `en-US`.",
              "location": "query"
            }
          },
          "flatPath": "{merchantId}/merchantsupport/renderproductissues/{productId}"
        },
        "triggeraction": {
          "flatPath": "{merchantId}/merchantsupport/triggeraction",
          "path": "{merchantId}/merchantsupport/triggeraction",
          "response": {
            "$ref": "TriggerActionResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "httpMethod": "POST",
          "description": "Start an action. The action can be requested by merchants in third-party application. Before merchants can request the action, the third-party application needs to show them action specific content and display a user input form. You can submit an allowlist request in the [Shopping API Support Form](https://support.google.com/merchants/contact/shopping_api_support_form) under \"What is the issue/question?\" to get access to this feature. The action can be successfully started only once all `required` inputs are provided. If any `required` input is missing, or invalid value was provided, the service will return 400 error. Validation errors will contain Ids for all problematic field together with translated, human readable error messages that can be shown to the user.",
          "parameters": {
            "languageCode": {
              "type": "string",
              "description": "Optional. Language code [IETF BCP 47 syntax](https://tools.ietf.org/html/bcp47) used to localize the response. If not set, the result will be in default language `en-US`.",
              "location": "query"
            },
            "merchantId": {
              "location": "path",
              "description": "Required. The ID of the merchant's account.",
              "type": "string",
              "required": true,
              "format": "int64"
            }
          },
          "request": {
            "$ref": "TriggerActionPayload"
          },
          "id": "content.merchantsupport.triggeraction",
          "parameterOrder": [
            "merchantId"
          ]
        },
        "renderaccountissues": {
          "description": "Provide a list of merchant's issues with a support content and available actions. This content and actions are meant to be rendered and shown in third-party applications.",
          "flatPath": "{merchantId}/merchantsupport/renderaccountissues",
          "path": "{merchantId}/merchantsupport/renderaccountissues",
          "id": "content.merchantsupport.renderaccountissues",
          "response": {
            "$ref": "RenderAccountIssuesResponse"
          },
          "parameters": {
            "merchantId": {
              "description": "Required. The ID of the account to fetch issues for.",
              "required": true,
              "format": "int64",
              "type": "string",
              "location": "path"
            },
            "timeZone": {
              "type": "string",
              "description": "Optional. The [IANA](https://www.iana.org/time-zones) timezone used to localize times in support content. For example 'America/Los_Angeles'. If not set, results will use as a default UTC.",
              "location": "query"
            },
            "languageCode": {
              "location": "query",
              "type": "string",
              "description": "Optional. The [IETF BCP-47](https://tools.ietf.org/html/bcp47) language code used to localize support content. If not set, the result will be in default language `en-US`."
            }
          },
          "httpMethod": "POST",
          "parameterOrder": [
            "merchantId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "request": {
            "$ref": "RenderAccountIssuesRequestPayload"
          }
        }
      }
    },
    "reports": {
      "methods": {
        "search": {
          "parameters": {
            "merchantId": {
              "format": "int64",
              "required": true,
              "type": "string",
              "description": "Required. Id of the merchant making the call. Must be a standalone account or an MCA subaccount.",
              "location": "path"
            }
          },
          "request": {
            "$ref": "SearchRequest"
          },
          "httpMethod": "POST",
          "parameterOrder": [
            "merchantId"
          ],
          "path": "{merchantId}/reports/search",
          "description": "Retrieves merchant performance metrics matching the search query and optionally segmented by selected dimensions.",
          "id": "content.reports.search",
          "response": {
            "$ref": "SearchResponse"
          },
          "flatPath": "{merchantId}/reports/search",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ]
        }
      }
    },
    "regionalinventory": {
      "methods": {
        "insert": {
          "httpMethod": "POST",
          "path": "{merchantId}/products/{productId}/regionalinventory",
          "parameters": {
            "productId": {
              "description": "The REST ID of the product for which to update the regional inventory.",
              "type": "string",
              "required": true,
              "location": "path"
            },
            "merchantId": {
              "location": "path",
              "format": "uint64",
              "type": "string",
              "required": true,
              "description": "The ID of the account that contains the product. This account cannot be a multi-client account."
            }
          },
          "id": "content.regionalinventory.insert",
          "description": "Updates the regional inventory of a product in your Merchant Center account. If a regional inventory with the same region ID already exists, this method updates that entry.",
          "request": {
            "$ref": "RegionalInventory"
          },
          "flatPath": "{merchantId}/products/{productId}/regionalinventory",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameterOrder": [
            "merchantId",
            "productId"
          ],
          "response": {
            "$ref": "RegionalInventory"
          }
        },
        "custombatch": {
          "parameterOrder": [],
          "path": "regionalinventory/batch",
          "id": "content.regionalinventory.custombatch",
          "parameters": {},
          "httpMethod": "POST",
          "description": "Updates regional inventory for multiple products or regions in a single request.",
          "response": {
            "$ref": "RegionalinventoryCustomBatchResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "flatPath": "regionalinventory/batch",
          "request": {
            "$ref": "RegionalinventoryCustomBatchRequest"
          }
        }
      }
    },
    "shoppingadsprogram": {
      "methods": {
        "requestreview": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "httpMethod": "POST",
          "description": "Requests a review of Shopping ads in a specific region. This method deprecated. Use the `MerchantSupportService` to view product and account issues and request a review.",
          "parameters": {
            "merchantId": {
              "type": "string",
              "location": "path",
              "required": true,
              "format": "int64",
              "description": "Required. The ID of the account."
            }
          },
          "flatPath": "{merchantId}/shoppingadsprogram/requestreview",
          "path": "{merchantId}/shoppingadsprogram/requestreview",
          "id": "content.shoppingadsprogram.requestreview",
          "parameterOrder": [
            "merchantId"
          ],
          "request": {
            "$ref": "RequestReviewShoppingAdsRequest"
          }
        },
        "get": {
          "path": "{merchantId}/shoppingadsprogram",
          "description": "Retrieves the status and review eligibility for the Shopping Ads program. Returns errors and warnings if they require action to resolve, will become disapprovals, or impact impressions. Use `accountstatuses` to view all issues for an account.",
          "httpMethod": "GET",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "merchantId": {
              "description": "Required. The ID of the account.",
              "required": true,
              "type": "string",
              "format": "int64",
              "location": "path"
            }
          },
          "id": "content.shoppingadsprogram.get",
          "response": {
            "$ref": "ShoppingAdsProgramStatus"
          },
          "flatPath": "{merchantId}/shoppingadsprogram",
          "parameterOrder": [
            "merchantId"
          ]
        }
      }
    },
    "accounts": {
      "methods": {
        "get": {
          "id": "content.accounts.get",
          "parameters": {
            "merchantId": {
              "required": true,
              "description": "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.",
              "location": "path",
              "type": "string",
              "format": "uint64"
            },
            "view": {
              "description": "Controls which fields will be populated. Acceptable values are: \"merchant\" and \"css\". The default value is \"merchant\".",
              "location": "query",
              "enumDescriptions": [
                "Default. View is populated with Merchant Center fields.",
                "View is populated with Comparison Shopping Services fields."
              ],
              "type": "string",
              "enum": [
                "MERCHANT",
                "CSS"
              ]
            },
            "accountId": {
              "type": "string",
              "location": "path",
              "format": "uint64",
              "description": "The ID of the account.",
              "required": true
            }
          },
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "httpMethod": "GET",
          "description": "Retrieves a Merchant Center account.",
          "response": {
            "$ref": "Account"
          },
          "flatPath": "{merchantId}/accounts/{accountId}",
          "path": "{merchantId}/accounts/{accountId}",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ]
        },
        "updatelabels": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "path": "{merchantId}/accounts/{accountId}/updatelabels",
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "httpMethod": "POST",
          "parameters": {
            "merchantId": {
              "format": "uint64",
              "description": "The ID of the managing account.",
              "required": true,
              "type": "string",
              "location": "path"
            },
            "accountId": {
              "description": "The ID of the account whose labels are updated.",
              "type": "string",
              "required": true,
              "format": "uint64",
              "location": "path"
            }
          },
          "request": {
            "$ref": "AccountsUpdateLabelsRequest"
          },
          "response": {
            "$ref": "AccountsUpdateLabelsResponse"
          },
          "id": "content.accounts.updatelabels",
          "flatPath": "{merchantId}/accounts/{accountId}/updatelabels",
          "description": "Updates labels that are assigned to the Merchant Center account by CSS user."
        },
        "authinfo": {
          "flatPath": "accounts/authinfo",
          "response": {
            "$ref": "AccountsAuthInfoResponse"
          },
          "path": "accounts/authinfo",
          "id": "content.accounts.authinfo",
          "httpMethod": "GET",
          "parameterOrder": [],
          "parameters": {},
          "description": "Returns information about the authenticated user.",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ]
        },
        "insert": {
          "flatPath": "{merchantId}/accounts",
          "id": "content.accounts.insert",
          "httpMethod": "POST",
          "parameters": {
            "merchantId": {
              "type": "string",
              "required": true,
              "description": "The ID of the managing account. This must be a multi-client account.",
              "format": "uint64",
              "location": "path"
            }
          },
          "parameterOrder": [
            "merchantId"
          ],
          "response": {
            "$ref": "Account"
          },
          "path": "{merchantId}/accounts",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "description": "Creates a Merchant Center sub-account.",
          "request": {
            "$ref": "Account"
          }
        },
        "claimwebsite": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "response": {
            "$ref": "AccountsClaimWebsiteResponse"
          },
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "flatPath": "{merchantId}/accounts/{accountId}/claimwebsite",
          "id": "content.accounts.claimwebsite",
          "parameters": {
            "merchantId": {
              "description": "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.",
              "type": "string",
              "required": true,
              "location": "path",
              "format": "uint64"
            },
            "accountId": {
              "location": "path",
              "type": "string",
              "format": "uint64",
              "required": true,
              "description": "The ID of the account whose website is claimed."
            },
            "overwrite": {
              "description": "Only available to selected merchants, for example multi-client accounts (MCAs) and their sub-accounts. When set to `True`, this option removes any existing claim on the requested website and replaces it with a claim from the account that makes the request.",
              "location": "query",
              "type": "boolean"
            }
          },
          "description": "Claims the website of a Merchant Center sub-account. Merchant accounts with approved third-party CSSs aren't required to claim a website.",
          "httpMethod": "POST",
          "path": "{merchantId}/accounts/{accountId}/claimwebsite"
        },
        "link": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "id": "content.accounts.link",
          "path": "{merchantId}/accounts/{accountId}/link",
          "request": {
            "$ref": "AccountsLinkRequest"
          },
          "flatPath": "{merchantId}/accounts/{accountId}/link",
          "description": "Performs an action on a link between two Merchant Center accounts, namely accountId and linkedAccountId.",
          "response": {
            "$ref": "AccountsLinkResponse"
          },
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "httpMethod": "POST",
          "parameters": {
            "accountId": {
              "required": true,
              "type": "string",
              "format": "uint64",
              "location": "path",
              "description": "The ID of the account that should be linked."
            },
            "merchantId": {
              "location": "path",
              "type": "string",
              "description": "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": true,
              "format": "uint64"
            }
          }
        },
        "update": {
          "httpMethod": "PUT",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "merchantId": {
              "location": "path",
              "format": "uint64",
              "type": "string",
              "description": "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": true
            },
            "accountId": {
              "description": "The ID of the account.",
              "format": "uint64",
              "required": true,
              "type": "string",
              "location": "path"
            }
          },
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "flatPath": "{merchantId}/accounts/{accountId}",
          "path": "{merchantId}/accounts/{accountId}",
          "response": {
            "$ref": "Account"
          },
          "request": {
            "$ref": "Account"
          },
          "id": "content.accounts.update",
          "description": "Updates a Merchant Center account. Any fields that are not provided are deleted from the resource."
        },
        "list": {
          "parameterOrder": [
            "merchantId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "flatPath": "{merchantId}/accounts",
          "path": "{merchantId}/accounts",
          "parameters": {
            "pageToken": {
              "type": "string",
              "description": "The token returned by the previous request.",
              "location": "query"
            },
            "merchantId": {
              "location": "path",
              "format": "uint64",
              "type": "string",
              "required": true,
              "description": "The ID of the managing account. This must be a multi-client account."
            },
            "maxResults": {
              "type": "integer",
              "description": "The maximum number of accounts to return in the response, used for paging.",
              "format": "uint32",
              "location": "query"
            },
            "name": {
              "type": "string",
              "location": "query",
              "description": "If set, only the accounts with the given name (case sensitive) will be returned."
            },
            "view": {
              "type": "string",
              "enum": [
                "MERCHANT",
                "CSS"
              ],
              "enumDescriptions": [
                "Default. View is populated with Merchant Center fields.",
                "View is populated with Comparison Shopping Services fields."
              ],
              "location": "query",
              "description": "Controls which fields will be populated. Acceptable values are: \"merchant\" and \"css\". The default value is \"merchant\"."
            },
            "label": {
              "location": "query",
              "format": "uint64",
              "type": "string",
              "description": "If view is set to \"css\", only return accounts that are assigned label with given ID."
            }
          },
          "id": "content.accounts.list",
          "httpMethod": "GET",
          "description": "Lists the sub-accounts in your Merchant Center account.",
          "response": {
            "$ref": "AccountsListResponse"
          }
        },
        "listlinks": {
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "accountId": {
              "required": true,
              "format": "uint64",
              "type": "string",
              "location": "path",
              "description": "The ID of the account for which to list links."
            },
            "merchantId": {
              "required": true,
              "format": "uint64",
              "description": "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.",
              "location": "path",
              "type": "string"
            },
            "maxResults": {
              "description": "The maximum number of links to return in the response, used for pagination. The minimum allowed value is 5 results per page. If provided value is lower than 5, it will be automatically increased to 5.",
              "location": "query",
              "type": "integer",
              "format": "uint32"
            },
            "pageToken": {
              "type": "string",
              "location": "query",
              "description": "The token returned by the previous request."
            }
          },
          "httpMethod": "GET",
          "flatPath": "{merchantId}/accounts/{accountId}/listlinks",
          "path": "{merchantId}/accounts/{accountId}/listlinks",
          "description": "Returns the list of accounts linked to your Merchant Center account.",
          "response": {
            "$ref": "AccountsListLinksResponse"
          },
          "id": "content.accounts.listlinks"
        },
        "requestphoneverification": {
          "request": {
            "$ref": "RequestPhoneVerificationRequest"
          },
          "flatPath": "{merchantId}/accounts/{accountId}/requestphoneverification",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "id": "content.accounts.requestphoneverification",
          "response": {
            "$ref": "RequestPhoneVerificationResponse"
          },
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "description": "Request verification code to start phone verification.",
          "parameters": {
            "accountId": {
              "format": "int64",
              "description": "Required. The ID of the account.",
              "required": true,
              "location": "path",
              "type": "string"
            },
            "merchantId": {
              "location": "path",
              "description": "Required. 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": true,
              "format": "int64",
              "type": "string"
            }
          },
          "path": "{merchantId}/accounts/{accountId}/requestphoneverification",
          "httpMethod": "POST"
        },
        "delete": {
          "httpMethod": "DELETE",
          "description": "Deletes a Merchant Center sub-account.",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "force": {
              "default": "false",
              "location": "query",
              "description": "Option to delete sub-accounts with products. The default value is false.",
              "type": "boolean"
            },
            "accountId": {
              "required": true,
              "description": "The ID of the account.",
              "format": "uint64",
              "type": "string",
              "location": "path"
            },
            "merchantId": {
              "location": "path",
              "description": "The ID of the managing account. This must be a multi-client account, and accountId must be the ID of a sub-account of this account.",
              "format": "uint64",
              "type": "string",
              "required": true
            }
          },
          "id": "content.accounts.delete",
          "flatPath": "{merchantId}/accounts/{accountId}",
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "path": "{merchantId}/accounts/{accountId}"
        },
        "verifyphonenumber": {
          "parameters": {
            "accountId": {
              "location": "path",
              "description": "Required. The ID of the account.",
              "type": "string",
              "required": true,
              "format": "int64"
            },
            "merchantId": {
              "format": "int64",
              "required": true,
              "description": "Required. 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.",
              "location": "path",
              "type": "string"
            }
          },
          "httpMethod": "POST",
          "response": {
            "$ref": "VerifyPhoneNumberResponse"
          },
          "id": "content.accounts.verifyphonenumber",
          "description": "Validates verification code to verify phone number for the account. If successful this will overwrite the value of `accounts.businessinformation.phoneNumber`. Only verified phone number will replace an existing verified phone number.",
          "flatPath": "{merchantId}/accounts/{accountId}/verifyphonenumber",
          "request": {
            "$ref": "VerifyPhoneNumberRequest"
          },
          "path": "{merchantId}/accounts/{accountId}/verifyphonenumber",
          "parameterOrder": [
            "merchantId",
            "accountId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ]
        },
        "custombatch": {
          "flatPath": "accounts/batch",
          "parameters": {},
          "request": {
            "$ref": "AccountsCustomBatchRequest"
          },
          "httpMethod": "POST",
          "response": {
            "$ref": "AccountsCustomBatchResponse"
          },
          "path": "accounts/batch",
          "parameterOrder": [],
          "id": "content.accounts.custombatch",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "description": "Retrieves, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request."
        }
      },
      "resources": {
        "returncarrier": {
          "methods": {
            "patch": {
              "parameters": {
                "carrierAccountId": {
                  "location": "path",
                  "format": "int64",
                  "type": "string",
                  "required": true,
                  "description": "Required. The Google-provided unique carrier ID, used to update the resource."
                },
                "accountId": {
                  "format": "int64",
                  "required": true,
                  "location": "path",
                  "description": "Required. The Merchant Center Account Id under which the Return Carrier is to be linked.",
                  "type": "string"
                }
              },
              "httpMethod": "PATCH",
              "response": {
                "$ref": "AccountReturnCarrier"
              },
              "parameterOrder": [
                "accountId",
                "carrierAccountId"
              ],
              "description": "Updates a return carrier in the merchant account.",
              "request": {
                "$ref": "AccountReturnCarrier"
              },
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ],
              "flatPath": "accounts/{accountId}/returncarrier/{carrierAccountId}",
              "path": "accounts/{accountId}/returncarrier/{carrierAccountId}",
              "id": "content.accounts.returncarrier.patch"
            },
            "delete": {
              "httpMethod": "DELETE",
              "description": "Delete a return carrier in the merchant account.",
              "flatPath": "accounts/{accountId}/returncarrier/{carrierAccountId}",
              "parameters": {
                "accountId": {
                  "description": "Required. The Merchant Center Account Id under which the Return Carrier is to be linked.",
                  "location": "path",
                  "type": "string",
                  "required": true,
                  "format": "int64"
                },
                "carrierAccountId": {
                  "type": "string",
                  "location": "path",
                  "format": "int64",
                  "description": "Required. The Google-provided unique carrier ID, used to update the resource.",
                  "required": true
                }
              },
              "path": "accounts/{accountId}/returncarrier/{carrierAccountId}",
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ],
              "id": "content.accounts.returncarrier.delete",
              "parameterOrder": [
                "accountId",
                "carrierAccountId"
              ]
            },
            "create": {
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ],
              "request": {
                "$ref": "AccountReturnCarrier"
              },
              "parameters": {
                "accountId": {
                  "description": "Required. The Merchant Center Account Id under which the Return Carrier is to be linked.",
                  "format": "int64",
                  "required": true,
                  "type": "string",
                  "location": "path"
                }
              },
              "path": "accounts/{accountId}/returncarrier",
              "httpMethod": "POST",
              "response": {
                "$ref": "AccountReturnCarrier"
              },
              "parameterOrder": [
                "accountId"
              ],
              "description": "Links return carrier to a merchant account.",
              "flatPath": "accounts/{accountId}/returncarrier",
              "id": "content.accounts.returncarrier.create"
            },
            "list": {
              "path": "accounts/{accountId}/returncarrier",
              "parameters": {
                "accountId": {
                  "location": "path",
                  "type": "string",
                  "format": "int64",
                  "description": "Required. The Merchant Center Account Id under which the Return Carrier is to be linked.",
                  "required": true
                }
              },
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ],
              "id": "content.accounts.returncarrier.list",
              "flatPath": "accounts/{accountId}/returncarrier",
              "parameterOrder": [
                "accountId"
              ],
              "description": "Lists available return carriers in the merchant account.",
              "response": {
                "$ref": "ListAccountReturnCarrierResponse"
              }
            }
          }
        },
        "labels": {
          "methods": {
            "list": {
              "parameters": {
                "accountId": {
                  "required": true,
                  "description": "Required. The account id for whose labels are to be listed.",
                  "format": "int64",
                  "location": "path",
                  "type": "string"
                },
                "pageSize": {
                  "location": "query",
                  "format": "int32",
                  "type": "integer",
                  "description": "The maximum number of labels to return. The service may return fewer than this value. If unspecified, at most 50 labels will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000."
                },
                "pageToken": {
                  "description": "A page token, received from a previous `ListAccountLabels` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAccountLabels` must match the call that provided the page token.",
                  "location": "query",
                  "type": "string"
                }
              },
              "path": "accounts/{accountId}/labels",
              "flatPath": "accounts/{accountId}/labels",
              "httpMethod": "GET",
              "description": "Lists the labels assigned to an account.",
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ],
              "response": {
                "$ref": "ListAccountLabelsResponse"
              },
              "id": "content.accounts.labels.list",
              "parameterOrder": [
                "accountId"
              ]
            },
            "patch": {
              "parameterOrder": [
                "accountId",
                "labelId"
              ],
              "id": "content.accounts.labels.patch",
              "httpMethod": "PATCH",
              "path": "accounts/{accountId}/labels/{labelId}",
              "flatPath": "accounts/{accountId}/labels/{labelId}",
              "parameters": {
                "accountId": {
                  "location": "path",
                  "description": "Required. The id of the account this label belongs to.",
                  "required": true,
                  "format": "int64",
                  "type": "string"
                },
                "labelId": {
                  "required": true,
                  "description": "Required. The id of the label to update.",
                  "format": "int64",
                  "type": "string",
                  "location": "path"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ],
              "description": "Updates a label.",
              "request": {
                "$ref": "AccountLabel"
              },
              "response": {
                "$ref": "AccountLabel"
              }
            },
            "create": {
              "path": "accounts/{accountId}/labels",
              "parameterOrder": [
                "accountId"
              ],
              "flatPath": "accounts/{accountId}/labels",
              "response": {
                "$ref": "AccountLabel"
              },
              "description": "Creates a new label, not assigned to any account.",
              "parameters": {
                "accountId": {
                  "location": "path",
                  "description": "Required. The id of the account this label belongs to.",
                  "required": true,
                  "type": "string",
                  "format": "int64"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ],
              "id": "content.accounts.labels.create",
              "httpMethod": "POST",
              "request": {
                "$ref": "AccountLabel"
              }
            },
            "delete": {
              "id": "content.accounts.labels.delete",
              "httpMethod": "DELETE",
              "flatPath": "accounts/{accountId}/labels/{labelId}",
              "parameters": {
                "accountId": {
                  "description": "Required. The id of the account that owns the label.",
                  "required": true,
                  "format": "int64",
                  "location": "path",
                  "type": "string"
                },
                "labelId": {
                  "required": true,
                  "description": "Required. The id of the label to delete.",
                  "type": "string",
                  "location": "path",
                  "format": "int64"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ],
              "parameterOrder": [
                "accountId",
                "labelId"
              ],
              "path": "accounts/{accountId}/labels/{labelId}",
              "description": "Deletes a label and removes it from all accounts to which it was assigned."
            }
          }
        },
        "credentials": {
          "methods": {
            "create": {
              "flatPath": "accounts/{accountId}/credentials",
              "parameterOrder": [
                "accountId"
              ],
              "id": "content.accounts.credentials.create",
              "response": {
                "$ref": "AccountCredentials"
              },
              "httpMethod": "POST",
              "path": "accounts/{accountId}/credentials",
              "description": "Uploads credentials for the Merchant Center account. If credentials already exist for this Merchant Center account and purpose, this method updates them.",
              "parameters": {
                "accountId": {
                  "description": "Required. The merchant id of the account these credentials belong to.",
                  "format": "int64",
                  "required": true,
                  "location": "path",
                  "type": "string"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ],
              "request": {
                "$ref": "AccountCredentials"
              }
            }
          }
        }
      }
    },
    "promotions": {
      "methods": {
        "list": {
          "parameters": {
            "languageCode": {
              "type": "string",
              "description": "The two-letter ISO 639-1 language code associated with the promotions, used as a filter.",
              "location": "query"
            },
            "pageToken": {
              "description": "A page token, received from a previous `ListPromotion` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPromotion` must match the call that provided the page token.",
              "location": "query",
              "type": "string"
            },
            "merchantId": {
              "description": "Required. The ID of the account that contains the collection.",
              "required": true,
              "type": "string",
              "format": "int64",
              "location": "path"
            },
            "pageSize": {
              "location": "query",
              "description": "The maximum number of promotions to return. The service may return fewer than this value. If unspecified, at most 50 labels will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
              "type": "integer",
              "format": "int32"
            },
            "countryCode": {
              "description": "[CLDR country code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) (for example, \"US\"), used as a filter on promotions target country.",
              "type": "string",
              "location": "query"
            }
          },
          "parameterOrder": [
            "merchantId"
          ],
          "path": "{merchantId}/promotions",
          "httpMethod": "GET",
          "flatPath": "{merchantId}/promotions",
          "description": "List all promotions from your Merchant Center account.",
          "id": "content.promotions.list",
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "response": {
            "$ref": "ListPromotionResponse"
          }
        },
        "create": {
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "response": {
            "$ref": "Promotion"
          },
          "request": {
            "$ref": "Promotion"
          },
          "description": "Inserts a promotion for your Merchant Center account. If the promotion already exists, then it updates the promotion instead. To [end or delete] (https://developers.google.com/shopping-content/guides/promotions#end_a_promotion) a promotion update the time period of the promotion to a time that has already passed.",
          "id": "content.promotions.create",
          "flatPath": "{merchantId}/promotions",
          "parameterOrder": [
            "merchantId"
          ],
          "path": "{merchantId}/promotions",
          "parameters": {
            "merchantId": {
              "location": "path",
              "description": "Required. The ID of the account that contains the collection.",
              "required": true,
              "type": "string",
              "format": "int64"
            }
          },
          "httpMethod": "POST"
        },
        "get": {
          "httpMethod": "GET",
          "parameterOrder": [
            "merchantId",
            "id"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/content"
          ],
          "parameters": {
            "id": {
              "location": "path",
              "type": "string",
              "required": true,
              "description": "Required. REST ID of the promotion to retrieve."
            },
            "merchantId": {
              "format": "int64",
              "required": true,
              "type": "string",
              "description": "Required. The ID of the account that contains the collection.",
              "location": "path"
            }
          },
          "id": "content.promotions.get",
          "description": "Retrieves a promotion from your Merchant Center account.",
          "flatPath": "{merchantId}/promotions/{id}",
          "response": {
            "$ref": "Promotion"
          },
          "path": "{merchantId}/promotions/{id}"
        }
      }
    }
  },
  "schemas": {
    "ServiceStoreConfigCutoffConfigLocalCutoffTime": {
      "id": "ServiceStoreConfigCutoffConfigLocalCutoffTime",
      "type": "object",
      "description": "Time in hours and minutes in the local timezone when local delivery ends.",
      "properties": {
        "hour": {
          "type": "string",
          "format": "int64",
          "description": "Hour local delivery orders must be placed by to process the same day."
        },
        "minute": {
          "description": "Minute local delivery orders must be placed by to process the same day.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "ProductStatusItemLevelIssue": {
      "type": "object",
      "properties": {
        "destination": {
          "type": "string",
          "description": "The destination the issue applies to."
        },
        "detail": {
          "description": "A detailed issue description in English.",
          "type": "string"
        },
        "attributeName": {
          "description": "The attribute's name, if the issue is caused by a single attribute.",
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "A short issue description in English."
        },
        "resolution": {
          "description": "Whether the issue can be resolved by the merchant.",
          "type": "string"
        },
        "code": {
          "description": "The error code of the issue.",
          "type": "string"
        },
        "applicableCountries": {
          "description": "List of country codes (ISO 3166-1 alpha-2) where issue applies to the offer.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "documentation": {
          "type": "string",
          "description": "The URL of a web page to help with resolving this issue."
        },
        "servability": {
          "type": "string",
          "description": "How this issue affects serving of the offer."
        }
      },
      "id": "ProductStatusItemLevelIssue"
    },
    "Collection": {
      "description": "The collection message.",
      "id": "Collection",
      "type": "object",
      "properties": {
        "customLabel1": {
          "type": "string",
          "description": "Label that you assign to a collection to help organize bidding and reporting in Shopping campaigns."
        },
        "headline": {
          "items": {
            "type": "string"
          },
          "description": "Your collection's name. [headline attribute](https://support.google.com/merchants/answer/9673580)",
          "type": "array"
        },
        "id": {
          "description": "Required. The REST ID of the collection. Content API methods that operate on collections take this as their collectionId parameter. The REST ID for a collection is of the form collectionId. [id attribute](https://support.google.com/merchants/answer/9649290)",
          "type": "string"
        },
        "customLabel3": {
          "description": "Label that you assign to a collection to help organize bidding and reporting in Shopping campaigns.",
          "type": "string"
        },
        "customLabel2": {
          "type": "string",
          "description": "Label that you assign to a collection to help organize bidding and reporting in Shopping campaigns."
        },
        "language": {
          "type": "string",
          "description": "The language of a collection and the language of any featured products linked to the collection. [language attribute](https://support.google.com/merchants/answer/9673781)"
        },
        "link": {
          "description": "A collection’s landing page. URL directly linking to your collection's page on your website. [link attribute](https://support.google.com/merchants/answer/9673983)",
          "type": "string"
        },
        "mobileLink": {
          "type": "string",
          "description": "A collection’s mobile-optimized landing page when you have a different URL for mobile and desktop traffic. [mobile_link attribute](https://support.google.com/merchants/answer/9646123)"
        },
        "featuredProduct": {
          "description": "This identifies one or more products associated with the collection. Used as a lookup to the corresponding product ID in your product feeds. Provide a maximum of 100 featuredProduct (for collections). Provide up to 10 featuredProduct (for Shoppable Images only) with ID and X and Y coordinates. [featured_product attribute](https://support.google.com/merchants/answer/9703736)",
          "items": {
            "$ref": "CollectionFeaturedProduct"
          },
          "type": "array"
        },
        "imageLink": {
          "description": "The URL of a collection’s image. [image_link attribute](https://support.google.com/merchants/answer/9703236)",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "customLabel0": {
          "description": "Label that you assign to a collection to help organize bidding and reporting in Shopping campaigns. [Custom label](https://support.google.com/merchants/answer/9674217)",
          "type": "string"
        },
        "customLabel4": {
          "description": "Label that you assign to a collection to help organize bidding and reporting in Shopping campaigns.",
          "type": "string"
        },
        "productCountry": {
          "type": "string",
          "description": "[product_country attribute](https://support.google.com/merchants/answer/9674155)"
        }
      }
    },
    "ProductstatusesCustomBatchRequestEntry": {
      "type": "object",
      "description": "A batch entry encoding a single non-batch productstatuses request.",
      "properties": {
        "destinations": {
          "items": {
            "type": "string"
          },
          "description": "If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.",
          "type": "array"
        },
        "merchantId": {
          "type": "string",
          "format": "uint64",
          "description": "The ID of the managing account."
        },
        "batchId": {
          "type": "integer",
          "format": "uint32",
          "description": "An entry ID, unique within the batch request."
        },
        "includeAttributes": {
          "description": "Deprecated: Setting this field has no effect and attributes are never included.",
          "deprecated": true,
          "type": "boolean"
        },
        "productId": {
          "description": "The ID of the product whose status to get.",
          "type": "string"
        },
        "method": {
          "type": "string",
          "description": "The method of the batch entry. Acceptable values are: - \"`get`\" "
        }
      },
      "id": "ProductstatusesCustomBatchRequestEntry"
    },
    "DateTime": {
      "properties": {
        "day": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day."
        },
        "timeZone": {
          "description": "Time zone.",
          "$ref": "TimeZone"
        },
        "hours": {
          "description": "Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
          "type": "integer",
          "format": "int32"
        },
        "nanos": {
          "description": "Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.",
          "type": "integer",
          "format": "int32"
        },
        "seconds": {
          "format": "int32",
          "description": "Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds.",
          "type": "integer"
        },
        "year": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year."
        },
        "utcOffset": {
          "description": "UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }.",
          "type": "string",
          "format": "google-duration"
        },
        "minutes": {
          "description": "Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.",
          "type": "integer",
          "format": "int32"
        },
        "month": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month."
        }
      },
      "description": "Represents civil time (or occasionally physical time). This type can represent a civil time in one of a few possible ways: * When utc_offset is set and time_zone is unset: a civil time on a calendar day with a particular offset from UTC. * When time_zone is set and utc_offset is unset: a civil time on a calendar day in a particular time zone. * When neither time_zone nor utc_offset is set: a civil time on a calendar day in local time. The date is relative to the Proleptic Gregorian Calendar. If year, month, or day are 0, the DateTime is considered not to have a specific year, month, or day respectively. This type may also be used to represent a physical time if all the date and time fields are set and either case of the `time_offset` oneof is set. Consider using `Timestamp` message for physical time instead. If your use case also would like to store the user's timezone, that can be done in another field. This type is more flexible than some applications may want. Make sure to document and validate your application's limitations.",
      "type": "object",
      "id": "DateTime"
    },
    "PosSaleResponse": {
      "type": "object",
      "properties": {
        "saleId": {
          "type": "string",
          "description": "A unique ID to group items from the same sale event."
        },
        "price": {
          "$ref": "Price",
          "description": "Required. The price of the item."
        },
        "itemId": {
          "description": "Required. A unique identifier for the item.",
          "type": "string"
        },
        "timestamp": {
          "description": "Required. The inventory timestamp, in ISO 8601 format.",
          "type": "string"
        },
        "targetCountry": {
          "type": "string",
          "description": "Required. The CLDR territory code for the item."
        },
        "storeCode": {
          "type": "string",
          "description": "Required. The identifier of the merchant's store. Either a `storeCode` inserted through the API or the code of the store in a Business Profile."
        },
        "contentLanguage": {
          "type": "string",
          "description": "Required. The two-letter ISO 639-1 language code for the item."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#posSaleResponse`\".",
          "type": "string"
        },
        "quantity": {
          "description": "Required. The relative change of the available quantity. Negative for items returned.",
          "type": "string",
          "format": "int64"
        },
        "gtin": {
          "description": "Global Trade Item Number.",
          "type": "string"
        }
      },
      "id": "PosSaleResponse"
    },
    "SearchRequest": {
      "properties": {
        "query": {
          "type": "string",
          "description": "Required. Query that defines performance metrics to retrieve and dimensions according to which the metrics are to be segmented. For details on how to construct your query, see the [Query Language guide](https://developers.google.com/shopping-content/guides/reports/query-language/overview)."
        },
        "pageSize": {
          "type": "integer",
          "description": "Number of ReportRows to retrieve in a single page. Defaults to 1000. Values above 5000 are coerced to 5000.",
          "format": "int32"
        },
        "pageToken": {
          "description": "Token of the page to retrieve. If not specified, the first page of results is returned. In order to request the next page of results, the value obtained from `next_page_token` in the previous response should be used.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Request message for the ReportService.Search method.",
      "id": "SearchRequest"
    },
    "MethodQuota": {
      "description": "The quota information per method in the Content API.",
      "properties": {
        "quotaLimit": {
          "readOnly": true,
          "description": "Output only. The maximum number of calls allowed per day for the method.",
          "type": "string",
          "format": "int64"
        },
        "quotaMinuteLimit": {
          "type": "string",
          "description": "Output only. The maximum number of calls allowed per minute for the method.",
          "readOnly": true,
          "format": "int64"
        },
        "method": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The method name, for example `products.list`. Method name does not contain version because quota can be shared between different API versions of the same method."
        },
        "quotaUsage": {
          "description": "Output only. The current quota usage, meaning the number of calls already made to the method per day. Usage is reset every day at 12 PM midday UTC.",
          "format": "int64",
          "type": "string",
          "readOnly": true
        }
      },
      "type": "object",
      "id": "MethodQuota"
    },
    "RecommendationDescription": {
      "description": "Google-provided description for the recommendation.",
      "type": "object",
      "id": "RecommendationDescription",
      "properties": {
        "type": {
          "enumDescriptions": [
            "Default value. Will never be provided by the API.",
            "Short description.",
            "Long description."
          ],
          "readOnly": true,
          "description": "Output only. Type of the description.",
          "enum": [
            "DESCRIPTION_TYPE_UNSPECIFIED",
            "SHORT",
            "LONG"
          ],
          "type": "string"
        },
        "text": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Text of the description."
        }
      }
    },
    "BuiltInSimpleActionAdditionalContent": {
      "id": "BuiltInSimpleActionAdditionalContent",
      "properties": {
        "title": {
          "description": "Title of the additional content;",
          "type": "string"
        },
        "paragraphs": {
          "description": "Long text organized into paragraphs.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "description": "Long text from external source."
    },
    "BestSellers": {
      "description": "Fields related to the [Best sellers reports](https://support.google.com/merchants/answer/9488679).",
      "type": "object",
      "id": "BestSellers",
      "properties": {
        "previousRelativeDemand": {
          "enumDescriptions": [
            "Relative demand is unknown.",
            "Demand is 0-5% of the demand of the highest ranked product clusters or brands.",
            "Demand is 6-10% of the demand of the highest ranked product clusters or brands.",
            "Demand is 11-20% of the demand of the highest ranked product clusters or brands.",
            "Demand is 21-50% of the demand of the highest ranked product clusters or brands.",
            "Demand is 51-100% of the demand of the highest ranked product clusters or brands."
          ],
          "description": "Estimated demand in relation to the item with the highest popularity rank in the same category and country in the previous week or month.",
          "enum": [
            "RELATIVE_DEMAND_UNSPECIFIED",
            "VERY_LOW",
            "LOW",
            "MEDIUM",
            "HIGH",
            "VERY_HIGH"
          ],
          "type": "string"
        },
        "countryCode": {
          "type": "string",
          "description": "Country where the ranking is calculated. A `WHERE` condition on `best_sellers.country_code` is required in the query."
        },
        "reportDate": {
          "description": "Report date. The value of this field can only be one of the following: * The first day of the week (Monday) for weekly reports. * The first day of the month for monthly reports. If a `WHERE` condition on `best_sellers.report_date` is not specified in the query, the latest available weekly or monthly report is returned.",
          "$ref": "Date"
        },
        "reportGranularity": {
          "enumDescriptions": [
            "Report granularity is unknown.",
            "Ranking is done over a week timeframe.",
            "Ranking is done over a month timeframe."
          ],
          "enum": [
            "REPORT_GRANULARITY_UNSPECIFIED",
            "WEEKLY",
            "MONTHLY"
          ],
          "description": "Granularity of the report. The ranking can be done over a week or a month timeframe. A `WHERE` condition on `best_sellers.report_granularity` is required in the query.",
          "type": "string"
        },
        "categoryId": {
          "format": "int64",
          "description": "Google product category ID to calculate the ranking for, represented in [Google's product taxonomy](https://support.google.com/merchants/answer/6324436). If a `WHERE` condition on `best_sellers.category_id` is not specified in the query, rankings for all top-level categories are returned.",
          "type": "string"
        },
        "previousRank": {
          "format": "int64",
          "type": "string",
          "description": "Popularity rank in the previous week or month."
        },
        "rank": {
          "description": "Popularity on Shopping ads and free listings, in the selected category and country, based on the estimated number of units sold.",
          "type": "string",
          "format": "int64"
        },
        "relativeDemandChange": {
          "type": "string",
          "enum": [
            "RELATIVE_DEMAND_CHANGE_TYPE_UNSPECIFIED",
            "SINKER",
            "FLAT",
            "RISER"
          ],
          "description": "Change in the estimated demand. Whether it rose, sank or remained flat.",
          "enumDescriptions": [
            "Relative demand change is unknown.",
            "Relative demand is lower than previous time period.",
            "Relative demand is equal to previous time period.",
            "Relative demand is higher than the previous time period."
          ]
        },
        "relativeDemand": {
          "type": "string",
          "enumDescriptions": [
            "Relative demand is unknown.",
            "Demand is 0-5% of the demand of the highest ranked product clusters or brands.",
            "Demand is 6-10% of the demand of the highest ranked product clusters or brands.",
            "Demand is 11-20% of the demand of the highest ranked product clusters or brands.",
            "Demand is 21-50% of the demand of the highest ranked product clusters or brands.",
            "Demand is 51-100% of the demand of the highest ranked product clusters or brands."
          ],
          "description": "Estimated demand in relation to the item with the highest popularity rank in the same category and country.",
          "enum": [
            "RELATIVE_DEMAND_UNSPECIFIED",
            "VERY_LOW",
            "LOW",
            "MEDIUM",
            "HIGH",
            "VERY_HIGH"
          ]
        }
      }
    },
    "ProductWeight": {
      "type": "object",
      "id": "ProductWeight",
      "properties": {
        "unit": {
          "description": "Required. The weight unit. Acceptable values are: - \"`g`\" - \"`kg`\" - \"`oz`\" - \"`lb`\" ",
          "type": "string"
        },
        "value": {
          "type": "number",
          "description": "Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.",
          "format": "double"
        }
      }
    },
    "PriceInsights": {
      "properties": {
        "predictedImpressionsChangeFraction": {
          "type": "number",
          "format": "double",
          "description": "The predicted change in impressions as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in impressions."
        },
        "predictedMonthlyGrossProfitChangeMicros": {
          "format": "int64",
          "description": "*Deprecated*: This field is no longer supported and will start returning 0. The predicted change in gross profit in micros (1 millionth of a standard unit, 1 USD = 1000000 micros) after introducing the suggested price for a month compared to current active price.",
          "type": "string"
        },
        "predictedMonthlyGrossProfitChangeCurrencyCode": {
          "type": "string",
          "description": "*Deprecated*: This field is no longer supported and will start returning USD for all requests. The predicted monthly gross profit change currency (ISO 4217 code)."
        },
        "predictedConversionsChangeFraction": {
          "description": "The predicted change in conversions as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in conversions).",
          "type": "number",
          "format": "double"
        },
        "predictedGrossProfitChangeFraction": {
          "format": "double",
          "description": "*Deprecated*: This field is no longer supported and will start returning 0. The predicted change in gross profit as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in gross profit.",
          "type": "number"
        },
        "suggestedPriceMicros": {
          "format": "int64",
          "type": "string",
          "description": "The latest suggested price in micros (1 millionth of a standard unit, 1 USD = 1000000 micros) for the product."
        },
        "effectiveness": {
          "type": "string",
          "description": "The predicted effectiveness of applying the price suggestion, bucketed.",
          "enumDescriptions": [
            "Effectiveness is unknown.",
            "Effectiveness is low.",
            "Effectiveness is medium.",
            "Effectiveness is high."
          ],
          "enum": [
            "EFFECTIVENESS_UNSPECIFIED",
            "LOW",
            "MEDIUM",
            "HIGH"
          ]
        },
        "predictedClicksChangeFraction": {
          "description": "The predicted change in clicks as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in clicks.",
          "format": "double",
          "type": "number"
        },
        "suggestedPriceCurrencyCode": {
          "type": "string",
          "description": "The suggested price currency (ISO 4217 code)."
        }
      },
      "type": "object",
      "id": "PriceInsights",
      "description": "Price insights fields requested by the merchant in the query. Field values are only set if the merchant queries `PriceInsightsProductView`. https://support.google.com/merchants/answer/11916926"
    },
    "AccountsCustomBatchRequest": {
      "id": "AccountsCustomBatchRequest",
      "type": "object",
      "properties": {
        "entries": {
          "type": "array",
          "description": "The request entries to be processed in the batch.",
          "items": {
            "$ref": "AccountsCustomBatchRequestEntry"
          }
        }
      }
    },
    "AccountShippingImprovements": {
      "type": "object",
      "id": "AccountShippingImprovements",
      "description": "Not available for MCAs [accounts](https://support.google.com/merchants/answer/188487). By turning on [automatic shipping improvements](https://support.google.com/merchants/answer/10027038), you are allowing Google to improve the accuracy of your delivery times shown to shoppers using Google. More accurate delivery times, especially when faster, typically lead to better conversion rates. Google will improve your estimated delivery times based on various factors: * Delivery address of an order * Current handling time and shipping time settings * Estimated weekdays or business days * Parcel tracking data",
      "properties": {
        "allowShippingImprovements": {
          "description": "Enables automatic shipping improvements.",
          "type": "boolean"
        }
      }
    },
    "ProductStatusDestinationStatus": {
      "type": "object",
      "properties": {
        "approvedCountries": {
          "items": {
            "type": "string"
          },
          "description": "List of country codes (ISO 3166-1 alpha-2) where the offer is approved.",
          "type": "array"
        },
        "channel": {
          "description": "The channel of the destination.",
          "type": "string"
        },
        "status": {
          "deprecated": true,
          "type": "string",
          "description": "Deprecated. Destination approval status in `targetCountry` of the offer."
        },
        "pendingCountries": {
          "type": "array",
          "description": "List of country codes (ISO 3166-1 alpha-2) where the offer is pending approval.",
          "items": {
            "type": "string"
          }
        },
        "destination": {
          "description": "The name of the destination",
          "type": "string"
        },
        "disapprovedCountries": {
          "description": "List of country codes (ISO 3166-1 alpha-2) where the offer is disapproved.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "ProductStatusDestinationStatus"
    },
    "HolidayCutoff": {
      "id": "HolidayCutoff",
      "properties": {
        "visibleFromDate": {
          "description": "Date on which the deadline will become visible to consumers in ISO 8601 format. For example, \"2016-10-31\" for 31st October 2016. Required.",
          "type": "string"
        },
        "deadlineHour": {
          "format": "uint32",
          "description": "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.",
          "type": "integer"
        },
        "deadlineTimezone": {
          "description": "Timezone identifier for the deadline hour (for example, \"Europe/Zurich\"). List of identifiers. Required.",
          "type": "string"
        },
        "deadlineDate": {
          "description": "Date of the order deadline, in ISO 8601 format. For example, \"2016-11-29\" for 29th November 2016. Required.",
          "type": "string"
        },
        "holidayId": {
          "type": "string",
          "description": "Unique identifier for the holiday. Required."
        }
      },
      "type": "object"
    },
    "BuiltInSimpleAction": {
      "id": "BuiltInSimpleAction",
      "description": "Action that is implemented and performed in (your) third-party application. Represents various functionality that is expected to be available to merchant and will help them with resolving the issue. The application should point the merchant to the place, where they can access the corresponding functionality. If the functionality is not supported, it is recommended to explain the situation to merchant and provide them with instructions how to solve the issue.",
      "properties": {
        "attributeCode": {
          "type": "string",
          "description": "The attribute that needs to be updated. Present when the type is `EDIT_ITEM_ATTRIBUTE`. This field contains a code for attribute, represented in snake_case. You can find a list of product's attributes, with their codes [here](https://support.google.com/merchants/answer/7052112)."
        },
        "type": {
          "type": "string",
          "enum": [
            "BUILT_IN_SIMPLE_ACTION_TYPE_UNSPECIFIED",
            "VERIFY_PHONE",
            "CLAIM_WEBSITE",
            "ADD_PRODUCTS",
            "ADD_CONTACT_INFO",
            "LINK_ADS_ACCOUNT",
            "ADD_BUSINESS_REGISTRATION_NUMBER",
            "EDIT_ITEM_ATTRIBUTE",
            "FIX_ACCOUNT_ISSUE",
            "SHOW_ADDITIONAL_CONTENT"
          ],
          "enumDescriptions": [
            "Default value. Will never be provided by the API.",
            "Redirect merchant to the part of your application where they can verify their phone.",
            "Redirect merchant to the part of your application where they can claim their website.",
            "Redirect merchant to the part of your application where they can add products.",
            "Open a form where the merchant can edit their contact information.",
            "Redirect merchant to the part of your application where they can link ads account.",
            "Open a form where the merchant can add their business registration number.",
            "Open a form where the merchant can edit an attribute. The attribute that needs to be updated is specified in attribute_code field of the action.",
            "Redirect merchant from the product issues to the diagnostic page with their account issues in your application. This action will be returned only for product issues that are caused by an account issue and thus merchant should resolve the problem on the account level.",
            "Show additional content to the merchant. This action will be used for example to deliver a justification from national authority."
          ],
          "description": "The type of action that represents a functionality that is expected to be available in third-party application."
        },
        "additionalContent": {
          "$ref": "BuiltInSimpleActionAdditionalContent",
          "description": "Long text from an external source that should be available to the merchant. Present when the type is `SHOW_ADDITIONAL_CONTENT`."
        }
      },
      "type": "object"
    },
    "ProductDeliveryTimeAreaDeliveryTimeDeliveryTime": {
      "id": "ProductDeliveryTimeAreaDeliveryTimeDeliveryTime",
      "type": "object",
      "description": "A delivery time for this product.",
      "properties": {
        "minHandlingTimeDays": {
          "description": "Required. The minimum number of business days (inclusive) between when an order is placed and when the product ships. If a product ships in the same day, set this value to 0.",
          "type": "integer",
          "format": "int32"
        },
        "maxHandlingTimeDays": {
          "type": "integer",
          "format": "int32",
          "description": "Required. The maximum number of business days (inclusive) between when an order is placed and when the product ships. If a product ships in the same day, set this value to 0."
        },
        "minTransitTimeDays": {
          "format": "int32",
          "type": "integer",
          "description": "Required. The minimum number of business days (inclusive) between when the product ships and when the product is delivered."
        },
        "maxTransitTimeDays": {
          "format": "int32",
          "description": "Required. The maximum number of business days (inclusive) between when the product ships and when the product is delivered.",
          "type": "integer"
        }
      }
    },
    "AccountsLinkResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accountsLinkResponse`\".",
          "type": "string"
        }
      },
      "id": "AccountsLinkResponse",
      "type": "object"
    },
    "Brand": {
      "id": "Brand",
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the brand."
        }
      },
      "description": "Brand fields. Values are only set for fields requested explicitly in the request's search query."
    },
    "DatafeedstatusesListResponse": {
      "id": "DatafeedstatusesListResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "The token for the retrieval of the next page of datafeed statuses."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#datafeedstatusesListResponse`\".",
          "type": "string"
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "DatafeedStatus"
          }
        }
      },
      "type": "object"
    },
    "PromotionPromotionStatusPromotionIssue": {
      "id": "PromotionPromotionStatusPromotionIssue",
      "type": "object",
      "properties": {
        "detail": {
          "type": "string",
          "description": "Explanation of the issue."
        },
        "code": {
          "description": "Code of the issue.",
          "type": "string"
        }
      },
      "description": "The issue associated with the promotion."
    },
    "InputValueTextInputValue": {
      "id": "InputValueTextInputValue",
      "type": "object",
      "properties": {
        "value": {
          "type": "string",
          "description": "Required. Text provided by the merchant."
        }
      },
      "description": "Value for text input field."
    },
    "VerifyPhoneNumberResponse": {
      "properties": {
        "verifiedPhoneNumber": {
          "type": "string",
          "description": "Verified phone number if verification is successful. This phone number can only be replaced by another verified phone number."
        }
      },
      "description": "Response message for the VerifyPhoneNumber method.",
      "id": "VerifyPhoneNumberResponse",
      "type": "object"
    },
    "PostalCodeRange": {
      "id": "PostalCodeRange",
      "properties": {
        "postalCodeRangeBegin": {
          "description": "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.",
          "type": "string"
        },
        "postalCodeRangeEnd": {
          "type": "string",
          "description": "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`."
        }
      },
      "type": "object"
    },
    "UndeleteConversionSourceRequest": {
      "properties": {},
      "id": "UndeleteConversionSourceRequest",
      "type": "object",
      "description": "Request message for the UndeleteConversionSource method."
    },
    "ProductCertification": {
      "id": "ProductCertification",
      "type": "object",
      "properties": {
        "certificationName": {
          "description": "The name of the certification, for example \"EPREL\". Maximum length is 2000 characters.",
          "type": "string"
        },
        "certificationValue": {
          "description": "The certification value (also known as class, level or grade), for example \"A+\", \"C\", \"gold\". Maximum length is 2000 characters.",
          "type": "string"
        },
        "certificationCode": {
          "description": "The certification code, for eaxample \"123456\". Maximum length is 2000 characters.",
          "type": "string"
        },
        "certificationAuthority": {
          "type": "string",
          "description": "The certification authority, for example \"European_Commission\". Maximum length is 2000 characters."
        }
      },
      "description": "Product [certification](https://support.google.com/merchants/answer/13528839), introduced for EU energy efficiency labeling compliance using the [EU EPREL](https://eprel.ec.europa.eu/screen/home) database."
    },
    "PosCustomBatchRequestEntry": {
      "properties": {
        "merchantId": {
          "description": "The ID of the POS data provider.",
          "format": "uint64",
          "type": "string"
        },
        "sale": {
          "$ref": "PosSale",
          "description": "The sale information to submit. This should be set only if the method is `sale`."
        },
        "storeCode": {
          "description": "The store code. This should be set only if the method is `delete` or `get`.",
          "type": "string"
        },
        "store": {
          "$ref": "PosStore",
          "description": "The store information to submit. This should be set only if the method is `insert`."
        },
        "batchId": {
          "format": "uint32",
          "type": "integer",
          "description": "An entry ID, unique within the batch request."
        },
        "method": {
          "description": "The method of the batch entry. Acceptable values are: - \"`delete`\" - \"`get`\" - \"`insert`\" - \"`inventory`\" - \"`sale`\" ",
          "type": "string"
        },
        "targetMerchantId": {
          "format": "uint64",
          "description": "The ID of the account for which to get/submit data.",
          "type": "string"
        },
        "inventory": {
          "description": "The inventory to submit. This should be set only if the method is `inventory`.",
          "$ref": "PosInventory"
        }
      },
      "type": "object",
      "id": "PosCustomBatchRequestEntry"
    },
    "LiaPosDataProvider": {
      "type": "object",
      "id": "LiaPosDataProvider",
      "properties": {
        "posDataProviderId": {
          "type": "string",
          "format": "uint64",
          "description": "The ID of the POS data provider."
        },
        "posExternalAccountId": {
          "type": "string",
          "description": "The account ID by which this merchant is known to the POS data provider."
        }
      }
    },
    "ActionReason": {
      "description": "A single reason why the action is not available.",
      "id": "ActionReason",
      "type": "object",
      "properties": {
        "message": {
          "type": "string",
          "description": "Messages summarizing the reason, why the action is not available. For example: \"Review requested on Jan 03. Review requests can take a few days to complete.\""
        },
        "detail": {
          "description": "Detailed explanation of the reason. Should be displayed as a hint if present.",
          "type": "string"
        },
        "action": {
          "$ref": "Action",
          "description": "Optional. An action that needs to be performed to solve the problem represented by this reason. This action will always be available. Should be rendered as a link or button next to the summarizing message. For example, the review may be available only once merchant configure all required attributes. In such a situation this action can be a link to the form, where they can fill the missing attribute to unblock the main action."
        }
      }
    },
    "LiasettingsSetPosDataProviderResponse": {
      "type": "object",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#liasettingsSetPosDataProviderResponse`\"."
        }
      },
      "id": "LiasettingsSetPosDataProviderResponse"
    },
    "MinimumOrderValueTable": {
      "id": "MinimumOrderValueTable",
      "properties": {
        "storeCodeSetWithMovs": {
          "type": "array",
          "items": {
            "$ref": "MinimumOrderValueTableStoreCodeSetWithMov"
          }
        }
      },
      "type": "object"
    },
    "AccountsAuthInfoResponse": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accountsAuthInfoResponse`\"."
        },
        "accountIdentifiers": {
          "description": "The account identifiers corresponding to the authenticated user. - For an individual account: only the merchant ID is defined - For an aggregator: only the aggregator ID is defined - For a subaccount of an MCA: both the merchant ID and the aggregator ID are defined. ",
          "items": {
            "$ref": "AccountIdentifier"
          },
          "type": "array"
        }
      },
      "id": "AccountsAuthInfoResponse",
      "type": "object"
    },
    "RegionGeoTargetArea": {
      "type": "object",
      "properties": {
        "geotargetCriteriaIds": {
          "type": "array",
          "description": "Required. A non-empty list of [location IDs](https://developers.google.com/adwords/api/docs/appendix/geotargeting). They must all be of the same location type (e.g., state).",
          "items": {
            "format": "int64",
            "type": "string"
          }
        }
      },
      "id": "RegionGeoTargetArea",
      "description": "A list of geotargets that defines the region area."
    },
    "LiasettingsRequestInventoryVerificationResponse": {
      "id": "LiasettingsRequestInventoryVerificationResponse",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#liasettingsRequestInventoryVerificationResponse`\".",
          "type": "string"
        }
      }
    },
    "FreeListingsProgramStatusRegionStatus": {
      "type": "object",
      "description": "Status of program and region.",
      "properties": {
        "onboardingIssues": {
          "items": {
            "type": "string"
          },
          "description": "Issues that must be fixed to be eligible for review.",
          "type": "array"
        },
        "disapprovalDate": {
          "description": "Date by which eligibilityStatus will go from `WARNING` to `DISAPPROVED`. Only visible when your eligibilityStatus is WARNING. In [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DD`.",
          "type": "string"
        },
        "regionCodes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) codes for all the regions with the same `eligibilityStatus` and `reviewEligibility`."
        },
        "reviewIssues": {
          "type": "array",
          "description": "Issues evaluated in the review process. Fix all issues before requesting a review.",
          "items": {
            "type": "string"
          }
        },
        "reviewIneligibilityReason": {
          "enum": [
            "REVIEW_INELIGIBILITY_REASON_UNSPECIFIED",
            "ONBOARDING_ISSUES",
            "NOT_ENOUGH_OFFERS",
            "IN_COOLDOWN_PERIOD",
            "ALREADY_UNDER_REVIEW",
            "NO_REVIEW_REQUIRED",
            "WILL_BE_REVIEWED_AUTOMATICALLY",
            "IS_RETIRED",
            "ALREADY_REVIEWED"
          ],
          "description": "Review ineligibility reason if account is not eligible for review.",
          "enumDescriptions": [
            "Requesting a review from Google is not possible.",
            "All onboarding issues needs to be fixed.",
            "Not enough offers uploaded for this country.",
            "Cooldown period applies. Wait until cooldown period ends.",
            "Account is already under review.",
            "No issues available to review.",
            "Account will be automatically reviewed at the end of the grace period.",
            "Account is retired. Should not appear in MC.",
            "Account has already been reviewed. You can't request further reviews."
          ],
          "type": "string"
        },
        "reviewEligibilityStatus": {
          "enumDescriptions": [
            "Review eligibility state is unknown.",
            "Account is eligible for review for a specified region code.",
            "Account is not eligible for review for a specified region code."
          ],
          "description": "If a program is eligible for review in a specific region. Only visible if `eligibilityStatus` is `DISAPPROVED`.",
          "enum": [
            "REVIEW_ELIGIBILITY_UNSPECIFIED",
            "ELIGIBLE",
            "INELIGIBLE"
          ],
          "type": "string"
        },
        "eligibilityStatus": {
          "enum": [
            "STATE_UNSPECIFIED",
            "APPROVED",
            "DISAPPROVED",
            "WARNING",
            "UNDER_REVIEW",
            "PENDING_REVIEW",
            "ONBOARDING"
          ],
          "enumDescriptions": [
            "State is not known.",
            "If the account has no issues and review is completed successfully.",
            "There are one or more issues that needs to be resolved for account to be active for the program. Detailed list of account issues are available in [accountstatuses](https://developers.google.com/shopping-content/reference/rest/v2.1/accountstatuses) API.",
            "If account has issues but offers are servable. Some of the issue can make account DISAPPROVED after a certain deadline.",
            "Account is under review.",
            "Account is waiting for review to start.",
            "Program is currently onboarding. Upload valid offers to complete onboarding."
          ],
          "description": "Eligibility status of the standard free listing program.",
          "type": "string"
        },
        "reviewIneligibilityReasonDescription": {
          "description": "Reason a program in a specific region isn’t eligible for review. Only visible if `reviewEligibilityStatus` is `INELIGIBLE`.",
          "type": "string"
        },
        "reviewIneligibilityReasonDetails": {
          "description": "Additional information for ineligibility. If `reviewIneligibilityReason` is `IN_COOLDOWN_PERIOD`, a timestamp for the end of the cooldown period is provided.",
          "$ref": "FreeListingsProgramStatusReviewIneligibilityReasonDetails"
        }
      },
      "id": "FreeListingsProgramStatusRegionStatus"
    },
    "PriceAmount": {
      "type": "object",
      "properties": {
        "value": {
          "description": "The price represented as a number.",
          "type": "string"
        },
        "currency": {
          "type": "string",
          "description": "The currency of the price."
        }
      },
      "id": "PriceAmount",
      "description": "The price represented as a number and currency."
    },
    "DatafeedStatusError": {
      "properties": {
        "examples": {
          "items": {
            "$ref": "DatafeedStatusExample"
          },
          "description": "A list of example occurrences of the error, grouped by product.",
          "type": "array"
        },
        "message": {
          "description": "The error message, for example, \"Invalid price\".",
          "type": "string"
        },
        "count": {
          "format": "uint64",
          "type": "string",
          "description": "The number of occurrences of the error in the feed."
        },
        "code": {
          "description": "The code of the error, for example, \"validation/invalid_value\".",
          "type": "string"
        }
      },
      "description": "An error occurring in the feed, like \"invalid price\".",
      "type": "object",
      "id": "DatafeedStatusError"
    },
    "ProductUnitPricingBaseMeasure": {
      "type": "object",
      "properties": {
        "value": {
          "description": "The denominator of the unit price.",
          "type": "string",
          "format": "int64"
        },
        "unit": {
          "description": "The unit of the denominator.",
          "type": "string"
        }
      },
      "id": "ProductUnitPricingBaseMeasure"
    },
    "Product": {
      "description": " Required product attributes are primarily defined by the product data specification. See the Product Data Specification Help Center article for information. Product data. After inserting, updating, or deleting a product, it may take several minutes before changes take effect. The following reference documentation lists the field names in the **camelCase** casing style while the Products Data Specification lists the names in the **snake_case** casing style.",
      "type": "object",
      "id": "Product",
      "properties": {
        "sizes": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Size of the item. Only one value is allowed. For variants with different sizes, insert a separate product for each size with the same `itemGroupId` value (see size definition)."
        },
        "sizeSystem": {
          "description": "System in which the size is specified. Recommended for apparel items.",
          "type": "string"
        },
        "costOfGoodsSold": {
          "$ref": "Price",
          "description": "Cost of goods sold. Used for gross profit reporting."
        },
        "transitTimeLabel": {
          "type": "string",
          "description": "The transit time label of the product, used to group product in account-level transit time tables."
        },
        "targetCountry": {
          "type": "string",
          "description": "Required. The CLDR territory code for the item's country of sale."
        },
        "gender": {
          "type": "string",
          "description": "Target gender of the item."
        },
        "pickupMethod": {
          "type": "string",
          "description": "The pick up option for the item. Acceptable values are: - \"`buy`\" - \"`reserve`\" - \"`ship to store`\" - \"`not supported`\" "
        },
        "salePrice": {
          "description": "Advertised sale price of the item.",
          "$ref": "Price"
        },
        "maximumRetailPrice": {
          "$ref": "Price",
          "description": "Maximum retail price (MRP) of the item. Applicable to India only."
        },
        "displayAdsTitle": {
          "description": "Title of an item for dynamic remarketing campaigns.",
          "type": "string"
        },
        "mobileLinkTemplate": {
          "type": "string",
          "description": "URL template for merchant hosted local storefront optimized for mobile devices."
        },
        "sustainabilityIncentives": {
          "items": {
            "$ref": "ProductSustainabilityIncentive"
          },
          "type": "array",
          "description": "Optional. The list of sustainability incentive programs."
        },
        "excludedDestinations": {
          "description": "The list of [destinations to exclude](//support.google.com/merchants/answer/6324486) for this target (corresponds to cleared check boxes in Merchant Center). Products that are excluded from all destinations for more than 7 days are automatically deleted.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "ageGroup": {
          "type": "string",
          "description": "Target age group of the item."
        },
        "gtin": {
          "description": "Global Trade Item Number (GTIN) of the item.",
          "type": "string"
        },
        "multipack": {
          "type": "string",
          "format": "int64",
          "description": "The number of identical products in a merchant-defined multipack."
        },
        "structuredTitle": {
          "description": "Structured title, for algorithmically (AI)-generated titles.",
          "$ref": "ProductStructuredTitle"
        },
        "id": {
          "description": "The REST ID of the product. Content API methods that operate on products take this as their `productId` parameter. The REST ID for a product has one of the 2 forms channel:contentLanguage: targetCountry: offerId or channel:contentLanguage:feedLabel: offerId.",
          "type": "string"
        },
        "customAttributes": {
          "description": "A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the feed specification in its generic form (for example, `{ \"name\": \"size type\", \"value\": \"regular\" }`). This is useful for submitting attributes not explicitly exposed by the API, such as additional attributes used for Buy on Google (formerly known as Shopping Actions).",
          "type": "array",
          "items": {
            "$ref": "CustomAttribute"
          }
        },
        "shippingLength": {
          "$ref": "ProductShippingDimension",
          "description": "Length of the item for shipping."
        },
        "condition": {
          "description": "Condition or state of the item.",
          "type": "string"
        },
        "includedDestinations": {
          "type": "array",
          "description": "The list of [destinations to include](//support.google.com/merchants/answer/7501026) for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`.",
          "items": {
            "type": "string"
          }
        },
        "availability": {
          "type": "string",
          "description": "Availability status of the item."
        },
        "additionalSizeType": {
          "type": "string",
          "description": "Additional cut of the item. Used together with size_type to represent combined size types for apparel items."
        },
        "productWidth": {
          "$ref": "ProductDimension",
          "description": "The width of the product in the units provided. The value must be between 0 (exclusive) and 3000 (inclusive)."
        },
        "description": {
          "type": "string",
          "description": "Description of the item."
        },
        "displayAdsLink": {
          "type": "string",
          "description": "URL directly to your item's landing page for dynamic remarketing campaigns."
        },
        "customLabel3": {
          "type": "string",
          "description": "Custom label 3 for custom grouping of items in a Shopping campaign."
        },
        "freeShippingThreshold": {
          "type": "array",
          "items": {
            "$ref": "FreeShippingThreshold"
          },
          "description": "Optional. Conditions to be met for a product to have free shipping."
        },
        "maxHandlingTime": {
          "format": "int64",
          "type": "string",
          "description": "Maximal product handling time (in business days)."
        },
        "structuredDescription": {
          "description": "Structured description, for algorithmically (AI)-generated descriptions.",
          "$ref": "ProductStructuredDescription"
        },
        "mobileLink": {
          "description": "URL for the mobile-optimized version of your item's landing page.",
          "type": "string"
        },
        "adsLabels": {
          "items": {
            "type": "string"
          },
          "description": "Similar to ads_grouping, but only works on CPC.",
          "type": "array"
        },
        "displayAdsValue": {
          "description": "Offer margin for dynamic remarketing campaigns.",
          "type": "number",
          "format": "double"
        },
        "certifications": {
          "type": "array",
          "description": "Product [certification](https://support.google.com/merchants/answer/13528839), introduced for EU energy efficiency labeling compliance using the [EU EPREL](https://eprel.ec.europa.eu/screen/home) database.",
          "items": {
            "$ref": "ProductCertification"
          }
        },
        "taxes": {
          "description": "Tax information.",
          "type": "array",
          "items": {
            "$ref": "ProductTax"
          }
        },
        "installment": {
          "$ref": "Installment",
          "description": "Number and amount of installments to pay for an item."
        },
        "title": {
          "type": "string",
          "description": "Title of the item."
        },
        "productHighlights": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Bullet points describing the most relevant highlights of a product."
        },
        "salePriceEffectiveDate": {
          "type": "string",
          "description": "Date range during which the item is on sale (see product data specification )."
        },
        "channel": {
          "description": "Required. The item's channel (online or local). Acceptable values are: - \"`local`\" - \"`online`\" ",
          "type": "string"
        },
        "minEnergyEfficiencyClass": {
          "description": "The energy efficiency class as defined in EU directive 2010/30/EU.",
          "type": "string"
        },
        "minHandlingTime": {
          "description": "Minimal product handling time (in business days).",
          "format": "int64",
          "type": "string"
        },
        "customLabel0": {
          "type": "string",
          "description": "Custom label 0 for custom grouping of items in a Shopping campaign."
        },
        "source": {
          "description": "Output only. The source of the offer, that is, how the offer was created. Acceptable values are: - \"`api`\" - \"`crawl`\" - \"`feed`\" ",
          "type": "string"
        },
        "pickupSla": {
          "description": "Item store pickup timeline. Acceptable values are: - \"`same day`\" - \"`next day`\" - \"`2-day`\" - \"`3-day`\" - \"`4-day`\" - \"`5-day`\" - \"`6-day`\" - \"`7-day`\" - \"`multi-week`\" ",
          "type": "string"
        },
        "disclosureDate": {
          "description": "The date time when an offer becomes visible in search results across Google’s YouTube surfaces, in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format. See [Disclosure date](https://support.google.com/merchants/answer/13034208) for more information.",
          "type": "string"
        },
        "adsGrouping": {
          "type": "string",
          "description": "Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise."
        },
        "sellOnGoogleQuantity": {
          "type": "string",
          "format": "int64",
          "description": "The quantity of the product that is available for selling on Google. Supported only for online products."
        },
        "customLabel2": {
          "type": "string",
          "description": "Custom label 2 for custom grouping of items in a Shopping campaign."
        },
        "shippingWeight": {
          "description": "Weight of the item for shipping.",
          "$ref": "ProductShippingWeight"
        },
        "brand": {
          "type": "string",
          "description": "Brand of the item."
        },
        "taxCategory": {
          "description": "The tax category of the product, used to configure detailed tax nexus in account-level tax settings.",
          "type": "string"
        },
        "imageLink": {
          "type": "string",
          "description": "URL of an image of the item."
        },
        "unitPricingBaseMeasure": {
          "$ref": "ProductUnitPricingBaseMeasure",
          "description": "The preference of the denominator of the unit price."
        },
        "promotionIds": {
          "description": "The unique ID of a promotion.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "productTypes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Categories of the item (formatted as in product data specification)."
        },
        "contentLanguage": {
          "type": "string",
          "description": "Required. The two-letter ISO 639-1 language code for the item."
        },
        "cloudExportAdditionalProperties": {
          "items": {
            "$ref": "CloudExportAdditionalProperties"
          },
          "description": "Extra fields to export to the Cloud Retail program.",
          "type": "array"
        },
        "shippingHeight": {
          "description": "Height of the item for shipping.",
          "$ref": "ProductShippingDimension"
        },
        "additionalImageLinks": {
          "type": "array",
          "description": "Additional URLs of images of the item.",
          "items": {
            "type": "string"
          }
        },
        "shippingWidth": {
          "description": "Width of the item for shipping.",
          "$ref": "ProductShippingDimension"
        },
        "shoppingAdsExcludedCountries": {
          "description": "List of country codes (ISO 3166-1 alpha-2) to exclude the offer from Shopping Ads destination. Countries from this list are removed from countries configured in MC feed settings.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "itemGroupId": {
          "type": "string",
          "description": "Shared identifier for all variants of the same product."
        },
        "linkTemplate": {
          "type": "string",
          "description": "URL template for merchant hosted local storefront."
        },
        "feedLabel": {
          "description": "Feed label for the item. Either `targetCountry` or `feedLabel` is required. Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-).",
          "type": "string"
        },
        "mpn": {
          "type": "string",
          "description": "Manufacturer Part Number (MPN) of the item."
        },
        "isBundle": {
          "type": "boolean",
          "description": "Whether the item is a merchant-defined bundle. A bundle is a custom grouping of different products sold by a merchant for a single price."
        },
        "productWeight": {
          "$ref": "ProductWeight",
          "description": "The weight of the product in the units provided. The value must be between 0 (exclusive) and 2000 (inclusive)."
        },
        "energyEfficiencyClass": {
          "description": "The energy efficiency class as defined in EU directive 2010/30/EU.",
          "type": "string"
        },
        "expirationDate": {
          "description": "Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date in Google Shopping is exposed in `productstatuses` as `googleExpirationDate` and might be earlier if `expirationDate` is too far in the future.",
          "type": "string"
        },
        "googleProductCategory": {
          "description": "Google's category of the item (see [Google product taxonomy](https://support.google.com/merchants/answer/1705911)). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.",
          "type": "string"
        },
        "material": {
          "type": "string",
          "description": "The material of which the item is made."
        },
        "autoPricingMinPrice": {
          "description": "A safeguard in the [Automated Discounts](//support.google.com/merchants/answer/10295759) and [Dynamic Promotions](//support.google.com/merchants/answer/13949249) projects, ensuring that discounts on merchants' offers do not fall below this value, thereby preserving the offer's value and profitability.",
          "$ref": "Price"
        },
        "link": {
          "description": "URL directly linking to your item's page on your website.",
          "type": "string"
        },
        "availabilityDate": {
          "description": "The day a pre-ordered product becomes available for delivery, in ISO 8601 format.",
          "type": "string"
        },
        "sizeType": {
          "description": "The cut of the item. Recommended for apparel items.",
          "type": "string"
        },
        "displayAdsId": {
          "type": "string",
          "description": "An identifier for an item for dynamic remarketing campaigns."
        },
        "adult": {
          "type": "boolean",
          "description": "Should be set to true if the item is targeted towards adults."
        },
        "identifierExists": {
          "type": "boolean",
          "description": "False when the item does not have unique product identifiers appropriate to its category, such as GTIN, MPN, and brand. Required according to the Unique Product Identifier Rules for all target countries except for Canada."
        },
        "shippingLabel": {
          "type": "string",
          "description": "The shipping label of the product, used to group product in account-level shipping rules."
        },
        "offerId": {
          "description": "Required. A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. *Note:* Content API methods that operate on products take the REST ID of the product, *not* this identifier.",
          "type": "string"
        },
        "displayAdsSimilarIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Advertiser-specified recommendations."
        },
        "maxEnergyEfficiencyClass": {
          "description": "The energy efficiency class as defined in EU directive 2010/30/EU.",
          "type": "string"
        },
        "productHeight": {
          "description": "The height of the product in the units provided. The value must be between 0 (exclusive) and 3000 (inclusive).",
          "$ref": "ProductDimension"
        },
        "subscriptionCost": {
          "$ref": "ProductSubscriptionCost",
          "description": "Number of periods (months or years) and amount of payment per period for an item with an associated subscription contract."
        },
        "price": {
          "$ref": "Price",
          "description": "Price of the item."
        },
        "loyaltyProgram": {
          "$ref": "LoyaltyProgram",
          "description": "Loyalty program information that is used to surface loyalty benefits ( for example, better pricing, points, etc) to the user of this item. This signular field points to the latest uploaded loyalty program info. This field will be deprecated in the coming weeks and should not be used in favor of the plural 'LoyaltyProgram' field below."
        },
        "virtualModelLink": {
          "type": "string",
          "description": "URL of the 3D model of the item to provide more visuals."
        },
        "unitPricingMeasure": {
          "description": "The measure and dimension of an item.",
          "$ref": "ProductUnitPricingMeasure"
        },
        "canonicalLink": {
          "description": "URL for the canonical version of your item's landing page.",
          "type": "string"
        },
        "externalSellerId": {
          "type": "string",
          "description": "Required for multi-seller accounts. Use this attribute if you're a marketplace uploading products for various sellers to your multi-seller account."
        },
        "shipping": {
          "type": "array",
          "items": {
            "$ref": "ProductShipping"
          },
          "description": "Shipping rules."
        },
        "adsRedirect": {
          "description": "Allows advertisers to override the item URL when the product is shown within the context of Product Ads.",
          "type": "string"
        },
        "customLabel1": {
          "description": "Custom label 1 for custom grouping of items in a Shopping campaign.",
          "type": "string"
        },
        "productDetails": {
          "type": "array",
          "description": "Technical specification or additional product details.",
          "items": {
            "$ref": "ProductProductDetail"
          }
        },
        "color": {
          "description": "Color of the item.",
          "type": "string"
        },
        "pattern": {
          "description": "The item's pattern (for example, polka dots).",
          "type": "string"
        },
        "productLength": {
          "$ref": "ProductDimension",
          "description": "The length of the product in the units provided. The value must be between 0 (exclusive) and 3000 (inclusive)."
        },
        "lifestyleImageLinks": {
          "items": {
            "type": "string"
          },
          "description": "Additional URLs of lifestyle images of the item. Used to explicitly identify images that showcase your item in a real-world context. See the Help Center article for more information.",
          "type": "array"
        },
        "loyaltyPrograms": {
          "items": {
            "$ref": "LoyaltyProgram"
          },
          "type": "array",
          "description": "Optional. A list of loyalty program information that is used to surface loyalty benefits (for example, better pricing, points, etc) to the user of this item."
        },
        "pause": {
          "type": "string",
          "description": "Publication of this item should be temporarily paused. Acceptable values are: - \"`ads`\" "
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#product`\""
        },
        "customLabel4": {
          "description": "Custom label 4 for custom grouping of items in a Shopping campaign.",
          "type": "string"
        }
      }
    },
    "LinkedAccount": {
      "type": "object",
      "properties": {
        "linkedAccountId": {
          "description": "The ID of the linked account.",
          "type": "string"
        },
        "services": {
          "description": "List of provided services.",
          "items": {
            "$ref": "LinkService"
          },
          "type": "array"
        }
      },
      "id": "LinkedAccount"
    },
    "CompetitiveVisibility": {
      "properties": {
        "higherPositionRate": {
          "type": "number",
          "format": "double",
          "description": "Higher position rate shows how often a competitor’s offer got placed in a higher position on the page than your offer. Available only in `CompetitiveVisibilityTopMerchantView` and `CompetitiveVisibilityCompetitorView`. Cannot be filtered on in the 'WHERE' clause."
        },
        "relativeVisibility": {
          "description": "Relative visibility shows how often your competitors’ offers are shown compared to your offers. In other words, this is the number of displayed impressions of a competitor retailer divided by the number of your displayed impressions during a selected time range for a selected product category and country. Available only in `CompetitiveVisibilityCompetitorView`. Cannot be filtered on in the 'WHERE' clause.",
          "type": "number",
          "format": "double"
        },
        "yourDomainVisibilityTrend": {
          "description": "Change in visibility based on impressions for your domain with respect to the start of the selected time range (or first day with non-zero impressions). Available only in `CompetitiveVisibilityBenchmarkView`. Cannot be filtered on in the 'WHERE' clause.",
          "type": "number",
          "format": "double"
        },
        "domain": {
          "description": "Domain of your competitor or your domain, if 'is_your_domain' is true. Available only in `CompetitiveVisibilityTopMerchantView` and `CompetitiveVisibilityCompetitorView`. Required in the `SELECT` clause for `CompetitiveVisibilityTopMerchantView` and `CompetitiveVisibilityCompetitorView`. Cannot be filtered on in the 'WHERE' clause.",
          "type": "string"
        },
        "isYourDomain": {
          "type": "boolean",
          "description": "True if this row contains data for your domain. Available only in `CompetitiveVisibilityTopMerchantView` and `CompetitiveVisibilityCompetitorView`. Cannot be filtered on in the 'WHERE' clause."
        },
        "pageOverlapRate": {
          "type": "number",
          "description": "Page overlap rate describes how frequently competing retailers’ offers are shown together with your offers on the same page. Available only in `CompetitiveVisibilityTopMerchantView` and `CompetitiveVisibilityCompetitorView`. Cannot be filtered on in the 'WHERE' clause.",
          "format": "double"
        },
        "trafficSource": {
          "type": "string",
          "description": "Type of impression listing. Required in the `SELECT` clause. Cannot be filtered on in the 'WHERE' clause.",
          "enum": [
            "UNKNOWN",
            "ORGANIC",
            "ADS",
            "ALL"
          ],
          "enumDescriptions": [
            "Traffic source is unknown.",
            "Organic traffic.",
            "Traffic from Ads.",
            "Organic and Ads traffic."
          ]
        },
        "categoryBenchmarkVisibilityTrend": {
          "format": "double",
          "type": "number",
          "description": "Change in visibility based on impressions with respect to the start of the selected time range (or first day with non-zero impressions) for a combined set of merchants with highest visibility approximating the market. Available only in `CompetitiveVisibilityBenchmarkView`. Cannot be filtered on in the 'WHERE' clause."
        },
        "adsOrganicRatio": {
          "type": "number",
          "description": "[Ads / organic ratio] (https://support.google.com/merchants/answer/11366442#zippy=%2Cadsfree-ratio) shows how often a merchant receives impressions from Shopping ads compared to organic traffic. The number is rounded and bucketed. Available only in `CompetitiveVisibilityTopMerchantView` and `CompetitiveVisibilityCompetitorView`. Cannot be filtered on in the 'WHERE' clause.",
          "format": "double"
        },
        "countryCode": {
          "type": "string",
          "description": "The country where impression appeared. Required in the `SELECT` clause. A `WHERE` condition on `competitive_visibility.country_code` is required in the query."
        },
        "date": {
          "description": "Date of this row. Available only in `CompetitiveVisibilityBenchmarkView` and `CompetitiveVisibilityCompetitorView`. Required in the `SELECT` clause for `CompetitiveVisibilityMarketBenchmarkView`.",
          "$ref": "Date"
        },
        "categoryId": {
          "format": "int64",
          "type": "string",
          "description": "Google product category ID to calculate the report for, represented in [Google's product taxonomy](https://support.google.com/merchants/answer/6324436). Required in the `SELECT` clause. A `WHERE` condition on `competitive_visibility.category_id` is required in the query."
        },
        "rank": {
          "type": "string",
          "format": "uint64",
          "description": "Position of the domain in the top merchants ranking for the selected keys (`date`, `category_id`, `country_code`, `listing_type`) based on impressions. 1 is the highest. Available only in `CompetitiveVisibilityTopMerchantView` and `CompetitiveVisibilityCompetitorView`. Cannot be filtered on in the 'WHERE' clause."
        }
      },
      "type": "object",
      "description": "Fields related to [competitive visibility reports] (https://support.google.com/merchants/answer/11366442).",
      "id": "CompetitiveVisibility"
    },
    "RequestPhoneVerificationRequest": {
      "type": "object",
      "description": "Request message for the RequestPhoneVerification method.",
      "id": "RequestPhoneVerificationRequest",
      "properties": {
        "phoneNumber": {
          "type": "string",
          "description": "Phone number to be verified."
        },
        "phoneVerificationMethod": {
          "enum": [
            "PHONE_VERIFICATION_METHOD_UNSPECIFIED",
            "SMS",
            "PHONE_CALL"
          ],
          "enumDescriptions": [
            "Unknown method.",
            "Receive verification code by SMS.",
            "Receive verification code by phone call."
          ],
          "description": "Verification method to receive verification code.",
          "type": "string"
        },
        "phoneRegionCode": {
          "type": "string",
          "description": "Required. Two letter country code for the phone number, for example `CA` for Canadian numbers. See the [ISO 3166-1 alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) officially assigned codes."
        },
        "languageCode": {
          "type": "string",
          "description": "Language code [IETF BCP 47 syntax](https://tools.ietf.org/html/bcp47) (for example, en-US). Language code is used to provide localized `SMS` and `PHONE_CALL`. Default language used is en-US if not provided."
        }
      }
    },
    "RegionalInventory": {
      "description": "Regional inventory resource. contains the regional name and all attributes which are overridden for the specified region.",
      "properties": {
        "salePriceEffectiveDate": {
          "description": "A date range represented by a pair of ISO 8601 dates separated by a space, comma, or slash. Both dates might be specified as 'null' if undecided.",
          "type": "string"
        },
        "customAttributes": {
          "description": "A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the feed specification in its generic form.",
          "type": "array",
          "items": {
            "$ref": "CustomAttribute"
          }
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#regionalInventory`\"."
        },
        "availability": {
          "type": "string",
          "description": "The availability of the product."
        },
        "regionId": {
          "description": "The ID uniquely identifying each region.",
          "type": "string"
        },
        "price": {
          "description": "The price of the product.",
          "$ref": "Price"
        },
        "salePrice": {
          "$ref": "Price",
          "description": "The sale price of the product. Mandatory if `sale_price_effective_date` is defined."
        }
      },
      "type": "object",
      "id": "RegionalInventory"
    },
    "DatafeedsFetchNowResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#datafeedsFetchNowResponse`\".",
          "type": "string"
        }
      },
      "type": "object",
      "id": "DatafeedsFetchNowResponse"
    },
    "ProductTax": {
      "id": "ProductTax",
      "type": "object",
      "properties": {
        "country": {
          "description": "The country within which the item is taxed, specified as a CLDR territory code.",
          "type": "string"
        },
        "region": {
          "description": "The geographic region to which the tax rate applies.",
          "type": "string"
        },
        "postalCode": {
          "type": "string",
          "description": "The postal code range that the tax rate applies to, represented by a ZIP code, a ZIP code prefix using * wildcard, a range between two ZIP codes or two ZIP code prefixes of equal length. Examples: 94114, 94*, 94002-95460, 94*-95*."
        },
        "taxShip": {
          "type": "boolean",
          "description": "Should be set to true if tax is charged on shipping."
        },
        "locationId": {
          "type": "string",
          "description": "The numeric ID of a location that the tax rate applies to as defined in the Google Ads API.",
          "format": "int64"
        },
        "rate": {
          "format": "double",
          "description": "The percentage of tax rate that applies to the item price.",
          "type": "number"
        }
      }
    },
    "FreeListingsProgramStatusReviewIneligibilityReasonDetails": {
      "type": "object",
      "id": "FreeListingsProgramStatusReviewIneligibilityReasonDetails",
      "description": "Additional details for review ineligibility reasons.",
      "properties": {
        "cooldownTime": {
          "format": "google-datetime",
          "description": "This timestamp represents end of cooldown period for review ineligbility reason `IN_COOLDOWN_PERIOD`.",
          "type": "string"
        }
      }
    },
    "ListAccountReturnCarrierResponse": {
      "type": "object",
      "id": "ListAccountReturnCarrierResponse",
      "description": "Response for listing account return carriers.",
      "properties": {
        "accountReturnCarriers": {
          "description": "List of all available account return carriers for the merchant.",
          "type": "array",
          "items": {
            "$ref": "AccountReturnCarrier"
          }
        }
      }
    },
    "Warehouse": {
      "id": "Warehouse",
      "description": "A fulfillment warehouse, which stores and handles inventory.",
      "type": "object",
      "properties": {
        "businessDayConfig": {
          "description": "Business days of the warehouse. If not set, will be Monday to Friday by default.",
          "$ref": "BusinessDayConfig"
        },
        "handlingDays": {
          "format": "int64",
          "description": "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.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Required. The name of the warehouse. Must be unique within account."
        },
        "cutoffTime": {
          "$ref": "WarehouseCutoffTime",
          "description": "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."
        },
        "shippingAddress": {
          "$ref": "Address",
          "description": "Required. Shipping address of the warehouse."
        }
      }
    },
    "DatafeedFormat": {
      "id": "DatafeedFormat",
      "properties": {
        "columnDelimiter": {
          "description": "Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - \"`pipe`\" - \"`tab`\" - \"`tilde`\" ",
          "type": "string"
        },
        "quotingMode": {
          "type": "string",
          "description": "Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - \"`normal character`\" - \"`value quoting`\" "
        },
        "fileEncoding": {
          "description": "Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - \"`latin-1`\" - \"`utf-16be`\" - \"`utf-16le`\" - \"`utf-8`\" - \"`windows-1252`\" ",
          "type": "string"
        }
      },
      "type": "object"
    },
    "ShippingsettingsCustomBatchRequest": {
      "properties": {
        "entries": {
          "items": {
            "$ref": "ShippingsettingsCustomBatchRequestEntry"
          },
          "description": "The request entries to be processed in the batch.",
          "type": "array"
        }
      },
      "id": "ShippingsettingsCustomBatchRequest",
      "type": "object"
    },
    "PosDataProvidersPosDataProvider": {
      "id": "PosDataProvidersPosDataProvider",
      "properties": {
        "providerId": {
          "description": "The ID of the account.",
          "format": "uint64",
          "type": "string"
        },
        "fullName": {
          "description": "The full name of this POS data Provider.",
          "type": "string"
        },
        "displayName": {
          "description": "The display name of Pos data Provider.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "AccountTaxTaxRule": {
      "description": "Tax calculation rule to apply in a state or province (US only).",
      "type": "object",
      "id": "AccountTaxTaxRule",
      "properties": {
        "useGlobalRate": {
          "type": "boolean",
          "description": "Whether the tax rate is taken from a global tax table or specified explicitly."
        },
        "locationId": {
          "format": "uint64",
          "type": "string",
          "description": "Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID)."
        },
        "ratePercent": {
          "description": "Explicit tax rate in percent, represented as a floating point number without the percentage character. Must not be negative.",
          "type": "string"
        },
        "shippingTaxed": {
          "type": "boolean",
          "description": "If true, shipping charges are also taxed."
        },
        "country": {
          "type": "string",
          "description": "Country code in which tax is applicable."
        }
      }
    },
    "RequestReviewShoppingAdsRequest": {
      "id": "RequestReviewShoppingAdsRequest",
      "description": "Request message for the RequestReviewShoppingAds program method.",
      "type": "object",
      "properties": {
        "regionCode": {
          "description": "The code [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the country for which review is to be requested.",
          "type": "string"
        }
      }
    },
    "DeliveryArea": {
      "type": "object",
      "properties": {
        "countryCode": {
          "type": "string",
          "description": "Required. The country that the product can be delivered to. Submit a [unicode CLDR region](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) such as `US` or `CH`."
        },
        "postalCodeRange": {
          "$ref": "DeliveryAreaPostalCodeRange",
          "description": "A postal code, postal code range or postal code prefix that defines this area. Limited to US and AUS."
        },
        "regionCode": {
          "description": "A state, territory, or prefecture. This is supported for the United States, Australia, and Japan. Provide a subdivision code from the ISO 3166-2 code tables ([US](https://en.wikipedia.org/wiki/ISO_3166-2:US), [AU](https://en.wikipedia.org/wiki/ISO_3166-2:AU), or [JP](https://en.wikipedia.org/wiki/ISO_3166-2:JP)) without country prefix (for example, `\"NY\"`, `\"NSW\"`, `\"03\"`).",
          "type": "string"
        }
      },
      "id": "DeliveryArea",
      "description": "A delivery area for the product. Only one of `countryCode` or `postalCodeRange` must be set."
    },
    "LiasettingsGetAccessibleGmbAccountsResponse": {
      "id": "LiasettingsGetAccessibleGmbAccountsResponse",
      "properties": {
        "accountId": {
          "type": "string",
          "description": "The ID of the Merchant Center account.",
          "format": "uint64"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#liasettingsGetAccessibleGmbAccountsResponse`\".",
          "type": "string"
        },
        "gmbAccounts": {
          "type": "array",
          "items": {
            "$ref": "GmbAccountsGmbAccount"
          },
          "description": "A list of Business Profiles which are available to the merchant."
        }
      },
      "type": "object"
    },
    "ProductCluster": {
      "type": "object",
      "description": "Product cluster fields. A product cluster is a grouping for different offers that represent the same product. Values are only set for fields requested explicitly in the request's search query.",
      "id": "ProductCluster",
      "properties": {
        "inventoryStatus": {
          "enum": [
            "INVENTORY_STATUS_UNSPECIFIED",
            "IN_STOCK",
            "OUT_OF_STOCK",
            "NOT_IN_INVENTORY"
          ],
          "description": "Tells whether the product cluster is `IN_STOCK` in your product feed across multiple countries, `OUT_OF_STOCK` in your product feed, or `NOT_IN_INVENTORY` at all. The field doesn't take the Best Sellers report country filter into account.",
          "enumDescriptions": [
            "Inventory status is unknown.",
            "Merchant has a product for this product cluster or brand in stock.",
            "Merchant has a product for this product cluster or brand in inventory but it is currently out of stock.",
            "Merchant does not have a product for this product cluster or brand in inventory."
          ],
          "type": "string"
        },
        "variantGtins": {
          "type": "array",
          "description": "GTINs of example variants of the product cluster.",
          "items": {
            "type": "string"
          }
        },
        "categoryL4": {
          "type": "string",
          "description": "Product category (4th level) of the product cluster, represented in Google's product taxonomy."
        },
        "title": {
          "description": "Title of the product cluster.",
          "type": "string"
        },
        "categoryL2": {
          "description": "Product category (2nd level) of the product cluster, represented in Google's product taxonomy.",
          "type": "string"
        },
        "categoryL3": {
          "description": "Product category (3rd level) of the product cluster, represented in Google's product taxonomy.",
          "type": "string"
        },
        "categoryL5": {
          "description": "Product category (5th level) of the product cluster, represented in Google's product taxonomy.",
          "type": "string"
        },
        "brand": {
          "description": "Brand of the product cluster.",
          "type": "string"
        },
        "brandInventoryStatus": {
          "description": "Tells if there is at least one product of the brand currently `IN_STOCK` in your product feed across multiple countries, all products are `OUT_OF_STOCK` in your product feed, or `NOT_IN_INVENTORY`. The field doesn't take the Best Sellers report country filter into account.",
          "type": "string",
          "enumDescriptions": [
            "Inventory status is unknown.",
            "Merchant has a product for this product cluster or brand in stock.",
            "Merchant has a product for this product cluster or brand in inventory but it is currently out of stock.",
            "Merchant does not have a product for this product cluster or brand in inventory."
          ],
          "enum": [
            "INVENTORY_STATUS_UNSPECIFIED",
            "IN_STOCK",
            "OUT_OF_STOCK",
            "NOT_IN_INVENTORY"
          ]
        },
        "categoryL1": {
          "description": "Product category (1st level) of the product cluster, represented in Google's product taxonomy.",
          "type": "string"
        }
      }
    },
    "LiaAboutPageSettings": {
      "properties": {
        "status": {
          "description": "The status of the verification process for the About page. Supported values are: - \"`active`\" - \"`inactive`\" - \"`pending`\" ",
          "type": "string"
        },
        "url": {
          "type": "string",
          "description": "The URL for the About page."
        }
      },
      "id": "LiaAboutPageSettings",
      "type": "object"
    },
    "AccountIssue": {
      "id": "AccountIssue",
      "properties": {
        "title": {
          "description": "Title of the issue.",
          "type": "string"
        },
        "prerenderedContent": {
          "description": "Details of the issue as a pre-rendered HTML. HTML elements contain CSS classes that can be used to customize the style of the content. Always sanitize the HTML before embedding it directly to your application. The sanitizer needs to allow basic HTML tags, such as: `div`, `span`, `p`, `a`, `ul`, `li`, `table`, `tr`, `td`. For example, you can use [DOMPurify](https://www.npmjs.com/package/dompurify). CSS classes: * `issue-detail` - top level container for the detail of the issue * `callout-banners` - section of the `issue-detail` with callout banners * `callout-banner` - single callout banner, inside `callout-banners` * `callout-banner-info` - callout with important information (default) * `callout-banner-warning` - callout with a warning * `callout-banner-error` - callout informing about an error (most severe) * `issue-content` - section of the `issue-detail`, contains multiple `content-element` * `content-element` - content element such as a list, link or paragraph, inside `issue-content` * `root-causes` - unordered list with items describing root causes of the issue, inside `issue-content` * `root-causes-intro` - intro text before the `root-causes` list, inside `issue-content` * `segment` - section of the text, `span` inside paragraph * `segment-attribute` - section of the text that represents a product attribute, for example 'image\\_link' * `segment-literal` - section of the text that contains a special value, for example '0-1000 kg' * `segment-bold` - section of the text that should be rendered as bold * `segment-italic` - section of the text that should be rendered as italic * `tooltip` - used on paragraphs that should be rendered with a tooltip. A section of the text in such a paragraph will have a class `tooltip-text` and is intended to be shown in a mouse over dialog. If the style is not used, the `tooltip-text` section would be shown on a new line, after the main part of the text. * `tooltip-text` - marks a section of the text within a `tooltip`, that is intended to be shown in a mouse over dialog. * `tooltip-icon` - marks a section of the text within a `tooltip`, that can be replaced with a tooltip icon, for example '?' or 'i'. By default, this section contains a `br` tag, that is separating the main text and the tooltip text when the style is not used. * `tooltip-style-question` - the tooltip shows helpful information, can use the '?' as an icon. * `tooltip-style-info` - the tooltip adds additional information fitting to the context, can use the 'i' as an icon. * `content-moderation` - marks the paragraph that explains how the issue was identified. * `new-element` - Present for new elements added to the pre-rendered content in the future. To make sure that a new content element does not break your style, you can hide everything with this class.",
          "type": "string"
        },
        "prerenderedOutOfCourtDisputeSettlement": {
          "description": "Pre-rendered HTML that contains a link to the external location where the ODS can be requested and instructions for how to request it. HTML elements contain CSS classes that can be used to customize the style of this snippet. Always sanitize the HTML before embedding it directly to your application. The sanitizer needs to allow basic HTML tags, such as: `div`, `span`, `p`, `a`, `ul`, `li`, `table`, `tr`, `td`. For example, you can use [DOMPurify](https://www.npmjs.com/package/dompurify). CSS classes: * `ods-section`* - wrapper around the out-of-court dispute resolution section * `ods-description`* - intro text for the out-of-court dispute resolution. It may contain multiple segments and a link. * `ods-param`* - wrapper around the header-value pair for parameters that merchant may need to provide during the ODS process. * `ods-routing-id`* - ods param for the Routing ID. * `ods-reference-id`* - ods param for the Routing ID. * `ods-param-header`* - header for the ODS parameter * `ods-param-value`* - value of the ODS parameter. This value should be rendered in a way that it is easy for merchants to identify and copy. * `segment` - section of the text, `span` inside paragraph * `segment-attribute` - section of the text that represents a product attribute, for example 'image\\_link' * `segment-literal` - section of the text that contains a special value, for example '0-1000 kg' * `segment-bold` - section of the text that should be rendered as bold * `segment-italic` - section of the text that should be rendered as italic * `tooltip` - used on paragraphs that should be rendered with a tooltip. A section of the text in such a paragraph will have a class `tooltip-text` and is intended to be shown in a mouse over dialog. If the style is not used, the `tooltip-text` section would be shown on a new line, after the main part of the text. * `tooltip-text` - marks a section of the text within a `tooltip`, that is intended to be shown in a mouse over dialog. * `tooltip-icon` - marks a section of the text within a `tooltip`, that can be replaced with a tooltip icon, for example '?' or 'i'. By default, this section contains a `br` tag, that is separating the main text and the tooltip text when the style is not used. * `tooltip-style-question` - the tooltip shows helpful information, can use the '?' as an icon. * `tooltip-style-info` - the tooltip adds additional information fitting to the context, can use the 'i' as an icon.",
          "type": "string"
        },
        "impact": {
          "description": "Clarifies the severity of the issue. The summarizing message, if present, should be shown right under the title for each issue. It helps merchants to quickly understand the impact of the issue. The detailed breakdown helps the merchant to fully understand the impact of the issue. It can be rendered as dialog that opens when the merchant mouse over the summarized impact statement. Issues with different severity can be styled differently. They may use a different color or icon to signal the difference between `ERROR`, `WARNING` and `INFO`.",
          "$ref": "AccountIssueImpact"
        },
        "actions": {
          "items": {
            "$ref": "Action"
          },
          "type": "array",
          "description": "A list of actionable steps that can be executed to solve the issue. An example is requesting a re-review or providing arguments when merchant disagrees with the issue. Actions that are supported in (your) third-party application can be rendered as buttons and should be available to merchant when they expand the issue."
        }
      },
      "type": "object",
      "description": "An issue affecting specific merchant."
    },
    "PromotionPromotionStatus": {
      "properties": {
        "creationDate": {
          "description": "Date on which the promotion has been created in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format: Date, time, and offset, for example \"2020-01-02T09:00:00+01:00\" or \"2020-01-02T09:00:00Z\"",
          "type": "string"
        },
        "lastUpdateDate": {
          "description": "Date on which the promotion status has been last updated in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format: Date, time, and offset, for example \"2020-01-02T09:00:00+01:00\" or \"2020-01-02T09:00:00Z\"",
          "type": "string"
        },
        "destinationStatuses": {
          "description": "The intended destinations for the promotion.",
          "items": {
            "$ref": "PromotionPromotionStatusDestinationStatus"
          },
          "type": "array"
        },
        "promotionIssue": {
          "items": {
            "$ref": "PromotionPromotionStatusPromotionIssue"
          },
          "description": "A list of issues associated with the promotion.",
          "type": "array"
        }
      },
      "type": "object",
      "id": "PromotionPromotionStatus",
      "description": "The status of the promotion."
    },
    "OrderTrackingSignalLineItemDetails": {
      "properties": {
        "productDescription": {
          "deprecated": true,
          "description": "Plain text description of this product (deprecated: Please use product_title instead).",
          "type": "string"
        },
        "productId": {
          "description": "Required. The Content API REST ID of the product, in the form channel:contentLanguage:targetCountry:offerId.",
          "type": "string"
        },
        "upc": {
          "deprecated": true,
          "description": "Universal product code for this item (deprecated: Please use GTIN instead).",
          "type": "string"
        },
        "gtin": {
          "type": "string",
          "description": "The Global Trade Item Number."
        },
        "mpn": {
          "description": "The manufacturer part number.",
          "type": "string"
        },
        "quantity": {
          "format": "int64",
          "description": "The quantity of the line item in the order.",
          "type": "string"
        },
        "productTitle": {
          "description": "Plain text title of this product.",
          "type": "string"
        },
        "sku": {
          "deprecated": true,
          "description": "Merchant SKU for this item (deprecated).",
          "type": "string"
        },
        "lineItemId": {
          "type": "string",
          "description": "Required. The ID for this line item."
        },
        "brand": {
          "description": "Brand of the product.",
          "type": "string"
        }
      },
      "description": "The line items of the order.",
      "type": "object",
      "id": "OrderTrackingSignalLineItemDetails"
    },
    "Error": {
      "type": "object",
      "description": "An error returned by the API.",
      "properties": {
        "message": {
          "description": "A description of the error.",
          "type": "string"
        },
        "domain": {
          "description": "The domain of the error.",
          "type": "string"
        },
        "reason": {
          "type": "string",
          "description": "The error code."
        }
      },
      "id": "Error"
    },
    "LocalinventoryCustomBatchResponseEntry": {
      "description": "Batch entry encoding a single local inventory update response.",
      "id": "LocalinventoryCustomBatchResponseEntry",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#localinventoryCustomBatchResponseEntry`\"",
          "type": "string"
        },
        "batchId": {
          "description": "The ID of the request entry this entry responds to.",
          "type": "integer",
          "format": "uint32"
        },
        "errors": {
          "description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request.",
          "$ref": "Errors"
        }
      }
    },
    "ProductDimension": {
      "type": "object",
      "id": "ProductDimension",
      "properties": {
        "value": {
          "format": "double",
          "type": "number",
          "description": "Required. The length value represented as a number. The value can have a maximum precision of four decimal places."
        },
        "unit": {
          "description": "Required. The length units. Acceptable values are: - \"`in`\" - \"`cm`\" ",
          "type": "string"
        }
      }
    },
    "ShoppingAdsProgramStatus": {
      "description": "Response message for GetShoppingAdsProgramStatus.",
      "properties": {
        "regionStatuses": {
          "items": {
            "$ref": "ShoppingAdsProgramStatusRegionStatus"
          },
          "type": "array",
          "description": "Status of the program in each region. Regions with the same status and review eligibility are grouped together in `regionCodes`."
        },
        "globalState": {
          "enumDescriptions": [
            "State is unknown.",
            "Program is not enabled for any country.",
            "No products have been uploaded for any region. Upload products to Merchant Center.",
            "Program is enabled and offers are uploaded for at least one country."
          ],
          "type": "string",
          "description": "State of the program. `ENABLED` if there are offers for at least one region.",
          "enum": [
            "PROGRAM_STATE_UNSPECIFIED",
            "NOT_ENABLED",
            "NO_OFFERS_UPLOADED",
            "ENABLED"
          ]
        }
      },
      "type": "object",
      "id": "ShoppingAdsProgramStatus"
    },
    "TriggerActionPayload": {
      "properties": {
        "actionInput": {
          "$ref": "ActionInput",
          "description": "Required. Input provided by the merchant."
        },
        "actionContext": {
          "description": "Required. The context from the selected action. The value is obtained from rendered issues and needs to be sent back to identify the action that is being triggered.",
          "type": "string"
        }
      },
      "id": "TriggerActionPayload",
      "type": "object",
      "description": "The payload for the triggered action."
    },
    "DatafeedstatusesCustomBatchResponse": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#datafeedstatusesCustomBatchResponse`\"."
        },
        "entries": {
          "type": "array",
          "description": "The result of the execution of the batch requests.",
          "items": {
            "$ref": "DatafeedstatusesCustomBatchResponseEntry"
          }
        }
      },
      "id": "DatafeedstatusesCustomBatchResponse",
      "type": "object"
    },
    "ProductIssueImpact": {
      "id": "ProductIssueImpact",
      "type": "object",
      "properties": {
        "message": {
          "description": "Optional. Message summarizing the overall impact of the issue. If present, it should be rendered to the merchant. For example: \"Limits visibility in France\"",
          "type": "string"
        },
        "severity": {
          "enum": [
            "SEVERITY_UNSPECIFIED",
            "ERROR",
            "WARNING",
            "INFO"
          ],
          "enumDescriptions": [
            "Default value. Will never be provided by the API.",
            "Causes either an account suspension or an item disapproval. Errors should be resolved as soon as possible to ensure items are eligible to appear in results again.",
            "Warnings can negatively impact the performance of ads and can lead to item or account suspensions in the future unless the issue is resolved.",
            "Infos are suggested optimizations to increase data quality. Resolving these issues is recommended, but not required."
          ],
          "description": "The severity of the issue.",
          "type": "string"
        },
        "breakdowns": {
          "items": {
            "$ref": "Breakdown"
          },
          "description": "Detailed impact breakdown. Explains the types of restriction the issue has in different shopping destinations and territory. If present, it should be rendered to the merchant. Can be shown as a mouse over dropdown or a dialog. Each breakdown item represents a group of regions with the same impact details.",
          "type": "array"
        }
      },
      "description": "Overall impact of product issue."
    },
    "DatafeedTarget": {
      "id": "DatafeedTarget",
      "type": "object",
      "properties": {
        "targetCountries": {
          "description": "The countries where the items may be displayed. Represented as a CLDR territory code. Will be ignored for \"product inventory\" feeds.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "feedLabel": {
          "description": "Feed label for the DatafeedTarget. Either `country` or `feedLabel` is required. If both `feedLabel` and `country` is specified, the values must match. Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-).",
          "type": "string"
        },
        "country": {
          "description": "Deprecated. Use `feedLabel` instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.",
          "type": "string"
        },
        "includedDestinations": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of [destinations to include](//support.google.com/merchants/answer/7501026) for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`."
        },
        "language": {
          "type": "string",
          "description": "The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`."
        },
        "excludedDestinations": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of [destinations to exclude](//support.google.com/merchants/answer/6324486) for this target (corresponds to cleared check boxes in Merchant Center). Products that are excluded from all destinations for more than 7 days are automatically deleted."
        }
      }
    },
    "ListAccountLabelsResponse": {
      "id": "ListAccountLabelsResponse",
      "description": "Response message for the `ListAccountLabels` method.",
      "type": "object",
      "properties": {
        "accountLabels": {
          "description": "The labels from the specified account.",
          "items": {
            "$ref": "AccountLabel"
          },
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        }
      }
    },
    "ProductStatus": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#productStatus`\""
        },
        "itemLevelIssues": {
          "description": "A list of all issues associated with the product.",
          "type": "array",
          "items": {
            "$ref": "ProductStatusItemLevelIssue"
          }
        },
        "lastUpdateDate": {
          "description": "Date on which the item has been last updated, in ISO 8601 format.",
          "type": "string"
        },
        "destinationStatuses": {
          "description": "The intended destinations for the product.",
          "items": {
            "$ref": "ProductStatusDestinationStatus"
          },
          "type": "array"
        },
        "link": {
          "description": "The link to the product.",
          "type": "string"
        },
        "creationDate": {
          "description": "Date on which the item has been created, in ISO 8601 format.",
          "type": "string"
        },
        "title": {
          "description": "The title of the product.",
          "type": "string"
        },
        "productId": {
          "description": "The ID of the product for which status is reported.",
          "type": "string"
        },
        "googleExpirationDate": {
          "description": "Date on which the item expires in Google Shopping, in ISO 8601 format.",
          "type": "string"
        }
      },
      "id": "ProductStatus",
      "description": "The status of a product, that is, information about a product computed asynchronously.",
      "type": "object"
    },
    "Installment": {
      "properties": {
        "downpayment": {
          "description": "Optional. The initial down payment amount the buyer has to pay.",
          "$ref": "Price"
        },
        "creditType": {
          "type": "string",
          "description": "Optional. Type of installment payments. Supported values are: - \"`finance`\" - \"`lease`\" "
        },
        "months": {
          "format": "int64",
          "type": "string",
          "description": "The number of installments the buyer has to pay."
        },
        "amount": {
          "description": "The amount the buyer has to pay per month.",
          "$ref": "Price"
        }
      },
      "type": "object",
      "id": "Installment",
      "description": "Details of a monthly installment payment offering. [Learn more](https://support.google.com/merchants/answer/6324474) about installments."
    },
    "AccountStatusProducts": {
      "properties": {
        "country": {
          "description": "The country the data applies to.",
          "type": "string"
        },
        "channel": {
          "type": "string",
          "description": "The channel the data applies to. Acceptable values are: - \"`local`\" - \"`online`\" "
        },
        "itemLevelIssues": {
          "items": {
            "$ref": "AccountStatusItemLevelIssue"
          },
          "description": "List of item-level issues.",
          "type": "array"
        },
        "destination": {
          "type": "string",
          "description": "The destination the data applies to."
        },
        "statistics": {
          "description": "Aggregated product statistics.",
          "$ref": "AccountStatusStatistics"
        }
      },
      "type": "object",
      "id": "AccountStatusProducts"
    },
    "RecommendationCallToAction": {
      "id": "RecommendationCallToAction",
      "description": "Call to action (CTA) that explains how a merchant can implement this recommendation",
      "type": "object",
      "properties": {
        "uri": {
          "type": "string",
          "description": "Optional. URL of the CTA. This field will only be set for some recommendations where there is a suggested landing URL. Otherwise it will be set to an empty string. We recommend developers to use their own custom landing page according to the description of the intent field above when this uri field is empty."
        },
        "intent": {
          "description": "Output only. Intent of the action. This value describes the intent (for example, `OPEN_CREATE_EMAIL_CAMPAIGN_FLOW`) and can vary from recommendation to recommendation. This value can change over time for the same recommendation. Currently available intent values: - OPEN_CREATE_EMAIL_CAMPAIGN_FLOW: Opens a user journey where they can create a marketing email campaign. (No default URL) - OPEN_CREATE_COLLECTION_TAB: Opens a user journey where they can [create a collection](https://support.google.com/merchants/answer/9703228) for their Merchant account. (No default URL)",
          "type": "string",
          "readOnly": true
        },
        "localizedText": {
          "type": "string",
          "description": "Output only. Localized text of the CTA. Optional.",
          "readOnly": true
        }
      }
    },
    "InputField": {
      "description": "Input field that needs to be available to the merchant. If the field is marked as required, then a value needs to be provided for a successful processing of the request.",
      "type": "object",
      "properties": {
        "label": {
          "description": "Input field label. There may be more information to be shown in a tooltip.",
          "$ref": "TextWithTooltip"
        },
        "required": {
          "description": "Whether the field is required. The action button needs to stay disabled till values for all required fields are provided.",
          "type": "boolean"
        },
        "checkboxInput": {
          "$ref": "InputFieldCheckboxInput",
          "description": "Input field to provide a boolean value. Corresponds to the [html input type=checkbox](https://www.w3.org/TR/2012/WD-html-markup-20121025/input.checkbox.html#input.checkbox)."
        },
        "textInput": {
          "description": "Input field to provide text information. Corresponds to the [html input type=text](https://www.w3.org/TR/2012/WD-html-markup-20121025/input.text.html#input.text) or [html textarea](https://www.w3.org/TR/2012/WD-html-markup-20121025/textarea.html#textarea).",
          "$ref": "InputFieldTextInput"
        },
        "id": {
          "description": "Not for display but need to be sent back for the given input field.",
          "type": "string"
        },
        "choiceInput": {
          "$ref": "InputFieldChoiceInput",
          "description": "Input field to select one of the offered choices. Corresponds to the [html input type=radio](https://www.w3.org/TR/2012/WD-html-markup-20121025/input.radio.html#input.radio)."
        }
      },
      "id": "InputField"
    },
    "Segments": {
      "description": "Dimensions according to which metrics are segmented in the response. Values of product dimensions, such as `offer_id`, reflect the state of a product at the time of the corresponding event, for example, impression or order. Segment fields cannot be selected in queries without also selecting at least one metric field. Values are only set for dimensions requested explicitly in the request's search query.",
      "properties": {
        "currencyCode": {
          "description": "Currency in which price metrics are represented, for example, if you select `ordered_item_sales_micros`, the returned value will be represented by this currency.",
          "type": "string"
        },
        "date": {
          "description": "Date in the merchant timezone to which metrics apply.",
          "$ref": "Date"
        },
        "productTypeL1": {
          "description": "[Product type (1st level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and_product_type) in merchant's own product taxonomy.",
          "type": "string"
        },
        "categoryL5": {
          "type": "string",
          "description": "[Product category (5th level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and_product_type) in Google's product taxonomy."
        },
        "categoryL1": {
          "description": "[Product category (1st level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and_product_type) in Google's product taxonomy.",
          "type": "string"
        },
        "customLabel0": {
          "description": "Custom label 0 for custom grouping of products.",
          "type": "string"
        },
        "productTypeL5": {
          "type": "string",
          "description": "[Product type (5th level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and_product_type) in merchant's own product taxonomy."
        },
        "customLabel4": {
          "description": "Custom label 4 for custom grouping of products.",
          "type": "string"
        },
        "categoryL4": {
          "description": "[Product category (4th level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and_product_type) in Google's product taxonomy.",
          "type": "string"
        },
        "categoryL3": {
          "description": "[Product category (3rd level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and_product_type) in Google's product taxonomy.",
          "type": "string"
        },
        "productTypeL2": {
          "description": "[Product type (2nd level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and_product_type) in merchant's own product taxonomy.",
          "type": "string"
        },
        "title": {
          "type": "string",
          "description": "Title of the product."
        },
        "customerCountryCode": {
          "type": "string",
          "description": "Code of the country where the customer is located at the time of the event. Represented in the ISO 3166 format. If the customer country cannot be determined, a special 'ZZ' code is returned."
        },
        "customLabel2": {
          "type": "string",
          "description": "Custom label 2 for custom grouping of products."
        },
        "productTypeL3": {
          "description": "[Product type (3rd level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and_product_type) in merchant's own product taxonomy.",
          "type": "string"
        },
        "offerId": {
          "description": "Merchant-provided id of the product.",
          "type": "string"
        },
        "productTypeL4": {
          "description": "[Product type (4th level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and_product_type) in merchant's own product taxonomy.",
          "type": "string"
        },
        "customLabel3": {
          "description": "Custom label 3 for custom grouping of products.",
          "type": "string"
        },
        "brand": {
          "description": "Brand of the product.",
          "type": "string"
        },
        "customLabel1": {
          "type": "string",
          "description": "Custom label 1 for custom grouping of products."
        },
        "categoryL2": {
          "description": "[Product category (2nd level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and_product_type) in Google's product taxonomy.",
          "type": "string"
        },
        "program": {
          "enum": [
            "PROGRAM_UNSPECIFIED",
            "SHOPPING_ADS",
            "FREE_PRODUCT_LISTING",
            "FREE_LOCAL_PRODUCT_LISTING",
            "BUY_ON_GOOGLE_LISTING"
          ],
          "description": "Program to which metrics apply, for example, Free Product Listing.",
          "type": "string",
          "enumDescriptions": [
            "Not specified.",
            "Shopping Ads.",
            "Free Product Listing.",
            "Free Local Product Listing.",
            "*Deprecated*: This value is no longer supported. Retrieving all metrics for the `BUY_ON_GOOGLE_LISTING` program returns 0 starting from May 2024. Buy on Google Listing."
          ]
        },
        "week": {
          "$ref": "Date",
          "description": "First day of the week (Monday) of the metrics date in the merchant timezone."
        }
      },
      "id": "Segments",
      "type": "object"
    },
    "ProductShippingDimension": {
      "type": "object",
      "id": "ProductShippingDimension",
      "properties": {
        "value": {
          "format": "double",
          "type": "number",
          "description": "The dimension of the product used to calculate the shipping cost of the item."
        },
        "unit": {
          "type": "string",
          "description": "The unit of value."
        }
      }
    },
    "ECommercePlatformLinkInfo": {
      "properties": {
        "externalAccountId": {
          "type": "string",
          "description": "The id used by the third party service provider to identify the merchant."
        }
      },
      "type": "object",
      "description": "Additional information required for E_COMMERCE_PLATFORM link type.",
      "id": "ECommercePlatformLinkInfo"
    },
    "InputValueChoiceInputValue": {
      "type": "object",
      "properties": {
        "choiceInputOptionId": {
          "type": "string",
          "description": "Required. Id of the option that was selected by the merchant."
        }
      },
      "id": "InputValueChoiceInputValue",
      "description": "Value for choice input field."
    },
    "AccountstatusesCustomBatchRequest": {
      "id": "AccountstatusesCustomBatchRequest",
      "type": "object",
      "properties": {
        "entries": {
          "items": {
            "$ref": "AccountstatusesCustomBatchRequestEntry"
          },
          "description": "The request entries to be processed in the batch.",
          "type": "array"
        }
      }
    },
    "InputFieldTextInput": {
      "description": "Text input allows merchants to provide a text value.",
      "id": "InputFieldTextInput",
      "type": "object",
      "properties": {
        "formatInfo": {
          "type": "string",
          "description": "Information about the required format. If present, it should be shown close to the input field to help merchants to provide a correct value. For example: \"VAT numbers should be in a format similar to SK9999999999\""
        },
        "additionalInfo": {
          "description": "Additional info regarding the field to be displayed to merchant. For example, warning to not include personal identifiable information. There may be more information to be shown in a tooltip.",
          "$ref": "TextWithTooltip"
        },
        "ariaLabel": {
          "type": "string",
          "description": "Text to be used as the [aria-label](https://www.w3.org/TR/WCAG20-TECHS/ARIA14.html) for the input."
        },
        "type": {
          "enum": [
            "TEXT_INPUT_TYPE_UNSPECIFIED",
            "GENERIC_SHORT_TEXT",
            "GENERIC_LONG_TEXT"
          ],
          "description": "Type of the text input",
          "type": "string",
          "enumDescriptions": [
            "Default value. Will never be provided by the API.",
            "Used when a short text is expected. The field can be rendered as a [text field](https://www.w3.org/TR/2012/WD-html-markup-20121025/input.text.html#input.text).",
            "Used when a longer text is expected. The field should be rendered as a [textarea](https://www.w3.org/TR/2012/WD-html-markup-20121025/textarea.html#textarea)."
          ]
        }
      }
    },
    "Headers": {
      "description": "A non-empty list of row or column headers for a table. Exactly one of `prices`, `weights`, `numItems`, `postalCodeGroupNames`, or `location` must be set.",
      "properties": {
        "locations": {
          "description": "A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.",
          "items": {
            "$ref": "LocationIdSet"
          },
          "type": "array"
        },
        "postalCodeGroupNames": {
          "description": "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.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "prices": {
          "type": "array",
          "items": {
            "$ref": "Price"
          },
          "description": "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 \"\u003c= $10\", \"\u003c= $500\", and \"\u003e $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."
        },
        "weights": {
          "type": "array",
          "items": {
            "$ref": "Weight"
          },
          "description": "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 \"\u003c= 10kg\", \"\u003c= 50kg\", and \"\u003e 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."
        },
        "numberOfItems": {
          "description": "A list of inclusive number of items upper bounds. The last value can be `\"infinity\"`. For example `[\"10\", \"50\", \"infinity\"]` represents the headers \"\u003c= 10 items\", \"\u003c= 50 items\", and \"\u003e 50 items\". Must be non-empty. Can only be set if all other fields are not set.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object",
      "id": "Headers"
    },
    "Price": {
      "properties": {
        "value": {
          "description": "The price represented as a number.",
          "type": "string"
        },
        "currency": {
          "type": "string",
          "description": "The currency of the price."
        }
      },
      "id": "Price",
      "type": "object"
    },
    "LiasettingsCustomBatchRequest": {
      "type": "object",
      "properties": {
        "entries": {
          "type": "array",
          "items": {
            "$ref": "LiasettingsCustomBatchRequestEntry"
          },
          "description": "The request entries to be processed in the batch."
        }
      },
      "id": "LiasettingsCustomBatchRequest"
    },
    "PubsubNotificationSettings": {
      "description": "Settings for Pub/Sub notifications, all methods require that the caller is a direct user of the merchant center account.",
      "type": "object",
      "properties": {
        "cloudTopicName": {
          "type": "string",
          "description": "Cloud pub/sub topic to which notifications are sent (read-only)."
        },
        "registeredEvents": {
          "items": {
            "type": "string"
          },
          "description": "List of event types. Acceptable values are: - \"`orderPendingShipment`\" ",
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#pubsubNotificationSettings`\"",
          "type": "string"
        }
      },
      "id": "PubsubNotificationSettings"
    },
    "TriggerActionResponse": {
      "properties": {
        "message": {
          "type": "string",
          "description": "The message for merchant."
        }
      },
      "type": "object",
      "id": "TriggerActionResponse",
      "description": "Response informing about the started action."
    },
    "RegionalinventoryCustomBatchRequest": {
      "type": "object",
      "id": "RegionalinventoryCustomBatchRequest",
      "properties": {
        "entries": {
          "items": {
            "$ref": "RegionalinventoryCustomBatchRequestEntry"
          },
          "description": "The request entries to be processed in the batch.",
          "type": "array"
        }
      }
    },
    "ShippingsettingsListResponse": {
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "The token for the retrieval of the next page of shipping settings.",
          "type": "string"
        },
        "resources": {
          "items": {
            "$ref": "ShippingSettings"
          },
          "type": "array"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#shippingsettingsListResponse`\"."
        }
      },
      "id": "ShippingsettingsListResponse"
    },
    "ReturnPolicyOnlineReturnReasonCategoryInfo": {
      "type": "object",
      "description": "The return reason category info wrapper.",
      "properties": {
        "returnLabelSource": {
          "type": "string",
          "description": "The corresponding return label source. If the `ReturnMethod` field includes `BY_MAIL`, it is required to specify `ReturnLabelSource` for both `BUYER_REMORSE` and `ITEM_DEFECT` return reason categories.",
          "enum": [
            "RETURN_LABEL_SOURCE_UNSPECIFIED",
            "DOWNLOAD_AND_PRINT",
            "IN_THE_BOX",
            "CUSTOMER_RESPONSIBILITY"
          ],
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Download and print the label.",
            "Label in the box.",
            "Customers' responsibility to get the label."
          ]
        },
        "returnShippingFee": {
          "$ref": "ReturnPolicyOnlineReturnShippingFee",
          "description": "The corresponding return shipping fee. This is only applicable when returnLabelSource is not the customer's responsibility."
        },
        "returnReasonCategory": {
          "type": "string",
          "description": "The return reason category.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Buyer remorse.",
            "Item defect."
          ],
          "enum": [
            "RETURN_REASON_CATEGORY_UNSPECIFIED",
            "BUYER_REMORSE",
            "ITEM_DEFECT"
          ]
        }
      },
      "id": "ReturnPolicyOnlineReturnReasonCategoryInfo"
    },
    "LiasettingsSetInventoryVerificationContactResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#liasettingsSetInventoryVerificationContactResponse`\".",
          "type": "string"
        }
      },
      "type": "object",
      "id": "LiasettingsSetInventoryVerificationContactResponse"
    },
    "CollectionFeaturedProduct": {
      "type": "object",
      "id": "CollectionFeaturedProduct",
      "description": "The message for FeaturedProduct. [FeaturedProduct](https://support.google.com/merchants/answer/9703736)",
      "properties": {
        "y": {
          "format": "float",
          "type": "number",
          "description": "Required. Y-coordinate of the product callout on the Shoppable Image."
        },
        "offerId": {
          "description": "The unique identifier for the product item.",
          "type": "string"
        },
        "x": {
          "type": "number",
          "format": "float",
          "description": "Required. X-coordinate of the product callout on the Shoppable Image."
        }
      }
    },
    "ProductViewItemIssueItemIssueSeverity": {
      "type": "object",
      "id": "ProductViewItemIssueItemIssueSeverity",
      "properties": {
        "severityPerDestination": {
          "type": "array",
          "items": {
            "$ref": "ProductViewItemIssueIssueSeverityPerDestination"
          },
          "description": "Item issue severity for every destination."
        },
        "aggregatedSeverity": {
          "enumDescriptions": [
            "Undefined Issue severity.",
            "Issue disapproves the product in at least one of the selected destinations.",
            "Issue demotes the product in all selected destinations it affects.",
            "Issue resolution is `PENDING_PROCESSING`."
          ],
          "type": "string",
          "enum": [
            "AGGREGATED_ISSUE_SEVERITY_UNSPECIFIED",
            "DISAPPROVED",
            "DEMOTED",
            "PENDING"
          ],
          "description": "Severity of an issue aggregated for destination."
        }
      },
      "description": "Severity of an issue per destination in a region, and aggregated severity."
    },
    "RegionalinventoryCustomBatchRequestEntry": {
      "id": "RegionalinventoryCustomBatchRequestEntry",
      "properties": {
        "regionalInventory": {
          "description": "Price and availability of the product.",
          "$ref": "RegionalInventory"
        },
        "merchantId": {
          "format": "uint64",
          "description": "The ID of the managing account.",
          "type": "string"
        },
        "method": {
          "description": "Method of the batch request entry. Acceptable values are: - \"`insert`\" ",
          "type": "string"
        },
        "productId": {
          "type": "string",
          "description": "The ID of the product for which to update price and availability."
        },
        "batchId": {
          "description": "An entry ID, unique within the batch request.",
          "format": "uint32",
          "type": "integer"
        }
      },
      "type": "object",
      "description": "A batch entry encoding a single non-batch regional inventory request."
    },
    "PosSale": {
      "id": "PosSale",
      "properties": {
        "timestamp": {
          "description": "Required. The inventory timestamp, in ISO 8601 format.",
          "type": "string"
        },
        "targetCountry": {
          "type": "string",
          "description": "Required. The CLDR territory code for the item."
        },
        "gtin": {
          "type": "string",
          "description": "Global Trade Item Number."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#posSale`\""
        },
        "price": {
          "description": "Required. The price of the item.",
          "$ref": "Price"
        },
        "storeCode": {
          "type": "string",
          "description": "Required. The identifier of the merchant's store. Either a `storeCode` inserted through the API or the code of the store in a Business Profile."
        },
        "contentLanguage": {
          "description": "Required. The two-letter ISO 639-1 language code for the item.",
          "type": "string"
        },
        "quantity": {
          "type": "string",
          "description": "Required. The relative change of the available quantity. Negative for items returned.",
          "format": "int64"
        },
        "itemId": {
          "type": "string",
          "description": "Required. A unique identifier for the item."
        },
        "saleId": {
          "type": "string",
          "description": "A unique ID to group items from the same sale event."
        }
      },
      "description": "The change of the available quantity of an item at the given store.",
      "type": "object"
    },
    "WarehouseBasedDeliveryTime": {
      "properties": {
        "originStreetAddress": {
          "description": "Shipping origin's street address.",
          "type": "string"
        },
        "originPostalCode": {
          "type": "string",
          "description": "Shipping origin."
        },
        "warehouseName": {
          "description": "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.",
          "type": "string"
        },
        "carrier": {
          "description": "Required. Carrier, such as `\"UPS\"` or `\"Fedex\"`. The list of supported carriers can be retrieved through the `listSupportedCarriers` method.",
          "type": "string"
        },
        "originCity": {
          "type": "string",
          "description": "Shipping origin's city."
        },
        "originAdministrativeArea": {
          "type": "string",
          "description": "Shipping origin's state."
        },
        "carrierService": {
          "type": "string",
          "description": "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."
        },
        "originCountry": {
          "description": "Shipping origin's country represented as a [CLDR territory code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml).",
          "type": "string"
        }
      },
      "id": "WarehouseBasedDeliveryTime",
      "type": "object"
    },
    "ActionInput": {
      "type": "object",
      "properties": {
        "inputValues": {
          "items": {
            "$ref": "InputValue"
          },
          "description": "Required. Values for input fields.",
          "type": "array"
        },
        "actionFlowId": {
          "description": "Required. Id of the selected action flow.",
          "type": "string"
        }
      },
      "id": "ActionInput",
      "description": "Input provided by the merchant."
    },
    "ProductSustainabilityIncentive": {
      "properties": {
        "percentage": {
          "description": "Optional. The percentage of the sale price that the incentive is applied to.",
          "format": "double",
          "type": "number"
        },
        "amount": {
          "$ref": "Price",
          "description": "Optional. The fixed amount of the incentive."
        },
        "type": {
          "enum": [
            "TYPE_UNSPECIFIED",
            "EV_TAX_CREDIT",
            "EV_PRICE_DISCOUNT"
          ],
          "description": "Required. Sustainability incentive program.",
          "enumDescriptions": [
            "Unspecified or unknown sustainability incentive type.",
            "Program offering tax liability reductions for electric vehicles and, in some countries, plug-in hybrids. These reductions can be based on a specific amount or a percentage of the sale price.",
            "A subsidy program, often called an environmental bonus, provides a purchase grant for electric vehicles and, in some countries, plug-in hybrids. The grant amount may be a fixed sum or a percentage of the sale price."
          ],
          "type": "string"
        }
      },
      "id": "ProductSustainabilityIncentive",
      "description": "Information regarding sustainability related incentive programs such as rebates or tax relief.",
      "type": "object"
    },
    "DatafeedsCustomBatchResponse": {
      "id": "DatafeedsCustomBatchResponse",
      "type": "object",
      "properties": {
        "entries": {
          "type": "array",
          "items": {
            "$ref": "DatafeedsCustomBatchResponseEntry"
          },
          "description": "The result of the execution of the batch requests."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#datafeedsCustomBatchResponse`\"."
        }
      }
    },
    "ProductstatusesListResponse": {
      "properties": {
        "nextPageToken": {
          "description": "The token for the retrieval of the next page of products statuses.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#productstatusesListResponse`\"."
        },
        "resources": {
          "items": {
            "$ref": "ProductStatus"
          },
          "type": "array"
        }
      },
      "type": "object",
      "id": "ProductstatusesListResponse"
    },
    "ListCssesResponse": {
      "type": "object",
      "properties": {
        "csses": {
          "items": {
            "$ref": "Css"
          },
          "description": "The CSS domains affiliated with the specified CSS group.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      },
      "id": "ListCssesResponse",
      "description": "The response message for the `ListCsses` method"
    },
    "Callout": {
      "description": "An important message that should be highlighted. Usually displayed as a banner.",
      "type": "object",
      "properties": {
        "styleHint": {
          "type": "string",
          "description": "Can be used to render messages with different severity in different styles. Snippets off all types contain important information that should be displayed to merchants.",
          "enum": [
            "CALLOUT_STYLE_HINT_UNSPECIFIED",
            "ERROR",
            "WARNING",
            "INFO"
          ],
          "enumDescriptions": [
            "Default value. Will never be provided by the API.",
            "The most important type of information highlighting problems, like an unsuccessful outcome of previously requested actions.",
            "Information warning about pending problems, risks or deadlines.",
            "Default severity for important information like pending status of previously requested action or cooldown for re-review."
          ]
        },
        "fullMessage": {
          "description": "A full message that needs to be shown to the merchant.",
          "$ref": "TextWithTooltip"
        }
      },
      "id": "Callout"
    },
    "RegionPostalCodeAreaPostalCodeRange": {
      "type": "object",
      "description": "A range of postal codes that defines the region area.",
      "properties": {
        "begin": {
          "description": "Required. 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*\".",
          "type": "string"
        },
        "end": {
          "description": "Optional. 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.",
          "type": "string"
        }
      },
      "id": "RegionPostalCodeAreaPostalCodeRange"
    },
    "PosCustomBatchResponseEntry": {
      "id": "PosCustomBatchResponseEntry",
      "type": "object",
      "properties": {
        "sale": {
          "description": "The updated sale information.",
          "$ref": "PosSale"
        },
        "batchId": {
          "format": "uint32",
          "description": "The ID of the request entry to which this entry responds.",
          "type": "integer"
        },
        "inventory": {
          "$ref": "PosInventory",
          "description": "The updated inventory information."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#posCustomBatchResponseEntry`\""
        },
        "store": {
          "description": "The retrieved or updated store information.",
          "$ref": "PosStore"
        },
        "errors": {
          "$ref": "Errors",
          "description": "A list of errors defined if, and only if, the request failed."
        }
      }
    },
    "TransitTableTransitTimeRowTransitTimeValue": {
      "type": "object",
      "id": "TransitTableTransitTimeRowTransitTimeValue",
      "properties": {
        "minTransitTimeInDays": {
          "format": "uint32",
          "description": "Transit time range (min-max) in business days. 0 means same day delivery, 1 means next day delivery.",
          "type": "integer"
        },
        "maxTransitTimeInDays": {
          "description": "Must be greater than or equal to `minTransitTimeInDays`.",
          "format": "uint32",
          "type": "integer"
        }
      }
    },
    "FreeListingsProgramStatus": {
      "id": "FreeListingsProgramStatus",
      "description": "Response message for GetFreeListingsProgramStatus.",
      "properties": {
        "globalState": {
          "description": "State of the program. `ENABLED` if there are offers for at least one region.",
          "enumDescriptions": [
            "State is unknown.",
            "Program is not enabled for any country.",
            "No products have been uploaded for any region. Upload products to Merchant Center.",
            "Program is enabled and offers are uploaded for at least one country."
          ],
          "enum": [
            "PROGRAM_STATE_UNSPECIFIED",
            "NOT_ENABLED",
            "NO_OFFERS_UPLOADED",
            "ENABLED"
          ],
          "type": "string"
        },
        "regionStatuses": {
          "items": {
            "$ref": "FreeListingsProgramStatusRegionStatus"
          },
          "description": "Status of the program in each region. Regions with the same status and review eligibility are grouped together in `regionCodes`.",
          "type": "array"
        }
      },
      "type": "object"
    },
    "HolidaysHoliday": {
      "id": "HolidaysHoliday",
      "type": "object",
      "properties": {
        "date": {
          "description": "Date of the holiday, in ISO 8601 format. For example, \"2016-12-25\" for Christmas 2016. Always present.",
          "type": "string"
        },
        "id": {
          "description": "Unique identifier for the holiday to be used when configuring holiday cutoffs. Always present.",
          "type": "string"
        },
        "type": {
          "description": "The holiday type. Always present. Acceptable values are: - \"`Christmas`\" - \"`Easter`\" - \"`Father's Day`\" - \"`Halloween`\" - \"`Independence Day (USA)`\" - \"`Mother's Day`\" - \"`Thanksgiving`\" - \"`Valentine's Day`\" ",
          "type": "string"
        },
        "deliveryGuaranteeHour": {
          "format": "uint64",
          "description": "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.",
          "type": "string"
        },
        "countryCode": {
          "type": "string",
          "description": "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."
        },
        "deliveryGuaranteeDate": {
          "description": "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.",
          "type": "string"
        }
      }
    },
    "AccountTax": {
      "id": "AccountTax",
      "properties": {
        "accountId": {
          "type": "string",
          "format": "uint64",
          "description": "Required. The ID of the account to which these account tax settings belong."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accountTax`\".",
          "type": "string"
        },
        "rules": {
          "items": {
            "$ref": "AccountTaxTaxRule"
          },
          "type": "array",
          "description": "Tax rules. Updating the tax rules will enable \"US\" taxes (not reversible). Defining no rules is equivalent to not charging tax at all."
        }
      },
      "description": "The tax settings of a merchant account. All methods require the admin role.",
      "type": "object"
    },
    "OrderTrackingSignal": {
      "id": "OrderTrackingSignal",
      "properties": {
        "deliveryRegionCode": {
          "description": "Required. The [CLDR territory code] (http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) for the shipping destination.",
          "type": "string"
        },
        "orderCreatedTime": {
          "$ref": "DateTime",
          "description": "Required. The time when the order was created on the merchant side. Include the year and timezone string, if available."
        },
        "lineItems": {
          "items": {
            "$ref": "OrderTrackingSignalLineItemDetails"
          },
          "description": "Information about line items in the order.",
          "type": "array"
        },
        "shippingInfo": {
          "description": "The shipping information for the order.",
          "items": {
            "$ref": "OrderTrackingSignalShippingInfo"
          },
          "type": "array"
        },
        "merchantId": {
          "description": "The Google merchant ID of this order tracking signal. This value is optional. If left unset, the caller's merchant ID is used. You must request access in order to provide data on behalf of another merchant. For more information, see [Submitting Order Tracking Signals](/shopping-content/guides/order-tracking-signals).",
          "type": "string",
          "format": "int64"
        },
        "shipmentLineItemMapping": {
          "type": "array",
          "items": {
            "$ref": "OrderTrackingSignalShipmentLineItemMapping"
          },
          "description": "The mapping of the line items to the shipment information."
        },
        "customerShippingFee": {
          "description": "The shipping fee of the order; this value should be set to zero in the case of free shipping.",
          "$ref": "PriceAmount"
        },
        "orderTrackingSignalId": {
          "type": "string",
          "description": "Output only. The ID that uniquely identifies this order tracking signal.",
          "readOnly": true,
          "format": "int64"
        },
        "orderId": {
          "description": "Required. The ID of the order on the merchant side. This field will be hashed in returned OrderTrackingSignal creation response.",
          "type": "string"
        },
        "deliveryPostalCode": {
          "description": "Required. The delivery postal code, as a continuous string without spaces or dashes, e.g. \"95016\". This field will be anonymized in returned OrderTrackingSignal creation response.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Represents a merchant trade from which signals are extracted, e.g. shipping."
    },
    "DatafeedsCustomBatchRequestEntry": {
      "properties": {
        "datafeed": {
          "description": "The data feed to insert.",
          "$ref": "Datafeed"
        },
        "batchId": {
          "format": "uint32",
          "type": "integer",
          "description": "An entry ID, unique within the batch request."
        },
        "method": {
          "type": "string",
          "description": "The method of the batch entry. Acceptable values are: - \"`delete`\" - \"`fetchNow`\" - \"`get`\" - \"`insert`\" - \"`update`\" "
        },
        "datafeedId": {
          "type": "string",
          "description": "The ID of the data feed to get, delete or fetch.",
          "format": "uint64"
        },
        "merchantId": {
          "type": "string",
          "description": "The ID of the managing account.",
          "format": "uint64"
        }
      },
      "type": "object",
      "id": "DatafeedsCustomBatchRequestEntry",
      "description": "A batch entry encoding a single non-batch datafeeds request."
    },
    "CarriersCarrier": {
      "type": "object",
      "properties": {
        "services": {
          "items": {
            "type": "string"
          },
          "description": "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.",
          "type": "array"
        },
        "eddServices": {
          "type": "array",
          "description": "A list of services supported for EDD (Estimated Delivery Date) calculation. This is the list of valid values for WarehouseBasedDeliveryTime.carrierService.",
          "items": {
            "type": "string"
          }
        },
        "country": {
          "description": "The CLDR country code of the carrier (for example, \"US\"). Always present.",
          "type": "string"
        },
        "name": {
          "description": "The name of the carrier (for example, `\"UPS\"`). Always present.",
          "type": "string"
        }
      },
      "id": "CarriersCarrier"
    },
    "CheckoutSettings": {
      "properties": {
        "effectiveUriSettings": {
          "$ref": "UrlSettings",
          "description": "The effective value of `url_settings` for a given merchant ID. If account level settings are present then this value will be a copy of the account level settings. Otherwise, it will have the value of the parent account."
        },
        "effectiveReviewState": {
          "readOnly": true,
          "description": "Output only. The effective value of review state for a given merchant ID. If account level settings are present then this value will be a copy of the account level settings. Otherwise, it will have the value of the parent account.",
          "enum": [
            "CHECKOUT_ON_MERCHANT_REVIEW_STATE_UNSPECIFIED",
            "IN_REVIEW",
            "APPROVED",
            "DISAPPROVED"
          ],
          "enumDescriptions": [
            "Default review state when review state is not specified.",
            "Merchant provided URLs are being reviewed for data quality issues.",
            "Merchant account has been approved. Indicates the data quality checks have passed.",
            "Merchant account has been disapproved due to data quality issues."
          ],
          "type": "string"
        },
        "reviewState": {
          "description": "Output only. Reflects the merchant review state in `Checkout` feature. This is set based on the data quality reviews of the URL provided by the merchant. A merchant with enrollment state as `ENROLLED` can be in the following review states: `IN_REVIEW`, `APPROVED` or `DISAPPROVED`. A merchant must be in an enrollment_state of `ENROLLED` before a review can begin for the merchant.",
          "readOnly": true,
          "enumDescriptions": [
            "Default review state when review state is not specified.",
            "Merchant provided URLs are being reviewed for data quality issues.",
            "Merchant account has been approved. Indicates the data quality checks have passed.",
            "Merchant account has been disapproved due to data quality issues."
          ],
          "type": "string",
          "enum": [
            "CHECKOUT_ON_MERCHANT_REVIEW_STATE_UNSPECIFIED",
            "IN_REVIEW",
            "APPROVED",
            "DISAPPROVED"
          ]
        },
        "enrollmentState": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Reflects the merchant enrollment state in `Checkout` feature.",
          "enumDescriptions": [
            "Default enrollment state when enrollment state is not specified.",
            "Merchant has not enrolled into the feature.",
            "Merchant has enrolled into the feature by providing either an account level URL or checkout URLs as part of their feed.",
            "Merchant has previously enrolled but opted out of the feature."
          ],
          "enum": [
            "CHECKOUT_ON_MERCHANT_ENROLLMENT_STATE_UNSPECIFIED",
            "INACTIVE",
            "ENROLLED",
            "OPT_OUT"
          ]
        },
        "uriSettings": {
          "description": "URL settings for cart or checkout URL.",
          "$ref": "UrlSettings"
        },
        "merchantId": {
          "type": "string",
          "description": "Required. The ID of the account.",
          "format": "int64"
        },
        "effectiveEnrollmentState": {
          "enum": [
            "CHECKOUT_ON_MERCHANT_ENROLLMENT_STATE_UNSPECIFIED",
            "INACTIVE",
            "ENROLLED",
            "OPT_OUT"
          ],
          "type": "string",
          "description": "Output only. The effective value of enrollment state for a given merchant ID. If account level settings are present then this value will be a copy of the account level settings. Otherwise, it will have the value of the parent account.",
          "readOnly": true,
          "enumDescriptions": [
            "Default enrollment state when enrollment state is not specified.",
            "Merchant has not enrolled into the feature.",
            "Merchant has enrolled into the feature by providing either an account level URL or checkout URLs as part of their feed.",
            "Merchant has previously enrolled but opted out of the feature."
          ]
        }
      },
      "id": "CheckoutSettings",
      "description": "`CheckoutSettings` for a specific merchant ID.",
      "type": "object"
    },
    "Css": {
      "type": "object",
      "description": "Information about CSS domain.",
      "properties": {
        "cssGroupId": {
          "type": "string",
          "description": "Output only. Immutable. The ID of the CSS group this CSS domain is affiliated with. Only populated for CSS group users.",
          "format": "int64",
          "readOnly": true
        },
        "cssDomainId": {
          "readOnly": true,
          "description": "Output only. Immutable. The CSS domain ID.",
          "type": "string",
          "format": "int64"
        },
        "fullName": {
          "type": "string",
          "description": "Output only. Immutable. The CSS domain's full name.",
          "readOnly": true
        },
        "labelIds": {
          "items": {
            "format": "int64",
            "type": "string"
          },
          "description": "A list of label IDs that are assigned to this CSS domain by its CSS group. Only populated for CSS group users.",
          "type": "array"
        },
        "displayName": {
          "description": "Output only. Immutable. The CSS domain's display name, used when space is constrained.",
          "type": "string",
          "readOnly": true
        },
        "homepageUri": {
          "type": "string",
          "description": "Output only. Immutable. The CSS domain's homepage.",
          "readOnly": true
        }
      },
      "id": "Css"
    },
    "GmbAccountsGmbAccount": {
      "properties": {
        "email": {
          "description": "The email which identifies the Business Profile.",
          "type": "string"
        },
        "listingCount": {
          "description": "Number of listings under this account.",
          "type": "string",
          "format": "uint64"
        },
        "name": {
          "type": "string",
          "description": "The name of the Business Profile."
        },
        "type": {
          "type": "string",
          "description": "The type of the Business Profile (User or Business)."
        }
      },
      "id": "GmbAccountsGmbAccount",
      "type": "object"
    },
    "DatafeedstatusesCustomBatchRequest": {
      "id": "DatafeedstatusesCustomBatchRequest",
      "properties": {
        "entries": {
          "type": "array",
          "description": "The request entries to be processed in the batch.",
          "items": {
            "$ref": "DatafeedstatusesCustomBatchRequestEntry"
          }
        }
      },
      "type": "object"
    },
    "Value": {
      "type": "object",
      "description": "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.",
      "properties": {
        "carrierRateName": {
          "type": "string",
          "description": "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."
        },
        "noShipping": {
          "type": "boolean",
          "description": "If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set."
        },
        "subtableName": {
          "description": "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.",
          "type": "string"
        },
        "flatRate": {
          "description": "A flat rate. Can only be set if all other fields are not set.",
          "$ref": "Price"
        },
        "pricePercentage": {
          "description": "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.",
          "type": "string"
        }
      },
      "id": "Value"
    },
    "ShippingsettingsGetSupportedHolidaysResponse": {
      "id": "ShippingsettingsGetSupportedHolidaysResponse",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#shippingsettingsGetSupportedHolidaysResponse`\".",
          "type": "string"
        },
        "holidays": {
          "items": {
            "$ref": "HolidaysHoliday"
          },
          "type": "array",
          "description": "A list of holidays applicable for delivery guarantees. May be empty."
        }
      }
    },
    "LabelIds": {
      "description": "The IDs of labels that should be assigned to the CSS domain.",
      "id": "LabelIds",
      "type": "object",
      "properties": {
        "labelIds": {
          "items": {
            "format": "int64",
            "type": "string"
          },
          "description": "The list of label IDs.",
          "type": "array"
        }
      }
    },
    "LocalInventory": {
      "properties": {
        "pickupMethod": {
          "description": "The supported pickup method for this offer. Unless the value is \"not supported\", this field must be submitted together with `pickupSla`. For accepted attribute values, see the local product inventory feed specification.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#localInventory`\""
        },
        "price": {
          "description": "The price of the product.",
          "$ref": "Price"
        },
        "salePrice": {
          "$ref": "Price",
          "description": "The sale price of the product. Mandatory if `sale_price_effective_date` is defined."
        },
        "pickupSla": {
          "description": "The expected date that an order will be ready for pickup relative to the order date. Must be submitted together with `pickupMethod`. For accepted attribute values, see the local product inventory feed specification.",
          "type": "string"
        },
        "storeCode": {
          "type": "string",
          "description": "Required. The store code of this local inventory resource."
        },
        "quantity": {
          "format": "uint32",
          "description": "The quantity of the product. Must be nonnegative.",
          "type": "integer"
        },
        "salePriceEffectiveDate": {
          "description": "A date range represented by a pair of ISO 8601 dates separated by a space, comma, or slash. Both dates may be specified as 'null' if undecided.",
          "type": "string"
        },
        "instoreProductLocation": {
          "description": "The in-store product location.",
          "type": "string"
        },
        "customAttributes": {
          "type": "array",
          "items": {
            "$ref": "CustomAttribute"
          },
          "description": "A list of custom (merchant-provided) attributes. Can also be used to submit any attribute of the feed specification in its generic form, for example, `{ \"name\": \"size type\", \"value\": \"regular\" }`."
        },
        "availability": {
          "type": "string",
          "description": "The availability of the product. For accepted attribute values, see the local product inventory feed specification."
        }
      },
      "type": "object",
      "description": "Local inventory resource. For accepted attribute values, see the local product inventory feed specification.",
      "id": "LocalInventory"
    },
    "InputFieldChoiceInputChoiceInputOption": {
      "type": "object",
      "properties": {
        "additionalInput": {
          "$ref": "InputField",
          "description": "Input that should be displayed when this option is selected. The additional input will not contain a `ChoiceInput`."
        },
        "label": {
          "description": "Short description of the choice option. There may be more information to be shown as a tooltip.",
          "$ref": "TextWithTooltip"
        },
        "id": {
          "description": "Not for display but need to be sent back for the selected choice option.",
          "type": "string"
        }
      },
      "id": "InputFieldChoiceInputChoiceInputOption",
      "description": "A choice that merchant can select."
    },
    "DatafeedstatusesCustomBatchRequestEntry": {
      "properties": {
        "country": {
          "type": "string",
          "description": "Deprecated. Use `feedLabel` instead. The country to get the datafeed status for. If this parameter is provided, then `language` must also be provided. Note that for multi-target datafeeds this parameter is required."
        },
        "batchId": {
          "type": "integer",
          "description": "An entry ID, unique within the batch request.",
          "format": "uint32"
        },
        "language": {
          "type": "string",
          "description": "The language to get the datafeed status for. If this parameter is provided then `country` must also be provided. Note that for multi-target datafeeds this parameter is required."
        },
        "feedLabel": {
          "type": "string",
          "description": "The feed label to get the datafeed status for. If this parameter is provided, then `language` must also be provided. Note that for multi-target datafeeds this parameter is required."
        },
        "merchantId": {
          "type": "string",
          "format": "uint64",
          "description": "The ID of the managing account."
        },
        "datafeedId": {
          "description": "The ID of the data feed to get.",
          "format": "uint64",
          "type": "string"
        },
        "method": {
          "description": "The method of the batch entry. Acceptable values are: - \"`get`\" ",
          "type": "string"
        }
      },
      "type": "object",
      "description": "A batch entry encoding a single non-batch datafeedstatuses request.",
      "id": "DatafeedstatusesCustomBatchRequestEntry"
    },
    "AccountAddress": {
      "properties": {
        "country": {
          "description": "CLDR country code (for example, \"US\"). All MCA sub-accounts inherit the country of their parent MCA by default, however the country can be updated for individual sub-accounts.",
          "type": "string"
        },
        "region": {
          "type": "string",
          "description": "Top-level administrative subdivision of the country. For example, a state like California (\"CA\") or a province like Quebec (\"QC\")."
        },
        "locality": {
          "type": "string",
          "description": "City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs)."
        },
        "streetAddress": {
          "type": "string",
          "description": "Street-level part of the address. Use `\\n` to add a second line."
        },
        "postalCode": {
          "description": "Postal code or ZIP (for example, \"94043\").",
          "type": "string"
        }
      },
      "id": "AccountAddress",
      "type": "object"
    },
    "AccountStatusAccountLevelIssue": {
      "properties": {
        "title": {
          "type": "string",
          "description": "Short description of the issue."
        },
        "documentation": {
          "description": "The URL of a web page to help resolving this issue.",
          "type": "string"
        },
        "severity": {
          "description": "Severity of the issue. Acceptable values are: - \"`critical`\" - \"`error`\" - \"`suggestion`\" ",
          "type": "string"
        },
        "country": {
          "description": "Country for which this issue is reported.",
          "type": "string"
        },
        "destination": {
          "description": "The destination the issue applies to. If this field is empty then the issue applies to all available destinations.",
          "type": "string"
        },
        "detail": {
          "description": "Additional details about the issue.",
          "type": "string"
        },
        "id": {
          "description": "Issue identifier.",
          "type": "string"
        }
      },
      "id": "AccountStatusAccountLevelIssue",
      "type": "object"
    },
    "AccountItemUpdates": {
      "properties": {
        "effectiveAllowAvailabilityUpdates": {
          "type": "boolean",
          "description": "Output only. The effective value of allow_availability_updates. If account_item_updates_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.",
          "readOnly": true
        },
        "effectiveAllowConditionUpdates": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. The effective value of allow_condition_updates. If account_item_updates_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only."
        },
        "accountItemUpdatesSettings": {
          "description": "Determines which attributes of the items should be automatically updated. If this field is not present, then the settings will be deleted. If there are no settings for subaccount, they are inherited from aggregator.",
          "$ref": "AccountItemUpdatesSettings"
        },
        "effectiveAllowStrictAvailabilityUpdates": {
          "readOnly": true,
          "description": "Output only. The effective value of allow_strict_availability_updates. If account_item_updates_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.",
          "type": "boolean"
        },
        "effectiveAllowPriceUpdates": {
          "readOnly": true,
          "description": "Output only. The effective value of allow_price_updates. If account_item_updates_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.",
          "type": "boolean"
        }
      },
      "description": "Turning on [item updates](https://support.google.com/merchants/answer/3246284) allows Google to automatically update items for you. When item updates are on, Google uses the structured data markup on the website and advanced data extractors to update the price and availability of the items. When the item updates are off, items with mismatched data aren't shown.",
      "type": "object",
      "id": "AccountItemUpdates"
    },
    "GmbAccounts": {
      "properties": {
        "gmbAccounts": {
          "items": {
            "$ref": "GmbAccountsGmbAccount"
          },
          "type": "array",
          "description": "A list of Business Profiles which are available to the merchant."
        },
        "accountId": {
          "format": "uint64",
          "description": "The ID of the Merchant Center account.",
          "type": "string"
        }
      },
      "id": "GmbAccounts",
      "type": "object"
    },
    "CarrierRate": {
      "type": "object",
      "id": "CarrierRate",
      "properties": {
        "carrierService": {
          "type": "string",
          "description": "Carrier service, such as `\"ground\"` or `\"2 days\"`. The list of supported services for a carrier can be retrieved through the `getSupportedCarriers` method. Required."
        },
        "percentageAdjustment": {
          "type": "string",
          "description": "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."
        },
        "flatAdjustment": {
          "$ref": "Price",
          "description": "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."
        },
        "originPostalCode": {
          "description": "Shipping origin for this carrier rate. Required.",
          "type": "string"
        },
        "name": {
          "description": "Name of the carrier rate. Must be unique per rate group. Required.",
          "type": "string"
        },
        "carrierName": {
          "description": "Carrier service, such as `\"UPS\"` or `\"Fedex\"`. The list of supported carriers can be retrieved through the `getSupportedCarriers` method. Required.",
          "type": "string"
        }
      }
    },
    "InputValueCheckboxInputValue": {
      "id": "InputValueCheckboxInputValue",
      "properties": {
        "value": {
          "type": "boolean",
          "description": "Required. True if the merchant checked the box field. False otherwise."
        }
      },
      "description": "Value for checkbox input field.",
      "type": "object"
    },
    "AccountYouTubeChannelLink": {
      "properties": {
        "channelId": {
          "type": "string",
          "description": "Channel ID."
        },
        "status": {
          "description": "Status of the link between this Merchant Center account and the YouTube channel. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in YT Creator Studio or `pending` if it's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it's already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending.",
          "type": "string"
        }
      },
      "id": "AccountYouTubeChannelLink",
      "type": "object"
    },
    "ProductstatusesCustomBatchResponseEntry": {
      "description": "A batch entry encoding a single non-batch productstatuses response.",
      "properties": {
        "batchId": {
          "type": "integer",
          "format": "uint32",
          "description": "The ID of the request entry this entry responds to."
        },
        "errors": {
          "description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request.",
          "$ref": "Errors"
        },
        "productStatus": {
          "description": "The requested product status. Only defined if the request was successful.",
          "$ref": "ProductStatus"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#productstatusesCustomBatchResponseEntry`\""
        }
      },
      "type": "object",
      "id": "ProductstatusesCustomBatchResponseEntry"
    },
    "LiaOnDisplayToOrderSettings": {
      "type": "object",
      "id": "LiaOnDisplayToOrderSettings",
      "properties": {
        "status": {
          "description": "The status of the ?On display to order? feature. Acceptable values are: - \"`active`\" - \"`inactive`\" - \"`pending`\" ",
          "type": "string"
        },
        "shippingCostPolicyUrl": {
          "description": "Shipping cost and policy URL.",
          "type": "string"
        }
      }
    },
    "DatafeedStatus": {
      "id": "DatafeedStatus",
      "description": "The status of a datafeed, that is, the result of the last retrieval of the datafeed computed asynchronously when the feed processing is finished.",
      "properties": {
        "country": {
          "type": "string",
          "description": "The country for which the status is reported, represented as a CLDR territory code."
        },
        "lastUploadDate": {
          "description": "The last date at which the feed was uploaded.",
          "type": "string"
        },
        "processingStatus": {
          "description": "The processing status of the feed. Acceptable values are: - \"`\"`failure`\": The feed could not be processed or all items had errors.`\" - \"`in progress`\": The feed is being processed. - \"`none`\": The feed has not yet been processed. For example, a feed that has never been uploaded will have this processing status. - \"`success`\": The feed was processed successfully, though some items might have had errors. ",
          "type": "string"
        },
        "itemsTotal": {
          "description": "The number of items in the feed that were processed.",
          "format": "uint64",
          "type": "string"
        },
        "datafeedId": {
          "format": "uint64",
          "type": "string",
          "description": "The ID of the feed for which the status is reported."
        },
        "itemsValid": {
          "format": "uint64",
          "type": "string",
          "description": "The number of items in the feed that were valid."
        },
        "warnings": {
          "description": "The list of errors occurring in the feed.",
          "type": "array",
          "items": {
            "$ref": "DatafeedStatusError"
          }
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#datafeedStatus`\""
        },
        "language": {
          "description": "The two-letter ISO 639-1 language for which the status is reported.",
          "type": "string"
        },
        "feedLabel": {
          "description": "The feed label status is reported for.",
          "type": "string"
        },
        "errors": {
          "description": "The list of errors occurring in the feed.",
          "items": {
            "$ref": "DatafeedStatusError"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "LiasettingsCustomBatchResponseEntry": {
      "properties": {
        "errors": {
          "$ref": "Errors",
          "description": "A list of errors defined if, and only if, the request failed."
        },
        "liaSettings": {
          "description": "The retrieved or updated Lia settings.",
          "$ref": "LiaSettings"
        },
        "posDataProviders": {
          "type": "array",
          "items": {
            "$ref": "PosDataProviders"
          },
          "description": "The list of POS data providers."
        },
        "omnichannelExperience": {
          "description": "The updated omnichannel experience for a country.",
          "$ref": "LiaOmnichannelExperience"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#liasettingsCustomBatchResponseEntry`\"",
          "type": "string"
        },
        "gmbAccounts": {
          "description": "The list of accessible Business Profiles.",
          "$ref": "GmbAccounts"
        },
        "batchId": {
          "format": "uint32",
          "description": "The ID of the request entry to which this entry responds.",
          "type": "integer"
        }
      },
      "type": "object",
      "id": "LiasettingsCustomBatchResponseEntry"
    },
    "DeliveryTime": {
      "id": "DeliveryTime",
      "type": "object",
      "properties": {
        "holidayCutoffs": {
          "type": "array",
          "description": "Holiday cutoff definitions. If configured, they specify order cutoff times for holiday-specific shipping.",
          "items": {
            "$ref": "HolidayCutoff"
          }
        },
        "minHandlingTimeInDays": {
          "description": "Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped.",
          "format": "uint32",
          "type": "integer"
        },
        "handlingBusinessDayConfig": {
          "description": "The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed.",
          "$ref": "BusinessDayConfig"
        },
        "maxTransitTimeInDays": {
          "format": "uint32",
          "type": "integer",
          "description": "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`."
        },
        "minTransitTimeInDays": {
          "description": "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.",
          "type": "integer",
          "format": "uint32"
        },
        "cutoffTime": {
          "description": "Business days cutoff time definition. If not configured, the cutoff time will be defaulted to 8AM PST. If local delivery, use Service.StoreConfig.CutoffConfig.",
          "$ref": "CutoffTime"
        },
        "transitBusinessDayConfig": {
          "$ref": "BusinessDayConfig",
          "description": "The business days during which orders can be in-transit. If not provided, Monday to Friday business days will be assumed."
        },
        "transitTimeTable": {
          "$ref": "TransitTable",
          "description": "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."
        },
        "warehouseBasedDeliveryTimes": {
          "items": {
            "$ref": "WarehouseBasedDeliveryTime"
          },
          "description": "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.",
          "type": "array"
        },
        "maxHandlingTimeInDays": {
          "description": "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`.",
          "format": "uint32",
          "type": "integer"
        }
      }
    },
    "ListCollectionStatusesResponse": {
      "type": "object",
      "description": "Response message for the ListCollectionStatuses method.",
      "id": "ListCollectionStatusesResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "resources": {
          "description": "The collectionstatuses listed.",
          "type": "array",
          "items": {
            "$ref": "CollectionStatus"
          }
        }
      }
    },
    "Metrics": {
      "id": "Metrics",
      "type": "object",
      "description": "Performance metrics. Values are only set for metrics requested explicitly in the request's search query.",
      "properties": {
        "daysToShip": {
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Average number of days between an order being placed and the order being fully shipped, reported on the last shipment date. **This metric cannot be segmented by product dimensions and customer_country_code.**",
          "type": "number",
          "format": "double"
        },
        "returnRate": {
          "type": "number",
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Total price of returned items divided by the total price of shipped items, reported on the order date. If this metric is selected, 'segments.currency_code' is automatically added to the SELECT clause in the search query (unless it is explicitly selected by the user) and the currency_code segment is populated in the response. **This metric cannot be segmented by customer_country_code.**",
          "format": "double"
        },
        "returnsMicros": {
          "format": "int64",
          "type": "string",
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Total price of ordered items sent back for return in micros (1 millionth of a standard unit, 1 USD = 1000000 micros), reported on the date when the merchant accepted the return. The currency of the returned value is stored in the currency_code segment. If this metric is selected, 'segments.currency_code' is automatically added to the SELECT clause in the search query (unless it is explicitly selected by the user) and the currency_code segment is populated in the response. **This metric cannot be segmented by customer_country_code.**"
        },
        "orderedItemSalesMicros": {
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Total price of ordered items in micros (1 millionth of a standard unit, 1 USD = 1000000 micros). Excludes shipping, taxes (US only), and customer cancellations that happened within 30 minutes of placing the order. The currency of the returned value is stored in the currency_code segment. If this metric is selected, 'segments.currency_code' is automatically added to the SELECT clause in the search query (unless it is explicitly selected by the user) and the currency_code segment is populated in the response. **This metric cannot be segmented by customer_country_code.**",
          "type": "string",
          "format": "int64"
        },
        "conversionRate": {
          "description": "Number of conversions divided by the number of clicks, reported on the impression date. The metric is currently available only for the `FREE_PRODUCT_LISTING` program.",
          "type": "number",
          "format": "double"
        },
        "rejectedItems": {
          "format": "int64",
          "type": "string",
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Number of ordered items canceled by the merchant, reported on the order date. **This metric cannot be segmented by customer_country_code.**"
        },
        "orderedItems": {
          "type": "string",
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Number of ordered items. Excludes customer cancellations that happened within 30 minutes of placing the order. **This metric cannot be segmented by customer_country_code.**",
          "format": "int64"
        },
        "conversions": {
          "format": "double",
          "description": "Number of conversions attributed to the product, reported on the conversion date. Depending on the attribution model, a conversion might be distributed across multiple clicks, where each click gets its own credit assigned. This metric is a sum of all such credits. The metric is currently available only for the `FREE_PRODUCT_LISTING` program.",
          "type": "number"
        },
        "returnedItems": {
          "type": "string",
          "format": "int64",
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Number of ordered items sent back for return, reported on the date when the merchant accepted the return. **This metric cannot be segmented by customer_country_code.**"
        },
        "shippedOrders": {
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Number of fully shipped orders, reported on the last shipment date. **This metric cannot be segmented by product dimensions and customer_country_code.**",
          "type": "string",
          "format": "int64"
        },
        "unshippedOrders": {
          "format": "double",
          "type": "number",
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Number of orders not shipped or partially shipped up until the end of the queried day. If a multi-day period is specified in the search query, the returned value is the average number of unshipped orders over the days in the queried period. **This metric cannot be segmented by product dimensions and customer_country_code.**"
        },
        "aovMicros": {
          "type": "number",
          "format": "double",
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Average order value in micros (1 millionth of a standard unit, 1 USD = 1000000 micros) - the average value (total price of items) of all placed orders. The currency of the returned value is stored in the currency_code segment. If this metric is selected, 'segments.currency_code' is automatically added to the SELECT clause in the search query (unless it is explicitly selected by the user) and the currency_code segment is populated in the response. **This metric cannot be segmented by product dimensions and customer_country_code.**"
        },
        "orders": {
          "type": "string",
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Number of placed orders. Excludes customer cancellations that happened within 30 minutes of placing the order. **This metric cannot be segmented by product dimensions and customer_country_code.**",
          "format": "int64"
        },
        "impressions": {
          "description": "Number of times merchant's products are shown.",
          "format": "int64",
          "type": "string"
        },
        "clicks": {
          "description": "Number of clicks.",
          "format": "int64",
          "type": "string"
        },
        "itemDaysToShip": {
          "type": "number",
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Average number of days between an item being ordered and the item being **This metric cannot be segmented by customer_country_code.**",
          "format": "double"
        },
        "shippedItemSalesMicros": {
          "format": "int64",
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Total price of shipped items in micros (1 millionth of a standard unit, 1 USD = 1000000 micros), reported on the order date. Excludes shipping and taxes (US only). The currency of the returned value is stored in the currency_code segment. If this metric is selected, 'segments.currency_code' is automatically added to the SELECT clause in the search query (unless it is explicitly selected by the user) and the currency_code segment is populated in the response. **This metric cannot be segmented by customer_country_code.**",
          "type": "string"
        },
        "aos": {
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Average order size - the average number of items in an order. **This metric cannot be segmented by product dimensions and customer_country_code.**",
          "type": "number",
          "format": "double"
        },
        "itemFillRate": {
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Percentage of shipped items in relation to all finalized items (shipped or rejected by the merchant; unshipped items are not taken into account), reported on the order date. Item fill rate is lowered by merchant rejections. **This metric cannot be segmented by customer_country_code.**",
          "type": "number",
          "format": "double"
        },
        "shippedItems": {
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Number of shipped items, reported on the shipment date. **This metric cannot be segmented by customer_country_code.**",
          "type": "string",
          "format": "int64"
        },
        "ctr": {
          "description": "Click-through rate - the number of clicks merchant's products receive (clicks) divided by the number of times the products are shown (impressions).",
          "format": "double",
          "type": "number"
        },
        "conversionValueMicros": {
          "format": "int64",
          "type": "string",
          "description": "Value of conversions in micros (1 millionth of a standard unit, 1 USD = 1000000 micros) attributed to the product, reported on the conversion date. The metric is currently available only for the `FREE_PRODUCT_LISTING` program. The currency of the returned value is stored in the currency_code segment. If this metric is selected, 'segments.currency_code' is automatically added to the SELECT clause in the search query (unless it is explicitly selected by the user) and the currency_code segment is populated in the response."
        },
        "unshippedItems": {
          "description": "*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May 2024. Number of ordered items not shipped up until the end of the queried day. If a multi-day period is specified in the search query, the returned value is the average number of unshipped items over the days in the queried period. **This metric cannot be segmented by customer_country_code.**",
          "format": "double",
          "type": "number"
        }
      }
    },
    "ReportRow": {
      "type": "object",
      "properties": {
        "priceCompetitiveness": {
          "description": "Price competitiveness fields requested by the merchant in the query. Field values are only set if the merchant queries `PriceCompetitivenessProductView`.",
          "$ref": "PriceCompetitiveness"
        },
        "bestSellers": {
          "description": "Best sellers fields requested by the merchant in the query. Field values are only set if the merchant queries `BestSellersProductClusterView` or `BestSellersBrandView`.",
          "$ref": "BestSellers"
        },
        "topicTrends": {
          "description": "[Topic trends](https://support.google.com/merchants/answer/13542370) fields requested by the merchant in the query. Field values are only set if the merchant queries `TopicTrendsView`.",
          "$ref": "TopicTrends"
        },
        "priceInsights": {
          "$ref": "PriceInsights",
          "description": "Price insights fields requested by the merchant in the query. Field values are only set if the merchant queries `PriceInsightsProductView`."
        },
        "productView": {
          "description": "Product fields requested by the merchant in the query. Field values are only set if the merchant queries `ProductView`.",
          "$ref": "ProductView"
        },
        "metrics": {
          "description": "Metrics requested by the merchant in the query. Metric values are only set for metrics requested explicitly in the query.",
          "$ref": "Metrics"
        },
        "segments": {
          "$ref": "Segments",
          "description": "Segmentation dimensions requested by the merchant in the query. Dimension values are only set for dimensions requested explicitly in the query."
        },
        "productCluster": {
          "$ref": "ProductCluster",
          "description": "Product cluster fields requested by the merchant in the query. Field values are only set if the merchant queries `BestSellersProductClusterView`."
        },
        "competitiveVisibility": {
          "$ref": "CompetitiveVisibility",
          "description": "Competitive visibility fields requested by the merchant in the query. Field values are only set if the merchant queries `CompetitiveVisibilityTopMerchantView`, `CompetitiveVisibilityBenchmarkView` or `CompetitiveVisibilityCompetitorView`."
        },
        "brand": {
          "$ref": "Brand",
          "description": "Brand fields requested by the merchant in the query. Field values are only set if the merchant queries `BestSellersBrandView`."
        }
      },
      "id": "ReportRow",
      "description": "Result row returned from the search query."
    },
    "AccountUser": {
      "type": "object",
      "id": "AccountUser",
      "properties": {
        "paymentsAnalyst": {
          "deprecated": true,
          "description": "This role is deprecated and can no longer be assigned. Any value set will be ignored.",
          "type": "boolean"
        },
        "admin": {
          "description": "Whether user is an admin.",
          "type": "boolean"
        },
        "emailAddress": {
          "description": "User's email address.",
          "type": "string"
        },
        "orderManager": {
          "description": "This role is deprecated and can no longer be assigned. Any value set will be ignored.",
          "deprecated": true,
          "type": "boolean"
        },
        "paymentsManager": {
          "description": "This role is deprecated and can no longer be assigned. Any value set will be ignored.",
          "deprecated": true,
          "type": "boolean"
        },
        "readOnly": {
          "description": "Optional. Whether user has standard read-only access.",
          "type": "boolean"
        },
        "reportingManager": {
          "description": "Whether user is a reporting manager. This role is equivalent to the Performance and insights role in Merchant Center.",
          "type": "boolean"
        }
      }
    },
    "AccountsUpdateLabelsResponse": {
      "type": "object",
      "id": "AccountsUpdateLabelsResponse",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accountsUpdateLabelsResponse`\".",
          "type": "string"
        }
      }
    },
    "RegionalinventoryCustomBatchResponse": {
      "id": "RegionalinventoryCustomBatchResponse",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#regionalinventoryCustomBatchResponse`\".",
          "type": "string"
        },
        "entries": {
          "type": "array",
          "description": "The result of the execution of the batch requests.",
          "items": {
            "$ref": "RegionalinventoryCustomBatchResponseEntry"
          }
        }
      },
      "type": "object"
    },
    "LiaOmnichannelExperience": {
      "properties": {
        "country": {
          "type": "string",
          "description": "The CLDR country code (for example, \"US\")."
        },
        "pickupTypes": {
          "description": "The Pickup types for this country. Acceptable values are: - \"`pickupToday`\" - \"`pickupLater`\" ",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "lsfType": {
          "type": "string",
          "description": "The Local Store Front (LSF) type for this country. Acceptable values are: - \"`ghlsf`\" (Google-Hosted Local Store Front) - \"`mhlsfBasic`\" (Merchant-Hosted Local Store Front Basic) - \"`mhlsfFull`\" (Merchant-Hosted Local Store Front Full) More details about these types can be found here."
        }
      },
      "id": "LiaOmnichannelExperience",
      "type": "object",
      "description": "Omnichannel experience details."
    },
    "RenderProductIssuesRequestPayload": {
      "id": "RenderProductIssuesRequestPayload",
      "properties": {
        "userInputActionOption": {
          "enumDescriptions": [
            "Default value. Will never be provided by the API.",
            "Actions that require user input are represented only as links that points merchant to Merchant Center where they can request the action. Provides easier to implement alternative to `BUILT_IN_USER_INPUT_ACTIONS`.",
            "Returns content and input form definition for each complex action. Your application needs to display this content and input form to the merchant before they can request processing of the action. To start the action, your application needs to call the `triggeraction` method."
          ],
          "description": "Optional. How actions with user input form should be handled. If not provided, actions will be returned as links that points merchant to Merchant Center where they can request the action.",
          "type": "string",
          "enum": [
            "USER_INPUT_ACTION_RENDERING_OPTION_UNSPECIFIED",
            "REDIRECT_TO_MERCHANT_CENTER",
            "BUILT_IN_USER_INPUT_ACTIONS"
          ]
        },
        "contentOption": {
          "description": "Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text.",
          "type": "string",
          "enumDescriptions": [
            "Default value. Will never be provided by the API.",
            "Returns the detail of the issue as a pre-rendered HTML text."
          ],
          "enum": [
            "CONTENT_OPTION_UNSPECIFIED",
            "PRE_RENDERED_HTML"
          ]
        }
      },
      "type": "object",
      "description": "The payload for configuring how the content should be rendered."
    },
    "AccountsCustomBatchResponse": {
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accountsCustomBatchResponse`\".",
          "type": "string"
        },
        "entries": {
          "description": "The result of the execution of the batch requests.",
          "type": "array",
          "items": {
            "$ref": "AccountsCustomBatchResponseEntry"
          }
        }
      },
      "id": "AccountsCustomBatchResponse"
    },
    "BuiltInUserInputAction": {
      "id": "BuiltInUserInputAction",
      "type": "object",
      "description": "Action that is implemented and performed in (your) third-party application. The application needs to show an additional content and input form to the merchant. They can start the action only when they provided all required inputs. The application will request processing of the action by calling the [triggeraction method](https://developers.google.com/shopping-content/reference/rest/v2.1/merchantsupport/triggeraction).",
      "properties": {
        "actionContext": {
          "description": "Internal details. Not for display but need to be sent back when triggering the action.",
          "type": "string"
        },
        "flows": {
          "type": "array",
          "items": {
            "$ref": "ActionFlow"
          },
          "description": "Actions may provide multiple different flows. Merchant selects one that fits best to their intent. Selecting the flow is the first step in user's interaction with the action. It affects what input fields will be available and required and also how the request will be processed."
        }
      }
    },
    "AccounttaxCustomBatchResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accounttaxCustomBatchResponse`\".",
          "type": "string"
        },
        "entries": {
          "type": "array",
          "items": {
            "$ref": "AccounttaxCustomBatchResponseEntry"
          },
          "description": "The result of the execution of the batch requests."
        }
      },
      "type": "object",
      "id": "AccounttaxCustomBatchResponse"
    },
    "InputFieldCheckboxInput": {
      "properties": {},
      "id": "InputFieldCheckboxInput",
      "type": "object",
      "description": "Checkbox input allows merchants to provide a boolean value. Corresponds to the [html input type=checkbox](https://www.w3.org/TR/2012/WD-html-markup-20121025/input.checkbox.html#input.checkbox). If merchant checks the box, the input value for the field is `true`, otherwise it is `false`. This type of input is often used as a confirmation that the merchant completed required steps before they are allowed to start the action. In such a case, the input field is marked as required and the button to trigger the action should stay disabled until the merchant checks the box."
    },
    "TransitTable": {
      "type": "object",
      "id": "TransitTable",
      "properties": {
        "postalCodeGroupNames": {
          "items": {
            "type": "string"
          },
          "description": "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.",
          "type": "array"
        },
        "transitTimeLabels": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "A list of transit time labels. The last value can be `\"all other labels\"`. Example: `[\"food\", \"electronics\", \"all other labels\"]`."
        },
        "rows": {
          "items": {
            "$ref": "TransitTableTransitTimeRow"
          },
          "type": "array"
        }
      }
    },
    "Action": {
      "properties": {
        "buttonLabel": {
          "type": "string",
          "description": "Label of the action button."
        },
        "isAvailable": {
          "description": "Controlling whether the button is active or disabled. The value is 'false' when the action was already requested or is not available. If the action is not available then a reason will be present. If (your) third-party application shows a disabled button for action that is not available, then it should also show reasons.",
          "type": "boolean"
        },
        "builtinSimpleAction": {
          "description": "Action implemented and performed in (your) third-party application. The application should point the merchant to the place, where they can access the corresponding functionality or provide instructions, if the specific functionality is not available.",
          "$ref": "BuiltInSimpleAction"
        },
        "externalAction": {
          "description": "Action that is implemented and performed outside of (your) third-party application. The application needs to redirect the merchant to the external location where they can perform the action.",
          "$ref": "ExternalAction"
        },
        "reasons": {
          "type": "array",
          "items": {
            "$ref": "ActionReason"
          },
          "description": "List of reasons why the action is not available. The list of reasons is empty if the action is available. If there is only one reason, it can be displayed next to the disabled button. If there are more reasons, all of them should be displayed, for example in a pop-up dialog."
        },
        "builtinUserInputAction": {
          "$ref": "BuiltInUserInputAction",
          "description": "Action implemented and performed in (your) third-party application. The application needs to show an additional content and input form to the merchant as specified for given action. They can trigger the action only when they provided all required inputs."
        }
      },
      "description": "An actionable step that can be executed to solve the issue.",
      "type": "object",
      "id": "Action"
    },
    "ShippingsettingsGetSupportedCarriersResponse": {
      "id": "ShippingsettingsGetSupportedCarriersResponse",
      "type": "object",
      "properties": {
        "carriers": {
          "type": "array",
          "description": "A list of supported carriers. May be empty.",
          "items": {
            "$ref": "CarriersCarrier"
          }
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#shippingsettingsGetSupportedCarriersResponse`\"."
        }
      }
    },
    "Date": {
      "properties": {
        "day": {
          "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
          "format": "int32",
          "type": "integer"
        },
        "year": {
          "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
          "type": "integer",
          "format": "int32"
        },
        "month": {
          "format": "int32",
          "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
          "type": "integer"
        }
      },
      "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp",
      "id": "Date",
      "type": "object"
    },
    "DatafeedStatusExample": {
      "type": "object",
      "properties": {
        "value": {
          "type": "string",
          "description": "The problematic value."
        },
        "lineNumber": {
          "description": "Line number in the data feed where the example is found.",
          "type": "string",
          "format": "uint64"
        },
        "itemId": {
          "description": "The ID of the example item.",
          "type": "string"
        }
      },
      "description": "An example occurrence for a particular error.",
      "id": "DatafeedStatusExample"
    },
    "WarehouseCutoffTime": {
      "type": "object",
      "properties": {
        "minute": {
          "type": "integer",
          "format": "int32",
          "description": "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."
        },
        "hour": {
          "description": "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.",
          "format": "int32",
          "type": "integer"
        }
      },
      "id": "WarehouseCutoffTime"
    },
    "AccountBusinessIdentity": {
      "properties": {
        "includeForPromotions": {
          "description": "Required. By setting this field, your business may be included in promotions for all the selected attributes. If you clear this option, it won't affect your identification with any of the attributes. For this field to be set, the merchant must self identify with at least one of the `AccountIdentityType`. If none are included, the request will be considered invalid.",
          "type": "boolean"
        },
        "smallBusiness": {
          "$ref": "AccountIdentityType",
          "description": "Specifies whether the business identifies itself as a small business. This optional field is only available for merchants with a business country set to \"US\". It is also not allowed for marketplaces, but it is allowed to marketplace sellers."
        },
        "blackOwned": {
          "description": "Specifies whether the business identifies itself as being black-owned. This optional field is only available for merchants with a business country set to \"US\". This field is not allowed for marketplaces or marketplace sellers.",
          "$ref": "AccountIdentityType"
        },
        "veteranOwned": {
          "description": "Specifies whether the business identifies itself as being veteran-owned. This optional field is only available for merchants with a business country set to \"US\". This field is not allowed for marketplaces or marketplace sellers.",
          "$ref": "AccountIdentityType"
        },
        "latinoOwned": {
          "description": "Specifies whether the business identifies itself as being latino-owned. This optional field is only available for merchants with a business country set to \"US\". This field is not allowed for marketplaces or marketplace sellers.",
          "$ref": "AccountIdentityType"
        },
        "womenOwned": {
          "$ref": "AccountIdentityType",
          "description": "Specifies whether the business identifies itself as being women-owned. This optional field is only available for merchants with a business country set to \"US\". This field is not allowed for marketplaces or marketplace sellers."
        }
      },
      "description": "The [business identity attributes](https://support.google.com/merchants/answer/10342414) can be used to self-declare attributes that let customers know more about your business.",
      "id": "AccountBusinessIdentity",
      "type": "object"
    },
    "LocationIdSet": {
      "id": "LocationIdSet",
      "type": "object",
      "properties": {
        "locationIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A non-empty list of location IDs. They must all be of the same location type (for example, state)."
        }
      }
    },
    "TimeZone": {
      "id": "TimeZone",
      "properties": {
        "id": {
          "description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
          "type": "string"
        },
        "version": {
          "type": "string",
          "description": "Optional. IANA Time Zone Database version number. For example \"2019a\"."
        }
      },
      "description": "Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones).",
      "type": "object"
    },
    "ProductstatusesCustomBatchResponse": {
      "type": "object",
      "properties": {
        "entries": {
          "type": "array",
          "description": "The result of the execution of the batch requests.",
          "items": {
            "$ref": "ProductstatusesCustomBatchResponseEntry"
          }
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#productstatusesCustomBatchResponse`\"."
        }
      },
      "id": "ProductstatusesCustomBatchResponse"
    },
    "Region": {
      "type": "object",
      "description": "Represents a geographic region that you can use as a target with both the `RegionalInventory` and `ShippingSettings` services. You can define regions as collections of either postal codes or, in some countries, using predefined geotargets.",
      "id": "Region",
      "properties": {
        "shippingEligible": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Indicates if the region is eligible to use in the Shipping Services configuration."
        },
        "merchantId": {
          "readOnly": true,
          "format": "int64",
          "type": "string",
          "description": "Output only. Immutable. Merchant that owns the region."
        },
        "regionId": {
          "readOnly": true,
          "description": "Output only. Immutable. The ID uniquely identifying each region.",
          "type": "string"
        },
        "displayName": {
          "description": "The display name of the region.",
          "type": "string"
        },
        "postalCodeArea": {
          "description": "A list of postal codes that defines the region area.",
          "$ref": "RegionPostalCodeArea"
        },
        "regionalInventoryEligible": {
          "readOnly": true,
          "description": "Output only. Indicates if the region is eligible to use in the Regional Inventory configuration.",
          "type": "boolean"
        },
        "geotargetArea": {
          "$ref": "RegionGeoTargetArea",
          "description": "A list of geotargets that defines the region area."
        }
      }
    },
    "PosDataProviders": {
      "properties": {
        "posDataProviders": {
          "description": "A list of POS data providers.",
          "type": "array",
          "items": {
            "$ref": "PosDataProvidersPosDataProvider"
          }
        },
        "country": {
          "type": "string",
          "description": "Country code."
        }
      },
      "id": "PosDataProviders",
      "type": "object"
    },
    "AccountstatusesCustomBatchRequestEntry": {
      "description": "A batch entry encoding a single non-batch accountstatuses request.",
      "type": "object",
      "id": "AccountstatusesCustomBatchRequestEntry",
      "properties": {
        "destinations": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination."
        },
        "method": {
          "description": "The method of the batch entry. Acceptable values are: - \"`get`\" ",
          "type": "string"
        },
        "accountId": {
          "type": "string",
          "format": "uint64",
          "description": "The ID of the (sub-)account whose status to get."
        },
        "batchId": {
          "format": "uint32",
          "type": "integer",
          "description": "An entry ID, unique within the batch request."
        },
        "merchantId": {
          "description": "The ID of the managing account.",
          "format": "uint64",
          "type": "string"
        }
      }
    },
    "ListConversionSourcesResponse": {
      "id": "ListConversionSourcesResponse",
      "type": "object",
      "description": "Response message for the ListConversionSources method.",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "Token to be used to fetch the next results page."
        },
        "conversionSources": {
          "type": "array",
          "description": "List of conversion sources.",
          "items": {
            "$ref": "ConversionSource"
          }
        }
      }
    },
    "AccountStatusItemLevelIssue": {
      "type": "object",
      "id": "AccountStatusItemLevelIssue",
      "properties": {
        "description": {
          "description": "A short issue description in English.",
          "type": "string"
        },
        "resolution": {
          "type": "string",
          "description": "Whether the issue can be resolved by the merchant."
        },
        "numItems": {
          "type": "string",
          "format": "int64",
          "description": "Number of items with this issue."
        },
        "documentation": {
          "type": "string",
          "description": "The URL of a web page to help with resolving this issue."
        },
        "servability": {
          "type": "string",
          "description": "How this issue affects serving of the offer."
        },
        "attributeName": {
          "description": "The attribute's name, if the issue is caused by a single attribute.",
          "type": "string"
        },
        "detail": {
          "type": "string",
          "description": "A detailed issue description in English."
        },
        "code": {
          "description": "The error code of the issue.",
          "type": "string"
        }
      }
    },
    "ProductStructuredTitle": {
      "properties": {
        "digitalSourceType": {
          "description": "Optional. The digital source type. Acceptable values are: - \"`trained_algorithmic_media`\" - \"`default`\" ",
          "type": "string"
        },
        "content": {
          "description": "Required. The title text. Maximum length is 150 characters.",
          "type": "string"
        }
      },
      "id": "ProductStructuredTitle",
      "type": "object",
      "description": "Structured title, for algorithmically (AI)-generated titles. See [title](https://support.google.com/merchants/answer/6324415#Whentouse) for more information."
    },
    "ProductProductDetail": {
      "id": "ProductProductDetail",
      "type": "object",
      "properties": {
        "attributeValue": {
          "type": "string",
          "description": "The value of the product detail."
        },
        "attributeName": {
          "description": "The name of the product detail.",
          "type": "string"
        },
        "sectionName": {
          "type": "string",
          "description": "The section header used to group a set of product details."
        }
      }
    },
    "AccountStatusStatistics": {
      "type": "object",
      "id": "AccountStatusStatistics",
      "properties": {
        "expiring": {
          "type": "string",
          "format": "int64",
          "description": "Number of expiring offers."
        },
        "active": {
          "format": "int64",
          "type": "string",
          "description": "Number of active offers."
        },
        "pending": {
          "format": "int64",
          "description": "Number of pending offers.",
          "type": "string"
        },
        "disapproved": {
          "type": "string",
          "description": "Number of disapproved offers.",
          "format": "int64"
        }
      }
    },
    "PosCustomBatchResponse": {
      "id": "PosCustomBatchResponse",
      "type": "object",
      "properties": {
        "entries": {
          "description": "The result of the execution of the batch requests.",
          "type": "array",
          "items": {
            "$ref": "PosCustomBatchResponseEntry"
          }
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#posCustomBatchResponse`\"."
        }
      }
    },
    "LocalinventoryCustomBatchRequestEntry": {
      "id": "LocalinventoryCustomBatchRequestEntry",
      "properties": {
        "method": {
          "type": "string",
          "description": "Method of the batch request entry. Acceptable values are: - \"`insert`\" "
        },
        "localInventory": {
          "description": "Local inventory of the product.",
          "$ref": "LocalInventory"
        },
        "batchId": {
          "type": "integer",
          "description": "An entry ID, unique within the batch request.",
          "format": "uint32"
        },
        "merchantId": {
          "description": "The ID of the managing account.",
          "type": "string",
          "format": "uint64"
        },
        "productId": {
          "description": "The ID of the product for which to update local inventory.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Batch entry encoding a single local inventory update request."
    },
    "FreeShippingThreshold": {
      "description": "Conditions to be met for a product to have free shipping.",
      "id": "FreeShippingThreshold",
      "type": "object",
      "properties": {
        "priceThreshold": {
          "$ref": "Price",
          "description": "Required. The minimum product price for the shipping cost to become free. Represented as a number."
        },
        "country": {
          "description": "Required. The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the country to which an item will ship.",
          "type": "string"
        }
      }
    },
    "AccountImageImprovementsSettings": {
      "id": "AccountImageImprovementsSettings",
      "properties": {
        "allowAutomaticImageImprovements": {
          "type": "boolean",
          "description": "Enables automatic image improvements."
        }
      },
      "description": "Settings for the Automatic Image Improvements.",
      "type": "object"
    },
    "LiaSettings": {
      "description": "Local Inventory ads (LIA) settings. All methods except listposdataproviders require the admin role.",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#liaSettings`\"",
          "type": "string"
        },
        "countrySettings": {
          "items": {
            "$ref": "LiaCountrySettings"
          },
          "type": "array",
          "description": "The LIA settings for each country."
        },
        "accountId": {
          "type": "string",
          "description": "The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.",
          "format": "uint64"
        }
      },
      "type": "object",
      "id": "LiaSettings"
    },
    "AttributionSettings": {
      "id": "AttributionSettings",
      "properties": {
        "attributionLookbackWindowInDays": {
          "description": "Required. Lookback windows (in days) used for attribution in this source. Supported values are 7, 30, 40.",
          "type": "integer",
          "format": "int32"
        },
        "attributionModel": {
          "enum": [
            "ATTRIBUTION_MODEL_UNSPECIFIED",
            "CROSS_CHANNEL_LAST_CLICK",
            "ADS_PREFERRED_LAST_CLICK",
            "CROSS_CHANNEL_DATA_DRIVEN",
            "CROSS_CHANNEL_FIRST_CLICK",
            "CROSS_CHANNEL_LINEAR",
            "CROSS_CHANNEL_POSITION_BASED",
            "CROSS_CHANNEL_TIME_DECAY"
          ],
          "enumDescriptions": [
            "",
            "Cross-channel Last Click model.",
            "Ads-preferred Last Click model.",
            "Cross-channel Data Driven model.",
            "Cross-channel First Click model.",
            "Cross-channel Linear model.",
            "Cross-channel Position Based model.",
            "Cross-channel Time Decay model."
          ],
          "type": "string"
        },
        "conversionType": {
          "description": "Immutable. Unordered list. List of different conversion types a conversion event can be classified as. A standard \"purchase\" type will be automatically created if this list is empty at creation time.",
          "items": {
            "$ref": "AttributionSettingsConversionType"
          },
          "type": "array"
        }
      },
      "description": "Represents attribution settings for conversion sources receiving pre-attribution data.",
      "type": "object"
    },
    "MerchantCenterDestination": {
      "id": "MerchantCenterDestination",
      "description": "\"Merchant Center Destination\" sources can be used to send conversion events from a website using a Google tag directly to a Merchant Center account where the source is created.",
      "type": "object",
      "properties": {
        "destinationId": {
          "description": "Output only. Merchant Center Destination ID.",
          "readOnly": true,
          "type": "string"
        },
        "currencyCode": {
          "description": "Required. Three-letter currency code (ISO 4217). The currency code defines in which currency the conversions sent to this destination will be reported in Merchant Center.",
          "type": "string"
        },
        "displayName": {
          "description": "Required. Merchant-specified display name for the destination. This is the name that identifies the conversion source within the Merchant Center UI. Limited to 64 characters.",
          "type": "string"
        },
        "attributionSettings": {
          "description": "Required. Attribution settings being used for the Merchant Center Destination.",
          "$ref": "AttributionSettings"
        }
      }
    },
    "PickupCarrierService": {
      "id": "PickupCarrierService",
      "properties": {
        "serviceName": {
          "description": "The name of the pickup service (for example, `\"Access point\"`). Required.",
          "type": "string"
        },
        "carrierName": {
          "type": "string",
          "description": "The name of the pickup carrier (for example, `\"UPS\"`). Required."
        }
      },
      "type": "object"
    },
    "ConversionSource": {
      "id": "ConversionSource",
      "description": "Represents a conversion source owned by a Merchant account. A merchant account can have up to 200 conversion sources.",
      "properties": {
        "state": {
          "type": "string",
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "ACTIVE",
            "ARCHIVED",
            "PENDING"
          ],
          "enumDescriptions": [
            "",
            "Conversion source is fully functional.",
            "Conversion source has been archived in the last 30 days and not currently functional. Can be restored using the undelete method.",
            "Conversion source creation has started but not fully finished yet."
          ],
          "description": "Output only. Current state of this conversion source. Can't be edited through the API."
        },
        "googleAnalyticsLink": {
          "$ref": "GoogleAnalyticsLink",
          "description": "Immutable. Conversion Source of type \"Link to Google Analytics Property\"."
        },
        "expireTime": {
          "description": "Output only. The time when an archived conversion source becomes permanently deleted and is no longer available to undelete.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        },
        "merchantCenterDestination": {
          "description": "Conversion Source of type \"Merchant Center Tag Destination\".",
          "$ref": "MerchantCenterDestination"
        },
        "conversionSourceId": {
          "description": "Output only. Generated by the Content API upon creation of a new `ConversionSource`. Format: [a-z]{4}:.+ The four characters before the colon represent the type of conversio source. Content after the colon represents the ID of the conversion source within that type. The ID of two different conversion sources might be the same across different types. The following type prefixes are supported: - galk: For GoogleAnalyticsLink sources. - mcdn: For MerchantCenterDestination sources.",
          "type": "string",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "TimePeriod": {
      "properties": {
        "endTime": {
          "format": "google-datetime",
          "description": "The ending timestamp.",
          "type": "string"
        },
        "startTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "The starting timestamp."
        }
      },
      "id": "TimePeriod",
      "description": "A message that represents a time period.",
      "type": "object"
    },
    "ProductShipping": {
      "id": "ProductShipping",
      "type": "object",
      "properties": {
        "maxTransitTime": {
          "type": "string",
          "description": "Maximum transit time (inclusive) between when the order has shipped and when it's delivered in business days. 0 means that the order is delivered on the same day as it ships. Both maxHandlingTime and maxTransitTime are required if providing shipping speeds.",
          "format": "int64"
        },
        "locationId": {
          "type": "string",
          "description": "The numeric ID of a location that the shipping rate applies to as defined in the Google Ads API.",
          "format": "int64"
        },
        "maxHandlingTime": {
          "type": "string",
          "description": "Maximum handling time (inclusive) between when the order is received and shipped in business days. 0 means that the order is shipped on the same day as it's received if it happens before the cut-off time. Both maxHandlingTime and maxTransitTime are required if providing shipping speeds.",
          "format": "int64"
        },
        "price": {
          "$ref": "Price",
          "description": "Fixed shipping price, represented as a number."
        },
        "region": {
          "description": "The geographic region to which a shipping rate applies.",
          "type": "string"
        },
        "minTransitTime": {
          "format": "int64",
          "description": "Minimum transit time (inclusive) between when the order has shipped and when it's delivered in business days. 0 means that the order is delivered on the same day as it ships. minTransitTime can only be present together with maxTransitTime; but it's not required if maxTransitTime is present.",
          "type": "string"
        },
        "postalCode": {
          "description": "The postal code range that the shipping rate applies to, represented by a postal code, a postal code prefix followed by a * wildcard, a range between two postal codes or two postal code prefixes of equal length.",
          "type": "string"
        },
        "locationGroupName": {
          "description": "The location where the shipping is applicable, represented by a location group name.",
          "type": "string"
        },
        "service": {
          "type": "string",
          "description": "A free-form description of the service class or delivery speed."
        },
        "country": {
          "description": "The CLDR territory code of the country to which an item will ship.",
          "type": "string"
        },
        "minHandlingTime": {
          "format": "int64",
          "description": "Minimum handling time (inclusive) between when the order is received and shipped in business days. 0 means that the order is shipped on the same day as it's received if it happens before the cut-off time. minHandlingTime can only be present together with maxHandlingTime; but it's not required if maxHandlingTime is present.",
          "type": "string"
        }
      }
    },
    "ProductViewItemIssueIssueSeverityPerDestination": {
      "description": "Issue severity for all affected regions in a destination.",
      "type": "object",
      "id": "ProductViewItemIssueIssueSeverityPerDestination",
      "properties": {
        "demotedCountries": {
          "description": "List of demoted countries in the destination.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "disapprovedCountries": {
          "items": {
            "type": "string"
          },
          "description": "List of disapproved countries in the destination.",
          "type": "array"
        },
        "destination": {
          "description": "Issue destination.",
          "type": "string"
        }
      }
    },
    "TextWithTooltip": {
      "type": "object",
      "id": "TextWithTooltip",
      "description": "Block of text that may contain a tooltip with more information.",
      "properties": {
        "simpleTooltipValue": {
          "type": "string",
          "description": "Value of the tooltip as a simple text."
        },
        "tooltipIconStyle": {
          "enum": [
            "TOOLTIP_ICON_STYLE_UNSPECIFIED",
            "INFO",
            "QUESTION"
          ],
          "type": "string",
          "description": "The suggested type of an icon for tooltip, if a tooltip is present.",
          "enumDescriptions": [
            "Default value. Will never be provided by the API.",
            "Used when the tooltip adds additional information to the context, the 'i' can be used as an icon.",
            "Used when the tooltip shows helpful information, the '?' can be used as an icon."
          ]
        },
        "simpleValue": {
          "type": "string",
          "description": "Value of the message as a simple text."
        }
      }
    },
    "AccountImageImprovements": {
      "properties": {
        "effectiveAllowAutomaticImageImprovements": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. The effective value of allow_automatic_image_improvements. If account_image_improvements_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only."
        },
        "accountImageImprovementsSettings": {
          "$ref": "AccountImageImprovementsSettings",
          "description": "Determines how the images should be automatically updated. If this field is not present, then the settings will be deleted. If there are no settings for subaccount, they are inherited from aggregator."
        }
      },
      "id": "AccountImageImprovements",
      "description": "This improvement will attempt to automatically correct submitted images if they don't meet the [image requirements](https://support.google.com/merchants/answer/6324350), for example, removing overlays. If successful, the image will be replaced and approved. This improvement is only applied to images of disapproved offers. For more information see: [Automatic image improvements](https://support.google.com/merchants/answer/9242973)",
      "type": "object"
    },
    "ShippingsettingsCustomBatchResponse": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#shippingsettingsCustomBatchResponse`\"."
        },
        "entries": {
          "description": "The result of the execution of the batch requests.",
          "type": "array",
          "items": {
            "$ref": "ShippingsettingsCustomBatchResponseEntry"
          }
        }
      },
      "type": "object",
      "id": "ShippingsettingsCustomBatchResponse"
    },
    "ListMethodQuotasResponse": {
      "description": "Response message for the ListMethodQuotas method.",
      "type": "object",
      "id": "ListMethodQuotasResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "methodQuotas": {
          "description": "The current quota usage and limits per each method.",
          "type": "array",
          "items": {
            "$ref": "MethodQuota"
          }
        }
      }
    },
    "LiasettingsCustomBatchRequestEntry": {
      "properties": {
        "posDataProviderId": {
          "description": "The ID of POS data provider. Required only for SetPosProvider.",
          "type": "string",
          "format": "uint64"
        },
        "accountId": {
          "format": "uint64",
          "description": "The ID of the account for which to get/update account LIA settings.",
          "type": "string"
        },
        "gmbEmail": {
          "description": "The Business Profile. Required only for RequestGmbAccess.",
          "type": "string"
        },
        "method": {
          "description": "The method of the batch entry. Acceptable values are: - \"`get`\" - \"`getAccessibleGmbAccounts`\" - \"`requestGmbAccess`\" - \"`requestInventoryVerification`\" - \"`setInventoryVerificationContact`\" - \"`update`\" ",
          "type": "string"
        },
        "contactName": {
          "description": "Inventory validation contact name. Required only for SetInventoryValidationContact.",
          "type": "string"
        },
        "contactEmail": {
          "description": "Inventory validation contact email. Required only for SetInventoryValidationContact.",
          "type": "string"
        },
        "omnichannelExperience": {
          "description": "The omnichannel experience for a country. Required only for SetOmnichannelExperience.",
          "$ref": "LiaOmnichannelExperience"
        },
        "merchantId": {
          "description": "The ID of the managing account.",
          "format": "uint64",
          "type": "string"
        },
        "posExternalAccountId": {
          "type": "string",
          "description": "The account ID by which this merchant is known to the POS provider."
        },
        "country": {
          "type": "string",
          "description": "The country code. Required only for RequestInventoryVerification."
        },
        "liaSettings": {
          "description": "The account Lia settings to update. Only defined if the method is `update`.",
          "$ref": "LiaSettings"
        },
        "batchId": {
          "type": "integer",
          "description": "An entry ID, unique within the batch request.",
          "format": "uint32"
        }
      },
      "type": "object",
      "id": "LiasettingsCustomBatchRequestEntry"
    },
    "DatafeedFetchSchedule": {
      "description": "The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required.",
      "id": "DatafeedFetchSchedule",
      "properties": {
        "fetchUrl": {
          "type": "string",
          "description": "The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols."
        },
        "hour": {
          "type": "integer",
          "description": "The hour of the day the feed file should be fetched (0-23).",
          "format": "uint32"
        },
        "dayOfMonth": {
          "type": "integer",
          "description": "The day of the month the feed file should be fetched (1-31).",
          "format": "uint32"
        },
        "timeZone": {
          "type": "string",
          "description": "Time zone used for schedule. UTC by default. For example, \"America/Los_Angeles\"."
        },
        "username": {
          "type": "string",
          "description": "An optional user name for fetch_url."
        },
        "weekday": {
          "description": "The day of the week the feed file should be fetched. Acceptable values are: - \"`monday`\" - \"`tuesday`\" - \"`wednesday`\" - \"`thursday`\" - \"`friday`\" - \"`saturday`\" - \"`sunday`\" ",
          "type": "string"
        },
        "paused": {
          "type": "boolean",
          "description": "Whether the scheduled fetch is paused or not."
        },
        "password": {
          "description": "An optional password for fetch_url.",
          "type": "string"
        },
        "minuteOfHour": {
          "description": "The minute of the hour the feed file should be fetched (0-59). Read-only.",
          "type": "integer",
          "format": "uint32"
        }
      },
      "type": "object"
    },
    "ListPromotionResponse": {
      "description": "Response message for Promotions.List method.",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "promotions": {
          "type": "array",
          "description": "List of all available promotions for the merchant.",
          "items": {
            "$ref": "Promotion"
          }
        }
      },
      "id": "ListPromotionResponse",
      "type": "object"
    },
    "PromotionPromotionStatusDestinationStatus": {
      "type": "object",
      "description": "The destination status of the promotion.",
      "id": "PromotionPromotionStatusDestinationStatus",
      "properties": {
        "status": {
          "enumDescriptions": [
            "Unknown promotion state.",
            "The promotion is under review.",
            "The promotion is disapproved",
            "The promotion is approved and active.",
            "The promotion is stopped by merchant.",
            "The promotion is no longer active.",
            "The promotion is not stopped, and all reviews are approved, but the active date is in the future."
          ],
          "description": "The status for the specified destination.",
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "IN_REVIEW",
            "REJECTED",
            "LIVE",
            "STOPPED",
            "EXPIRED",
            "PENDING"
          ]
        },
        "destination": {
          "description": "The name of the destination.",
          "type": "string"
        }
      }
    },
    "LiaInventorySettings": {
      "properties": {
        "inventoryVerificationContactStatus": {
          "description": "The status of the verification contact. Acceptable values are: - \"`active`\" - \"`inactive`\" - \"`pending`\" ",
          "type": "string"
        },
        "inventoryVerificationContactName": {
          "description": "The name of the contact for the inventory verification process.",
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "The status of the inventory verification process. Acceptable values are: - \"`active`\" - \"`inactive`\" - \"`pending`\" "
        },
        "inventoryVerificationContactEmail": {
          "type": "string",
          "description": "The email of the contact for the inventory verification process."
        }
      },
      "type": "object",
      "id": "LiaInventorySettings"
    },
    "Address": {
      "type": "object",
      "id": "Address",
      "properties": {
        "city": {
          "type": "string",
          "description": "Required. City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs)."
        },
        "country": {
          "description": "Required. [CLDR country code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml) (for example, \"US\").",
          "type": "string"
        },
        "streetAddress": {
          "type": "string",
          "description": "Street-level part of the address. Use `\\n` to add a second line."
        },
        "administrativeArea": {
          "type": "string",
          "description": "Required. Top-level administrative subdivision of the country. For example, a state like California (\"CA\") or a province like Quebec (\"QC\")."
        },
        "postalCode": {
          "description": "Required. Postal code or ZIP (for example, \"94043\").",
          "type": "string"
        }
      }
    },
    "UrlSettings": {
      "type": "object",
      "id": "UrlSettings",
      "properties": {
        "checkoutUriTemplate": {
          "description": "URL template when the placeholders are expanded will redirect the buyer to the merchant checkout page with the item in the cart.",
          "type": "string"
        },
        "cartUriTemplate": {
          "type": "string",
          "description": "URL template when the placeholders are expanded will redirect the buyer to the cart page on the merchant website with the selected item in cart."
        }
      },
      "description": "Specifications related to the `Checkout` URL. The `UriTemplate` is of the form `https://www.mystore.com/checkout?item_id={id}` where `{id}` will be automatically replaced with data from the merchant account with this attribute [offer_id](https://developers.google.com/shopping-content/reference/rest/v2.1/products#Product.FIELDS.offer_id)"
    },
    "RenderAccountIssuesRequestPayload": {
      "type": "object",
      "properties": {
        "contentOption": {
          "description": "Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text.",
          "type": "string",
          "enumDescriptions": [
            "Default value. Will never be provided by the API.",
            "Returns the detail of the issue as a pre-rendered HTML text."
          ],
          "enum": [
            "CONTENT_OPTION_UNSPECIFIED",
            "PRE_RENDERED_HTML"
          ]
        },
        "userInputActionOption": {
          "enumDescriptions": [
            "Default value. Will never be provided by the API.",
            "Actions that require user input are represented only as links that points merchant to Merchant Center where they can request the action. Provides easier to implement alternative to `BUILT_IN_USER_INPUT_ACTIONS`.",
            "Returns content and input form definition for each complex action. Your application needs to display this content and input form to the merchant before they can request processing of the action. To start the action, your application needs to call the `triggeraction` method."
          ],
          "type": "string",
          "enum": [
            "USER_INPUT_ACTION_RENDERING_OPTION_UNSPECIFIED",
            "REDIRECT_TO_MERCHANT_CENTER",
            "BUILT_IN_USER_INPUT_ACTIONS"
          ],
          "description": "Optional. How actions with user input form should be handled. If not provided, actions will be returned as links that points merchant to Merchant Center where they can request the action."
        }
      },
      "id": "RenderAccountIssuesRequestPayload",
      "description": "The payload for configuring how the content should be rendered."
    },
    "ProductIssue": {
      "properties": {
        "title": {
          "type": "string",
          "description": "Title of the issue."
        },
        "actions": {
          "description": "A list of actionable steps that can be executed to solve the issue. An example is requesting a re-review or providing arguments when merchant disagrees with the issue. Actions that are supported in (your) third-party application can be rendered as buttons and should be available to merchant when they expand the issue.",
          "items": {
            "$ref": "Action"
          },
          "type": "array"
        },
        "impact": {
          "$ref": "ProductIssueImpact",
          "description": "Clarifies the severity of the issue. The summarizing message, if present, should be shown right under the title for each issue. It helps merchants to quickly understand the impact of the issue. The detailed breakdown helps the merchant to fully understand the impact of the issue. It can be rendered as dialog that opens when the merchant mouse over the summarized impact statement. Issues with different severity can be styled differently. They may use a different color or icon to signal the difference between `ERROR`, `WARNING` and `INFO`."
        },
        "prerenderedOutOfCourtDisputeSettlement": {
          "type": "string",
          "description": "Pre-rendered HTML that contains a link to the external location where the ODS can be requested and instructions for how to request it. HTML elements contain CSS classes that can be used to customize the style of this snippet. Always sanitize the HTML before embedding it directly to your application. The sanitizer needs to allow basic HTML tags, such as: `div`, `span`, `p`, `a`, `ul`, `li`, `table`, `tr`, `td`. For example, you can use [DOMPurify](https://www.npmjs.com/package/dompurify). CSS classes: * `ods-section`* - wrapper around the out-of-court dispute resolution section * `ods-description`* - intro text for the out-of-court dispute resolution. It may contain multiple segments and a link. * `ods-param`* - wrapper around the header-value pair for parameters that merchant may need to provide during the ODS process. * `ods-routing-id`* - ods param for the Routing ID. * `ods-reference-id`* - ods param for the Routing ID. * `ods-param-header`* - header for the ODS parameter * `ods-param-value`* - value of the ODS parameter. This value should be rendered in a way that it is easy for merchants to identify and copy. * `segment` - section of the text, `span` inside paragraph * `segment-attribute` - section of the text that represents a product attribute, for example 'image\\_link' * `segment-literal` - section of the text that contains a special value, for example '0-1000 kg' * `segment-bold` - section of the text that should be rendered as bold * `segment-italic` - section of the text that should be rendered as italic * `tooltip` - used on paragraphs that should be rendered with a tooltip. A section of the text in such a paragraph will have a class `tooltip-text` and is intended to be shown in a mouse over dialog. If the style is not used, the `tooltip-text` section would be shown on a new line, after the main part of the text. * `tooltip-text` - marks a section of the text within a `tooltip`, that is intended to be shown in a mouse over dialog. * `tooltip-icon` - marks a section of the text within a `tooltip`, that can be replaced with a tooltip icon, for example '?' or 'i'. By default, this section contains a `br` tag, that is separating the main text and the tooltip text when the style is not used. * `tooltip-style-question` - the tooltip shows helpful information, can use the '?' as an icon. * `tooltip-style-info` - the tooltip adds additional information fitting to the context, can use the 'i' as an icon."
        },
        "prerenderedContent": {
          "description": "Details of the issue as a pre-rendered HTML. HTML elements contain CSS classes that can be used to customize the style of the content. Always sanitize the HTML before embedding it directly to your application. The sanitizer needs to allow basic HTML tags, such as: `div`, `span`, `p`, `a`, `ul`, `li`, `table`, `tr`, `td`. For example, you can use [DOMPurify](https://www.npmjs.com/package/dompurify). CSS classes: * `issue-detail` - top level container for the detail of the issue * `callout-banners` - section of the `issue-detail` with callout banners * `callout-banner` - single callout banner, inside `callout-banners` * `callout-banner-info` - callout with important information (default) * `callout-banner-warning` - callout with a warning * `callout-banner-error` - callout informing about an error (most severe) * `issue-content` - section of the `issue-detail`, contains multiple `content-element` * `content-element` - content element such as a list, link or paragraph, inside `issue-content` * `root-causes` - unordered list with items describing root causes of the issue, inside `issue-content` * `root-causes-intro` - intro text before the `root-causes` list, inside `issue-content` * `segment` - section of the text, `span` inside paragraph * `segment-attribute` - section of the text that represents a product attribute, for example 'image\\_link' * `segment-literal` - section of the text that contains a special value, for example '0-1000 kg' * `segment-bold` - section of the text that should be rendered as bold * `segment-italic` - section of the text that should be rendered as italic * `tooltip` - used on paragraphs that should be rendered with a tooltip. A section of the text in such a paragraph will have a class `tooltip-text` and is intended to be shown in a mouse over dialog. If the style is not used, the `tooltip-text` section would be shown on a new line, after the main part of the text. * `tooltip-text` - marks a section of the text within a `tooltip`, that is intended to be shown in a mouse over dialog. * `tooltip-icon` - marks a section of the text within a `tooltip`, that can be replaced with a tooltip icon, for example '?' or 'i'. By default, this section contains a `br` tag, that is separating the main text and the tooltip text when the style is not used. * `tooltip-style-question` - the tooltip shows helpful information, can use the '?' as an icon. * `tooltip-style-info` - the tooltip adds additional information fitting to the context, can use the 'i' as an icon. * `content-moderation` - marks the paragraph that explains how the issue was identified. * `list-intro` - marks the paragraph that contains an intro for a list. This paragraph will be always followed by a list. * `new-element` - Present for new elements added to the pre-rendered content in the future. To make sure that a new content element does not break your style, you can hide everything with this class.",
          "type": "string"
        }
      },
      "id": "ProductIssue",
      "type": "object",
      "description": "An issue affecting specific product."
    },
    "Weight": {
      "id": "Weight",
      "properties": {
        "value": {
          "description": "Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.",
          "type": "string"
        },
        "unit": {
          "description": "Required. The weight unit. Acceptable values are: - \"`kg`\" - \"`lb`\" ",
          "type": "string"
        }
      },
      "type": "object"
    },
    "ProductViewItemIssueItemIssueType": {
      "description": "Type of the item issue.",
      "type": "object",
      "id": "ProductViewItemIssueItemIssueType",
      "properties": {
        "code": {
          "type": "string",
          "description": "Error code of the issue."
        },
        "canonicalAttribute": {
          "description": "Canonical attribute name for attribute-specific issues.",
          "type": "string"
        }
      }
    },
    "ShippingsettingsCustomBatchResponseEntry": {
      "type": "object",
      "id": "ShippingsettingsCustomBatchResponseEntry",
      "properties": {
        "errors": {
          "$ref": "Errors",
          "description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request."
        },
        "shippingSettings": {
          "description": "The retrieved or updated account shipping settings.",
          "$ref": "ShippingSettings"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#shippingsettingsCustomBatchResponseEntry`\"",
          "type": "string"
        },
        "batchId": {
          "type": "integer",
          "description": "The ID of the request entry to which this entry responds.",
          "format": "uint32"
        }
      },
      "description": "A batch entry encoding a single non-batch shipping settings response."
    },
    "ListRegionsResponse": {
      "description": "Response message for the `ListRegions` method.",
      "type": "object",
      "id": "ListRegionsResponse",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "regions": {
          "items": {
            "$ref": "Region"
          },
          "description": "The regions from the specified merchant.",
          "type": "array"
        }
      }
    },
    "LinkService": {
      "properties": {
        "status": {
          "description": "Status of the link Acceptable values are: - \"`active`\" - \"`inactive`\" - \"`pending`\" ",
          "type": "string"
        },
        "service": {
          "description": "Service provided to or by the linked account. Acceptable values are: - \"`shoppingActionsOrderManagement`\" - \"`shoppingActionsProductManagement`\" - \"`shoppingAdsProductManagement`\" - \"`paymentProcessing`\" ",
          "type": "string"
        }
      },
      "type": "object",
      "id": "LinkService"
    },
    "CollectionStatusItemLevelIssue": {
      "properties": {
        "detail": {
          "description": "A detailed issue description in English.",
          "type": "string"
        },
        "destination": {
          "description": "The destination the issue applies to.",
          "type": "string"
        },
        "documentation": {
          "description": "The URL of a web page to help with resolving this issue.",
          "type": "string"
        },
        "applicableCountries": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Country codes (ISO 3166-1 alpha-2) where issue applies to the offer."
        },
        "description": {
          "type": "string",
          "description": "A short issue description in English."
        },
        "code": {
          "type": "string",
          "description": "The error code of the issue."
        },
        "resolution": {
          "description": "Whether the issue can be resolved by the merchant.",
          "type": "string"
        },
        "attributeName": {
          "type": "string",
          "description": "The attribute's name, if the issue is caused by a single attribute."
        },
        "servability": {
          "type": "string",
          "description": "How this issue affects the serving of the collection."
        }
      },
      "type": "object",
      "id": "CollectionStatusItemLevelIssue",
      "description": "Issue associated with the collection."
    },
    "ProductsCustomBatchResponseEntry": {
      "type": "object",
      "description": "A batch entry encoding a single non-batch products response.",
      "id": "ProductsCustomBatchResponseEntry",
      "properties": {
        "product": {
          "$ref": "Product",
          "description": "The inserted product. Only defined if the method is `insert` and if the request was successful."
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#productsCustomBatchResponseEntry`\"",
          "type": "string"
        },
        "errors": {
          "description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request.",
          "$ref": "Errors"
        },
        "batchId": {
          "type": "integer",
          "description": "The ID of the request entry this entry responds to.",
          "format": "uint32"
        }
      }
    },
    "Row": {
      "id": "Row",
      "properties": {
        "cells": {
          "type": "array",
          "description": "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.",
          "items": {
            "$ref": "Value"
          }
        }
      },
      "type": "object"
    },
    "AccountAutomaticImprovements": {
      "description": "The automatic improvements of the account can be used to automatically update items, improve images and shipping.",
      "type": "object",
      "id": "AccountAutomaticImprovements",
      "properties": {
        "imageImprovements": {
          "description": "This improvement will attempt to automatically correct submitted images if they don't meet the [image requirements](https://support.google.com/merchants/answer/6324350), for example, removing overlays. If successful, the image will be replaced and approved. This improvement is only applied to images of disapproved offers. For more information see: [Automatic image improvements](https://support.google.com/merchants/answer/9242973) This field is only updated (cleared) if provided.",
          "$ref": "AccountImageImprovements"
        },
        "itemUpdates": {
          "$ref": "AccountItemUpdates",
          "description": "Turning on [item updates](https://support.google.com/merchants/answer/3246284) allows Google to automatically update items for you. When item updates are on, Google uses the structured data markup on the website and advanced data extractors to update the price and availability of the items. When the item updates are off, items with mismatched data aren't shown. This field is only updated (cleared) if provided."
        },
        "shippingImprovements": {
          "$ref": "AccountShippingImprovements",
          "description": "Not available for MCAs [accounts](https://support.google.com/merchants/answer/188487). By turning on [automatic shipping improvements](https://support.google.com/merchants/answer/10027038), you are allowing Google to improve the accuracy of your delivery times shown to shoppers using Google. More accurate delivery times, especially when faster, typically lead to better conversion rates. Google will improve your estimated delivery times based on various factors: - Delivery address of an order - Current handling time and shipping time settings - Estimated weekdays or business days - Parcel tracking data This field is only updated (cleared) if provided."
        }
      }
    },
    "Datafeed": {
      "id": "Datafeed",
      "type": "object",
      "description": "Datafeed configuration data.",
      "properties": {
        "fileName": {
          "type": "string",
          "description": "Required. The filename of the feed. All feeds must have a unique file name."
        },
        "contentType": {
          "type": "string",
          "description": "Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - \"`local products`\" - \"`product inventory`\" - \"`products`\" "
        },
        "id": {
          "description": "Required for update. The ID of the data feed.",
          "format": "int64",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#datafeed`\""
        },
        "attributeLanguage": {
          "description": "The two-letter ISO 639-1 language in which the attributes are defined in the data feed.",
          "type": "string"
        },
        "targets": {
          "items": {
            "$ref": "DatafeedTarget"
          },
          "description": "The targets this feed should apply to (country, language, destinations).",
          "type": "array"
        },
        "fetchSchedule": {
          "$ref": "DatafeedFetchSchedule",
          "description": "Fetch schedule for the feed file."
        },
        "format": {
          "description": "Format of the feed file.",
          "$ref": "DatafeedFormat"
        },
        "name": {
          "description": "Required for insert. A descriptive name of the data feed.",
          "type": "string"
        }
      }
    },
    "ProductstatusesCustomBatchRequest": {
      "properties": {
        "entries": {
          "description": "The request entries to be processed in the batch.",
          "items": {
            "$ref": "ProductstatusesCustomBatchRequestEntry"
          },
          "type": "array"
        }
      },
      "id": "ProductstatusesCustomBatchRequest",
      "type": "object"
    },
    "AccountCredentials": {
      "id": "AccountCredentials",
      "description": "Credentials allowing Google to call a partner's API on behalf of a merchant.",
      "properties": {
        "accessToken": {
          "type": "string",
          "description": "An OAuth access token."
        },
        "expiresIn": {
          "type": "string",
          "description": "The amount of time, in seconds, after which the access token is no longer valid.",
          "format": "int64"
        },
        "purpose": {
          "enumDescriptions": [
            "Unknown purpose.",
            "The credentials allow Google to manage Shopify orders on behalf of the merchant (deprecated).",
            "The credentials allow Google to manage Shopify integration on behalf of the merchant."
          ],
          "enum": [
            "ACCOUNT_CREDENTIALS_PURPOSE_UNSPECIFIED",
            "SHOPIFY_ORDER_MANAGEMENT",
            "SHOPIFY_INTEGRATION"
          ],
          "type": "string",
          "description": "Indicates to Google how Google should use these OAuth tokens.",
          "enumDeprecated": [
            false,
            true,
            false
          ]
        }
      },
      "type": "object"
    },
    "AccountIdentifier": {
      "properties": {
        "aggregatorId": {
          "type": "string",
          "format": "uint64",
          "description": "The aggregator ID, set for aggregators and subaccounts (in that case, it represents the aggregator of the subaccount)."
        },
        "merchantId": {
          "format": "uint64",
          "type": "string",
          "description": "The merchant account ID, set for individual accounts and subaccounts."
        }
      },
      "type": "object",
      "id": "AccountIdentifier"
    },
    "Errors": {
      "id": "Errors",
      "properties": {
        "message": {
          "description": "The message of the first error in `errors`.",
          "type": "string"
        },
        "errors": {
          "type": "array",
          "description": "A list of errors.",
          "items": {
            "$ref": "Error"
          }
        },
        "code": {
          "format": "uint32",
          "description": "The HTTP status of the first error in `errors`.",
          "type": "integer"
        }
      },
      "type": "object",
      "description": "A list of errors returned by a failed batch entry."
    },
    "TopicTrends": {
      "type": "object",
      "description": "Topic trends fields requested by the merchant in the query. Field values are only set if the merchant queries `TopicTrendsView`. Forecast data can be queried up to 13 weeks by passing a future date in the `date` field. Historical data is measured daily, and forecasted data is projected weekly. All data points are normalized based on the highest data points returned in the response. If you make separate queries with different date ranges, you might see different values for the same date in each response. The recommended way to get a trend score of a topic is `last7_days_search_interest / last{$day}_days_search_interest - 1`. You can view trends for up to eight topics at a time.",
      "id": "TopicTrends",
      "properties": {
        "topic": {
          "description": "Google-provided topic trends are calculated for. Only top eight topics are returned. Topic is what shoppers are searching for on Google, grouped by the same concept.",
          "type": "string"
        },
        "last120DaysSearchInterest": {
          "description": "Search interest in the last 120 days, with the same normalization as search_interest. This field is only present for a past date.",
          "type": "number",
          "format": "double"
        },
        "last90DaysSearchInterest": {
          "description": "Search interest in the last 90 days, with the same normalization as search_interest. This field is only present for a past date.",
          "format": "double",
          "type": "number"
        },
        "customerCountryCode": {
          "description": "Country trends are calculated for. Must be a two-letter country code (ISO 3166-1-alpha-2 code), for example, `“US”`.",
          "type": "string"
        },
        "date": {
          "description": "Date the trend score was retrieved.",
          "$ref": "Date"
        },
        "last7DaysSearchInterest": {
          "type": "number",
          "format": "double",
          "description": "Search interest in the last 7 days, with the same normalization as search_interest. This field is only present for a past date."
        },
        "searchInterest": {
          "description": "Daily search interest, normalized to the time and country to make comparisons easier, with 100 representing peak popularity (from 0 to 100) for the requested time period and location.",
          "format": "double",
          "type": "number"
        },
        "next7DaysSearchInterest": {
          "format": "double",
          "type": "number",
          "description": "Estimated search interest in the next 7 days, with the same normalization as search_interest. This field is only present for a future date."
        },
        "last30DaysSearchInterest": {
          "description": "Search interest in the last 30 days, with the same normalization as search_interest. This field is only present for a past date.",
          "type": "number",
          "format": "double"
        }
      }
    },
    "ActionFlow": {
      "properties": {
        "label": {
          "description": "Text value describing the intent for the action flow. It can be used as an input label if merchant needs to pick one of multiple flows. For example: \"I disagree with the issue\"",
          "type": "string"
        },
        "dialogButtonLabel": {
          "description": "Label for the button to trigger the action from the action dialog. For example: \"Request review\"",
          "type": "string"
        },
        "dialogTitle": {
          "type": "string",
          "description": "Title of the request dialog. For example: \"Before you request a review\""
        },
        "inputs": {
          "type": "array",
          "description": "A list of input fields.",
          "items": {
            "$ref": "InputField"
          }
        },
        "dialogMessage": {
          "$ref": "TextWithTooltip",
          "description": "Message displayed in the request dialog. For example: \"Make sure you've fixed all your country-specific issues. If not, you may have to wait 7 days to request another review\". There may be an more information to be shown in a tooltip."
        },
        "id": {
          "description": "Not for display but need to be sent back for the selected action flow.",
          "type": "string"
        },
        "dialogCallout": {
          "description": "Important message to be highlighted in the request dialog. For example: \"You can only request a review for disagreeing with this issue once. If it's not approved, you'll need to fix the issue and wait a few days before you can request another review.\"",
          "$ref": "Callout"
        }
      },
      "type": "object",
      "id": "ActionFlow",
      "description": "Flow that can be selected for an action. When merchant selects a flow, application should open a dialog with more information and input form."
    },
    "AccountsListLinksResponse": {
      "id": "AccountsListLinksResponse",
      "type": "object",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accountsListLinksResponse`\"."
        },
        "links": {
          "items": {
            "$ref": "LinkedAccount"
          },
          "description": "The list of available links.",
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "The token for the retrieval of the next page of links."
        }
      }
    },
    "ProductDeliveryTime": {
      "description": "The estimated days to deliver a product after an order is placed. Only authorized shipping signals partners working with a merchant can use this resource. Merchants should use the [`products`](https://developers.google.com/shopping-content/reference/rest/v2.1/products#productshipping) resource instead.",
      "properties": {
        "areaDeliveryTimes": {
          "description": "Required. A set of associations between `DeliveryArea` and `DeliveryTime` entries. The total number of `areaDeliveryTimes` can be at most 100.",
          "items": {
            "$ref": "ProductDeliveryTimeAreaDeliveryTime"
          },
          "type": "array"
        },
        "productId": {
          "description": "Required. The `id` of the product.",
          "$ref": "ProductId"
        }
      },
      "id": "ProductDeliveryTime",
      "type": "object"
    },
    "DatafeedsListResponse": {
      "id": "DatafeedsListResponse",
      "properties": {
        "nextPageToken": {
          "description": "The token for the retrieval of the next page of datafeeds.",
          "type": "string"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#datafeedsListResponse`\"."
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "Datafeed"
          }
        }
      },
      "type": "object"
    },
    "ProductsCustomBatchRequestEntry": {
      "properties": {
        "method": {
          "description": "The method of the batch entry. Acceptable values are: - \"`delete`\" - \"`get`\" - \"`insert`\" - \"`update`\" ",
          "type": "string"
        },
        "updateMask": {
          "format": "google-fieldmask",
          "type": "string",
          "description": "The comma-separated list of product attributes to be updated. Example: `\"title,salePrice\"`. Attributes specified in the update mask without a value specified in the body will be deleted from the product. *You must specify the update mask to delete attributes.* Only top-level product attributes can be updated. If not defined, product attributes with set values will be updated and other attributes will stay unchanged. Only defined if the method is `update`."
        },
        "feedId": {
          "format": "uint64",
          "description": "The Content API Supplemental Feed ID. If present then product insertion or deletion applies to a supplemental feed instead of primary Content API feed.",
          "type": "string"
        },
        "productId": {
          "description": "The ID of the product to get or mutate. Only defined if the method is `get`, `delete`, or `update`.",
          "type": "string"
        },
        "batchId": {
          "format": "uint32",
          "description": "An entry ID, unique within the batch request.",
          "type": "integer"
        },
        "product": {
          "description": "The product to insert or update. Only required if the method is `insert` or `update`. If the `update` method is used with `updateMask` only to delete a field, then this isn't required. For example, setting `salePrice` on the `updateMask` and not providing a `product` will result in an existing sale price on the product specified by `productId` being deleted.",
          "$ref": "Product"
        },
        "merchantId": {
          "description": "The ID of the managing account.",
          "format": "uint64",
          "type": "string"
        }
      },
      "description": "A batch entry encoding a single non-batch products request.",
      "id": "ProductsCustomBatchRequestEntry",
      "type": "object"
    },
    "Service": {
      "id": "Service",
      "type": "object",
      "properties": {
        "pickupService": {
          "description": "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`.",
          "$ref": "PickupCarrierService"
        },
        "shipmentType": {
          "type": "string",
          "description": "Type of locations this service ships orders to. Acceptable values are: - \"`delivery`\" - \"`pickup` (deprecated)\" - \"`local_delivery`\" - \"`collection_point`\" "
        },
        "storeConfig": {
          "description": "A list of stores your products are delivered from. This is only available for the local delivery shipment type.",
          "$ref": "ServiceStoreConfig"
        },
        "minimumOrderValue": {
          "description": "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.",
          "$ref": "Price"
        },
        "rateGroups": {
          "description": "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.",
          "items": {
            "$ref": "RateGroup"
          },
          "type": "array"
        },
        "currency": {
          "description": "The CLDR code of the currency to which this service applies. Must match that of the prices in rate groups.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Free-form name of the service. Must be unique within target account. Required."
        },
        "deliveryCountry": {
          "type": "string",
          "description": "The CLDR territory code of the country to which the service applies. Required."
        },
        "active": {
          "description": "A boolean exposing the active status of the shipping service. Required.",
          "type": "boolean"
        },
        "deliveryTime": {
          "description": "Time spent in various aspects from order to the delivery of the product. Required.",
          "$ref": "DeliveryTime"
        },
        "eligibility": {
          "description": "Eligibility for this service. Acceptable values are: - \"`All scenarios`\" - \"`All scenarios except Shopping Actions`\" - \"`Shopping Actions`\" ",
          "type": "string"
        },
        "minimumOrderValueTable": {
          "description": "Table of per store minimum order values for the pickup fulfillment type. Cannot be set together with minimum_order_value.",
          "$ref": "MinimumOrderValueTable"
        }
      }
    },
    "GenerateRecommendationsResponse": {
      "type": "object",
      "properties": {
        "recommendations": {
          "type": "array",
          "description": "Recommendations generated for a request.",
          "items": {
            "$ref": "Recommendation"
          }
        },
        "responseToken": {
          "description": "Output only. Response token is a string created for each `GenerateRecommendationsResponse`. This token doesn't expire, and is globally unique. This token must be used when reporting interactions for recommendations.",
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "GenerateRecommendationsResponse",
      "description": "Response containing generated recommendations."
    },
    "BusinessDayConfig": {
      "id": "BusinessDayConfig",
      "properties": {
        "businessDays": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Regular business days, such as '\"monday\"'. May not be empty."
        }
      },
      "type": "object"
    },
    "AlternateDisputeResolution": {
      "description": "The Alternate Dispute Resolution (ADR) that may be available to merchants in some regions. If present, the link should be shown on the same page as the list of issues.",
      "properties": {
        "uri": {
          "description": "The URL pointing to a page, where merchant can request alternative dispute resolution with an [external body](https://support.google.com/european-union-digital-services-act-redress-options/answer/13535501).",
          "type": "string"
        },
        "label": {
          "description": "The label for the alternate dispute resolution link.",
          "type": "string"
        }
      },
      "id": "AlternateDisputeResolution",
      "type": "object"
    },
    "LiasettingsRequestGmbAccessResponse": {
      "type": "object",
      "id": "LiasettingsRequestGmbAccessResponse",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#liasettingsRequestGmbAccessResponse`\".",
          "type": "string"
        }
      }
    },
    "ShoppingAdsProgramStatusReviewIneligibilityReasonDetails": {
      "description": "Additional details for review ineligibility reasons.",
      "type": "object",
      "properties": {
        "cooldownTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "This timestamp represents end of cooldown period for review ineligbility reason `IN_COOLDOWN_PERIOD`."
        }
      },
      "id": "ShoppingAdsProgramStatusReviewIneligibilityReasonDetails"
    },
    "PosSaleRequest": {
      "type": "object",
      "id": "PosSaleRequest",
      "properties": {
        "timestamp": {
          "description": "Required. The inventory timestamp, in ISO 8601 format.",
          "type": "string"
        },
        "contentLanguage": {
          "type": "string",
          "description": "Required. The two-letter ISO 639-1 language code for the item."
        },
        "quantity": {
          "type": "string",
          "format": "int64",
          "description": "Required. The relative change of the available quantity. Negative for items returned."
        },
        "gtin": {
          "description": "Global Trade Item Number.",
          "type": "string"
        },
        "storeCode": {
          "description": "Required. The identifier of the merchant's store. Either a `storeCode` inserted through the API or the code of the store in a Business Profile.",
          "type": "string"
        },
        "price": {
          "$ref": "Price",
          "description": "Required. The price of the item."
        },
        "saleId": {
          "type": "string",
          "description": "A unique ID to group items from the same sale event."
        },
        "itemId": {
          "type": "string",
          "description": "Required. A unique identifier for the item."
        },
        "targetCountry": {
          "description": "Required. The CLDR territory code for the item.",
          "type": "string"
        }
      }
    },
    "DatafeedstatusesCustomBatchResponseEntry": {
      "description": "A batch entry encoding a single non-batch datafeedstatuses response.",
      "type": "object",
      "id": "DatafeedstatusesCustomBatchResponseEntry",
      "properties": {
        "errors": {
          "description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request.",
          "$ref": "Errors"
        },
        "datafeedStatus": {
          "description": "The requested data feed status. Defined if and only if the request was successful.",
          "$ref": "DatafeedStatus"
        },
        "batchId": {
          "format": "uint32",
          "type": "integer",
          "description": "The ID of the request entry this entry responds to."
        }
      }
    },
    "AccountsCustomBatchResponseEntry": {
      "id": "AccountsCustomBatchResponseEntry",
      "description": "A batch entry encoding a single non-batch accounts response.",
      "type": "object",
      "properties": {
        "errors": {
          "description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request.",
          "$ref": "Errors"
        },
        "batchId": {
          "description": "The ID of the request entry this entry responds to.",
          "type": "integer",
          "format": "uint32"
        },
        "account": {
          "description": "The retrieved, created, or updated account. Not defined if the method was `delete`, `claimwebsite` or `link`.",
          "$ref": "Account"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accountsCustomBatchResponseEntry`\""
        }
      }
    },
    "ProductShippingWeight": {
      "id": "ProductShippingWeight",
      "properties": {
        "unit": {
          "type": "string",
          "description": "The unit of value."
        },
        "value": {
          "type": "number",
          "description": "The weight of the product used to calculate the shipping cost of the item.",
          "format": "double"
        }
      },
      "type": "object"
    },
    "ReportInteractionRequest": {
      "id": "ReportInteractionRequest",
      "properties": {
        "interactionType": {
          "enum": [
            "INTERACTION_TYPE_UNSPECIFIED",
            "INTERACTION_DISMISS",
            "INTERACTION_CLICK"
          ],
          "description": "Required. Type of the interaction that is reported, for example INTERACTION_CLICK.",
          "type": "string",
          "enumDescriptions": [
            "Default value. If provided, the service will throw ApiError with description \"Required parameter: interactionType\".",
            "When a recommendation is dismissed.",
            "When a recommendation is clicked."
          ]
        },
        "subtype": {
          "description": "Optional. Subtype of the recommendations this interaction happened on. This field must be set only to the value that is returned by {@link `RecommendationsService.GenerateRecommendations`} call.",
          "type": "string"
        },
        "responseToken": {
          "type": "string",
          "description": "Required. Token of the response when recommendation was returned."
        },
        "type": {
          "description": "Required. Type of the recommendations on which this interaction happened. This field must be set only to the value that is returned by {@link `GenerateRecommendationsResponse`} call.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Request to report interactions on a recommendation."
    },
    "PosInventoryResponse": {
      "type": "object",
      "id": "PosInventoryResponse",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#posInventoryResponse`\".",
          "type": "string"
        },
        "pickupSla": {
          "description": "Optional. Expected date that an order will be ready for pickup relative to the order date. Must be submitted together with `pickupMethod`. For accepted attribute values, see the [local product inventory feed specification](https://support.google.com/merchants/answer/3061342).",
          "type": "string"
        },
        "timestamp": {
          "type": "string",
          "description": "Required. The inventory timestamp, in ISO 8601 format."
        },
        "pickupMethod": {
          "type": "string",
          "description": "Optional. Supported pickup method for this offer. Unless the value is \"not supported\", this field must be submitted together with `pickupSla`. For accepted attribute values, see the [local product inventory feed specification](https://support.google.com/merchants/answer/3061342)."
        },
        "price": {
          "description": "Required. The current price of the item.",
          "$ref": "Price"
        },
        "storeCode": {
          "description": "Required. The identifier of the merchant's store. Either a `storeCode` inserted through the API or the code of the store in a Business Profile.",
          "type": "string"
        },
        "gtin": {
          "description": "Global Trade Item Number.",
          "type": "string"
        },
        "itemId": {
          "description": "Required. A unique identifier for the item.",
          "type": "string"
        },
        "targetCountry": {
          "type": "string",
          "description": "Required. The CLDR territory code for the item."
        },
        "quantity": {
          "type": "string",
          "description": "Required. The available quantity of the item.",
          "format": "int64"
        },
        "contentLanguage": {
          "description": "Required. The two-letter ISO 639-1 language code for the item.",
          "type": "string"
        }
      }
    },
    "PosStore": {
      "id": "PosStore",
      "description": "Store resource.",
      "properties": {
        "storeAddress": {
          "type": "string",
          "description": "Required. The street address of the store."
        },
        "gcidCategory": {
          "items": {
            "type": "string"
          },
          "description": "The business type of the store.",
          "type": "array"
        },
        "websiteUrl": {
          "description": "The website url for the store or merchant.",
          "type": "string"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#posStore`\"",
          "type": "string"
        },
        "matchingStatusHint": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The hint of why the matching has failed. This is only set when matching_status=failed. Possible values are: - \"`linked-store-not-found`\": There aren't any Google Business Profile stores available for matching. Connect your Merchant Center account with the Google Business Profile account. Or add a new Google Business Profile store corresponding to the POS store. - \"`store-match-not-found`\": The provided POS store couldn't be matched to any of the connected Google Business Profile stores. Merchant Center account is connected correctly and stores are available on Google Business Profile, but POS store location address does not match with Google Business Profile stores' addresses. Update POS store address or Google Business Profile store address to match correctly. - \"`store-match-unverified`\": The provided POS store couldn't be matched to any of the connected Google Business Profile stores, as the matched Google Business Profile store is unverified. Go through the Google Business Profile verification process to match correctly. "
        },
        "matchingStatus": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The matching status of POS store and Google Business Profile store. Possible values are: - \"`matched`\": The POS store is successfully matched with the Google Business Profile store. - \"`failed`\": The POS store is not matched with the Google Business Profile store. See matching_status_hint for further details. Note that there is up to 48 hours propagation delay for changes in Merchant Center (e.g. creation of new account, accounts linking) and Google Business Profile (e.g. store address update) which may affect the matching status. In such cases, after a delay call [pos.list](https://developers.google.com/shopping-content/reference/rest/v2.1/pos/list) to retrieve the updated matching status. "
        },
        "storeCode": {
          "type": "string",
          "description": "Required. A store identifier that is unique for the given merchant."
        },
        "placeId": {
          "description": "The Google Place Id of the store location.",
          "type": "string"
        },
        "phoneNumber": {
          "type": "string",
          "description": "The store phone number."
        },
        "storeName": {
          "description": "The merchant or store name.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "RateGroup": {
      "type": "object",
      "id": "RateGroup",
      "properties": {
        "applicableShippingLabels": {
          "description": "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.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "mainTable": {
          "description": "A table defining the rate group, when `singleValue` is not expressive enough. Can only be set if `singleValue` is not set.",
          "$ref": "Table"
        },
        "carrierRates": {
          "description": "A list of carrier rates that can be referred to by `mainTable` or `singleValue`.",
          "items": {
            "$ref": "CarrierRate"
          },
          "type": "array"
        },
        "name": {
          "type": "string",
          "description": "Name of the rate group. Optional. If set has to be unique within shipping service."
        },
        "subtables": {
          "type": "array",
          "items": {
            "$ref": "Table"
          },
          "description": "A list of subtables referred to by `mainTable`. Can only be set if `mainTable` is set."
        },
        "singleValue": {
          "$ref": "Value",
          "description": "The value of the rate group (for example, flat rate $10). Can only be set if `mainTable` and `subtables` are not set."
        }
      }
    },
    "ProductViewItemIssue": {
      "id": "ProductViewItemIssue",
      "type": "object",
      "description": "Item issue associated with the product.",
      "properties": {
        "resolution": {
          "enum": [
            "UNKNOWN",
            "MERCHANT_ACTION",
            "PENDING_PROCESSING"
          ],
          "enumDescriptions": [
            "Unknown resolution type.",
            "The merchant has to fix the issue.",
            "The issue will be resolved automatically (for example, image crawl), or Google review. No merchant action is required now. Resolution might lead to another issue (for example, if crawl fails)."
          ],
          "description": "Item issue resolution.",
          "type": "string"
        },
        "severity": {
          "$ref": "ProductViewItemIssueItemIssueSeverity",
          "description": "Item issue severity."
        },
        "issueType": {
          "description": "Item issue type.",
          "$ref": "ProductViewItemIssueItemIssueType"
        }
      }
    },
    "OrderTrackingSignalShipmentLineItemMapping": {
      "id": "OrderTrackingSignalShipmentLineItemMapping",
      "properties": {
        "quantity": {
          "format": "int64",
          "type": "string",
          "description": "The line item quantity in the shipment."
        },
        "shipmentId": {
          "description": "Required. The shipment ID. This field will be hashed in returned OrderTrackingSignal creation response.",
          "type": "string"
        },
        "lineItemId": {
          "description": "Required. The line item ID.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Represents how many items are in the shipment for the given shipment_id and line_item_id."
    },
    "Table": {
      "properties": {
        "name": {
          "description": "Name of the table. Required for subtables, ignored for the main table.",
          "type": "string"
        },
        "rows": {
          "type": "array",
          "description": "The list of rows that constitute the table. Must have the same length as `rowHeaders`. Required.",
          "items": {
            "$ref": "Row"
          }
        },
        "columnHeaders": {
          "description": "Headers of the table's columns. Optional: if not set then the table has only one dimension.",
          "$ref": "Headers"
        },
        "rowHeaders": {
          "description": "Headers of the table's rows. Required.",
          "$ref": "Headers"
        }
      },
      "type": "object",
      "id": "Table"
    },
    "RequestReviewFreeListingsRequest": {
      "type": "object",
      "properties": {
        "regionCode": {
          "description": "The code [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the country for which review is to be requested.",
          "type": "string"
        }
      },
      "id": "RequestReviewFreeListingsRequest",
      "description": "Request message for the RequestReviewFreeListings Program method."
    },
    "ProductView": {
      "id": "ProductView",
      "properties": {
        "productTypeL5": {
          "description": "Fifth level of the product type in merchant's own [product taxonomy](https://support.google.com/merchants/answer/6324436).",
          "type": "string"
        },
        "categoryL2": {
          "description": "Second level of the product category in [Google's product taxonomy](https://support.google.com/merchants/answer/6324436).",
          "type": "string"
        },
        "channel": {
          "type": "string",
          "description": "Channel of the product (online versus local).",
          "enumDescriptions": [
            "Indicates that the channel is unspecified.",
            "Indicates that the channel is local.",
            "Indicates that the channel is online."
          ],
          "enum": [
            "CHANNEL_UNSPECIFIED",
            "LOCAL",
            "ONLINE"
          ]
        },
        "productTypeL1": {
          "type": "string",
          "description": "First level of the product type in merchant's own [product taxonomy](https://support.google.com/merchants/answer/6324436)."
        },
        "gtin": {
          "type": "array",
          "description": "GTIN of the product.",
          "items": {
            "type": "string"
          }
        },
        "condition": {
          "type": "string",
          "description": "Condition of the product."
        },
        "productTypeL4": {
          "type": "string",
          "description": "Fourth level of the product type in merchant's own [product taxonomy](https://support.google.com/merchants/answer/6324436)."
        },
        "categoryL3": {
          "type": "string",
          "description": "Third level of the product category in [Google's product taxonomy](https://support.google.com/merchants/answer/6324436)."
        },
        "categoryL4": {
          "description": "Fourth level of the product category in [Google's product taxonomy](https://support.google.com/merchants/answer/6324436).",
          "type": "string"
        },
        "availability": {
          "description": "Availability of the product.",
          "type": "string"
        },
        "itemGroupId": {
          "description": "Item group ID provided by the merchant for grouping variants together.",
          "type": "string"
        },
        "categoryL1": {
          "type": "string",
          "description": "First level of the product category in [Google's product taxonomy](https://support.google.com/merchants/answer/6324436)."
        },
        "productTypeL2": {
          "description": "Second level of the product type in merchant's own [product taxonomy](https://support.google.com/merchants/answer/6324436).",
          "type": "string"
        },
        "categoryL5": {
          "type": "string",
          "description": "Fifth level of the product category in [Google's product taxonomy](https://support.google.com/merchants/answer/6324436)."
        },
        "title": {
          "type": "string",
          "description": "Title of the product."
        },
        "creationTime": {
          "type": "string",
          "description": "The time the merchant created the product in timestamp seconds.",
          "format": "google-datetime"
        },
        "languageCode": {
          "description": "Language code of the product in BCP 47 format.",
          "type": "string"
        },
        "itemIssues": {
          "type": "array",
          "items": {
            "$ref": "ProductViewItemIssue"
          },
          "description": "List of item issues for the product."
        },
        "offerId": {
          "description": "Merchant-provided id of the product.",
          "type": "string"
        },
        "expirationDate": {
          "description": "Expiration date for the product. Specified on insertion.",
          "$ref": "Date"
        },
        "clickPotential": {
          "enumDescriptions": [
            "Unknown predicted clicks impact.",
            "Potential to receive a low number of clicks compared to the highest performing products of the merchant.",
            "Potential to receive a moderate number of clicks compared to the highest performing products of the merchant.",
            "Potential to receive a similar number of clicks as the highest performing products of the merchant."
          ],
          "description": "Estimated performance potential compared to highest performing products of the merchant.",
          "enum": [
            "CLICK_POTENTIAL_UNSPECIFIED",
            "LOW",
            "MEDIUM",
            "HIGH"
          ],
          "type": "string"
        },
        "clickPotentialRank": {
          "type": "string",
          "description": "Normalized click potential of the product. Values range from 1 to 1000, where 1 is the highest click potential and 1000 is the theoretical lowest.",
          "format": "int64"
        },
        "currencyCode": {
          "description": "Product price currency code (for example, ISO 4217). Absent if product price is not available.",
          "type": "string"
        },
        "brand": {
          "description": "Brand of the product.",
          "type": "string"
        },
        "priceMicros": {
          "type": "string",
          "description": "Product price specified as micros (1 millionth of a standard unit, 1 USD = 1000000 micros) in the product currency. Absent in case the information about the price of the product is not available.",
          "format": "int64"
        },
        "id": {
          "description": "The REST ID of the product, in the form of channel:contentLanguage:targetCountry:offerId. Content API methods that operate on products take this as their productId parameter. Should always be included in the SELECT clause.",
          "type": "string"
        },
        "aggregatedDestinationStatus": {
          "enum": [
            "AGGREGATED_STATUS_UNSPECIFIED",
            "NOT_ELIGIBLE_OR_DISAPPROVED",
            "PENDING",
            "ELIGIBLE_LIMITED",
            "ELIGIBLE"
          ],
          "enumDescriptions": [
            "Undefined aggregated status.",
            "Offer isn't eligible, or is disapproved for all destinations.",
            "Offer's status is pending in all destinations.",
            "Offer is eligible for some (but not all) destinations.",
            "Offer is eligible for all destinations."
          ],
          "type": "string",
          "description": "Aggregated destination status."
        },
        "shippingLabel": {
          "description": "The normalized shipping label specified in the feed",
          "type": "string"
        },
        "productTypeL3": {
          "description": "Third level of the product type in merchant's own [product taxonomy](https://support.google.com/merchants/answer/6324436).",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Product fields. Values are only set for fields requested explicitly in the request's search query."
    },
    "PosListResponse": {
      "properties": {
        "resources": {
          "type": "array",
          "items": {
            "$ref": "PosStore"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#posListResponse`\".",
          "type": "string"
        }
      },
      "type": "object",
      "id": "PosListResponse"
    },
    "Promotion": {
      "description": "Represents a promotion. See the following articles for more details. * [Promotions feed specification](https://support.google.com/merchants/answer/2906014) * [Local promotions feed specification](https://support.google.com/merchants/answer/10146130) * [Promotions on Buy on Google product data specification](https://support.google.com/merchants/answer/9173673)",
      "type": "object",
      "properties": {
        "customRedemptionRestriction": {
          "type": "string",
          "description": "The custom redemption restriction for the promotion. If the `redemption_restriction` field is set to `CUSTOM`, this field must be set."
        },
        "productType": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Product filter by product type for the promotion."
        },
        "getThisQuantityDiscounted": {
          "type": "integer",
          "format": "int32",
          "description": "The number of items discounted in the promotion."
        },
        "minimumPurchaseQuantity": {
          "description": "Minimum purchase quantity for the promotion.",
          "type": "integer",
          "format": "int32"
        },
        "id": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The REST promotion ID to uniquely identify the promotion. Content API methods that operate on promotions take this as their `promotionId` parameter. The REST ID for a promotion is of the form channel:contentLanguage:targetCountry:promotionId The `channel` field has a value of `\"online\"`, `\"in_store\"`, or `\"online_in_store\"`."
        },
        "promotionDestinationIds": {
          "type": "array",
          "description": "Destination ID for the promotion.",
          "items": {
            "type": "string"
          }
        },
        "freeGiftItemId": {
          "type": "string",
          "description": "Free gift item ID for the promotion."
        },
        "couponValueType": {
          "type": "string",
          "enum": [
            "COUPON_VALUE_TYPE_UNSPECIFIED",
            "MONEY_OFF",
            "PERCENT_OFF",
            "BUY_M_GET_N_MONEY_OFF",
            "BUY_M_GET_N_PERCENT_OFF",
            "BUY_M_GET_MONEY_OFF",
            "BUY_M_GET_PERCENT_OFF",
            "FREE_GIFT",
            "FREE_GIFT_WITH_VALUE",
            "FREE_GIFT_WITH_ITEM_ID",
            "FREE_SHIPPING_STANDARD",
            "FREE_SHIPPING_OVERNIGHT",
            "FREE_SHIPPING_TWO_DAY"
          ],
          "description": "Required. Coupon value type for the promotion.",
          "enumDescriptions": [
            "Indicates that the coupon value type is unspecified.",
            "Money off coupon value type.",
            "Percent off coupon value type.",
            "Buy M quantity, get N money off coupon value type. `buy_this_quantity` and `get_this_quantity` must be present. `money_off_amount` must also be present.",
            "Buy M quantity, get N percent off coupon value type. `buy_this_quantity` and `get_this_quantity` must be present. `percent_off_percentage` must also be present.",
            "Buy M quantity, get money off. `buy_this_quantity` and `money_off_amount` must be present.",
            "Buy M quantity, get money off. `buy_this_quantity` and `percent_off_percentage` must be present.",
            "Free gift with description only.",
            "Free gift with value (description is optional).",
            "Free gift with item ID (description is optional).",
            "Standard free shipping coupon value type.",
            "Overnight free shipping coupon value type.",
            "Two day free shipping coupon value type."
          ]
        },
        "minimumPurchaseAmount": {
          "description": "Minimum purchase amount for the promotion.",
          "$ref": "PriceAmount"
        },
        "shippingServiceNames": {
          "description": "Shipping service names for the promotion.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "itemIdExclusion": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Product filter by item ID exclusion for the promotion."
        },
        "brandExclusion": {
          "description": "Product filter by brand exclusion for the promotion.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "genericRedemptionCode": {
          "description": "Generic redemption code for the promotion. To be used with the `offerType` field.",
          "type": "string"
        },
        "promotionStatus": {
          "readOnly": true,
          "$ref": "PromotionPromotionStatus",
          "description": "Output only. The current status of the promotion."
        },
        "itemGroupId": {
          "items": {
            "type": "string"
          },
          "description": "Product filter by item group ID for the promotion.",
          "type": "array"
        },
        "promotionId": {
          "description": "Required. The user provided promotion ID to uniquely identify the promotion.",
          "type": "string"
        },
        "freeGiftValue": {
          "$ref": "PriceAmount",
          "description": "Free gift value for the promotion."
        },
        "promotionDisplayTimePeriod": {
          "$ref": "TimePeriod",
          "description": "`TimePeriod` representation of the promotion's display dates."
        },
        "limitValue": {
          "description": "Maximum purchase value for the promotion.",
          "$ref": "PriceAmount"
        },
        "targetCountry": {
          "description": "Required. The target country used as part of the unique identifier. Can be `AU`, `CA`, `DE`, `FR`, `GB`, `IN`, `US`, `BR`, `ES`, `NL`, `JP`, `IT` or `KR`.",
          "type": "string"
        },
        "redemptionRestriction": {
          "description": "The redemption restriction for the promotion.",
          "enumDescriptions": [
            "The redemption restriction is unspecified.",
            "The customer must subscribe to the merchant's channel to redeem the promotion.",
            "The customer must be a first-time customer to redeem the promotion.",
            "The customer must sign up for email's to redeem the promotion.",
            "The customer must sign up for text to redeem the promotion.",
            "The customer must use a specific form of payment to redeem the promotion.",
            "The customer must meet a custom restriction to redeem the promotion. If selected, the `custom_redemption_restriction` field must be set."
          ],
          "enum": [
            "REDEMPTION_RESTRICTION_UNSPECIFIED",
            "SUBSCRIBE_AND_SAVE",
            "FIRST_ORDER",
            "SIGN_UP_FOR_EMAIL",
            "SIGN_UP_FOR_TEXT",
            "FORMS_OF_PAYMENT",
            "CUSTOM"
          ],
          "type": "string"
        },
        "longTitle": {
          "description": "Required. Long title for the promotion.",
          "type": "string"
        },
        "storeCode": {
          "description": "Store codes to include for the promotion.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "itemId": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Product filter by item ID for the promotion."
        },
        "percentOff": {
          "description": "The percentage discount offered in the promotion.",
          "format": "int32",
          "type": "integer"
        },
        "moneyBudget": {
          "description": "Cost cap for the promotion.",
          "$ref": "PriceAmount"
        },
        "productTypeExclusion": {
          "type": "array",
          "description": "Product filter by product type exclusion for the promotion.",
          "items": {
            "type": "string"
          }
        },
        "brand": {
          "items": {
            "type": "string"
          },
          "description": "Product filter by brand for the promotion.",
          "type": "array"
        },
        "moneyOffAmount": {
          "$ref": "PriceAmount",
          "description": "The money off amount offered in the promotion."
        },
        "orderLimit": {
          "type": "integer",
          "format": "int32",
          "description": "Order limit for the promotion."
        },
        "promotionDisplayDates": {
          "deprecated": true,
          "description": "String representation of the promotion display dates. Deprecated. Use `promotion_display_time_period` instead.",
          "type": "string"
        },
        "storeApplicability": {
          "type": "string",
          "description": "Whether the promotion applies to all stores, or only specified stores. Local Inventory ads promotions throw an error if no store applicability is included. An INVALID_ARGUMENT error is thrown if store_applicability is set to ALL_STORES and store_code or score_code_exclusion is set to a value.",
          "enumDescriptions": [
            "Which store codes the promotion applies to is unknown.",
            "Promotion applies to all stores.",
            "Promotion applies to only the specified stores."
          ],
          "enum": [
            "STORE_APPLICABILITY_UNSPECIFIED",
            "ALL_STORES",
            "SPECIFIC_STORES"
          ]
        },
        "promotionEffectiveTimePeriod": {
          "$ref": "TimePeriod",
          "description": "Required. `TimePeriod` representation of the promotion's effective dates."
        },
        "promotionEffectiveDates": {
          "type": "string",
          "description": "String representation of the promotion effective dates. Deprecated. Use `promotion_effective_time_period` instead.",
          "deprecated": true
        },
        "storeCodeExclusion": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Store codes to exclude for the promotion."
        },
        "itemGroupIdExclusion": {
          "type": "array",
          "description": "Product filter by item group ID exclusion for the promotion.",
          "items": {
            "type": "string"
          }
        },
        "maxDiscountAmount": {
          "$ref": "PriceAmount",
          "description": "The maximum monetary discount a customer can receive for the promotion. This field is only supported with the `Percent off` coupon value type."
        },
        "offerType": {
          "enumDescriptions": [
            "Unknown offer type.",
            "Offer type without a code.",
            "Offer type with a code."
          ],
          "enum": [
            "OFFER_TYPE_UNSPECIFIED",
            "NO_CODE",
            "GENERIC_CODE"
          ],
          "description": "Required. Type of the promotion.",
          "type": "string"
        },
        "contentLanguage": {
          "description": "Required. The content language used as part of the unique identifier. `en` content language is available for all target countries. `fr` content language is available for `CA` and `FR` target countries. `de` content language is available for `DE` target country. `nl` content language is available for `NL` target country. `it` content language is available for `IT` target country. `pt` content language is available for `BR` target country. `ja` content language is available for `JP` target country. `ko` content language is available for `KR` target country.",
          "type": "string"
        },
        "redemptionChannel": {
          "items": {
            "type": "string",
            "enumDescriptions": [
              "Indicates that the channel is unspecified.",
              "Indicates that the channel is in store.",
              "Indicates that the channel is online."
            ],
            "enum": [
              "REDEMPTION_CHANNEL_UNSPECIFIED",
              "IN_STORE",
              "ONLINE"
            ]
          },
          "description": "Required. Redemption channel for the promotion. At least one channel is required.",
          "type": "array"
        },
        "promotionUrl": {
          "type": "string",
          "description": "URL to the page on the merchant's site where the promotion shows. Local Inventory ads promotions throw an error if no promo url is included. URL is used to confirm that the promotion is valid and can be redeemed."
        },
        "freeGiftDescription": {
          "description": "Free gift description for the promotion.",
          "type": "string"
        },
        "limitQuantity": {
          "description": "Maximum purchase quantity for the promotion.",
          "type": "integer",
          "format": "int32"
        },
        "productApplicability": {
          "type": "string",
          "enumDescriptions": [
            "Which products the promotion applies to is unknown.",
            "Applicable to all products.",
            "Applicable to only a single product or list of products."
          ],
          "description": "Required. Applicability of the promotion to either all products or only specific products.",
          "enum": [
            "PRODUCT_APPLICABILITY_UNSPECIFIED",
            "ALL_PRODUCTS",
            "SPECIFIC_PRODUCTS"
          ]
        }
      },
      "id": "Promotion"
    },
    "RegionPostalCodeArea": {
      "description": "A list of postal codes that defines the region area. Note: All regions defined using postal codes are accessible via the account's `ShippingSettings.postalCodeGroups` resource.",
      "properties": {
        "regionCode": {
          "type": "string",
          "description": "Required. CLDR territory code or the country the postal code group applies to."
        },
        "postalCodes": {
          "items": {
            "$ref": "RegionPostalCodeAreaPostalCodeRange"
          },
          "type": "array",
          "description": "Required. A range of postal codes."
        }
      },
      "type": "object",
      "id": "RegionPostalCodeArea"
    },
    "OrderTrackingSignalShippingInfo": {
      "id": "OrderTrackingSignalShippingInfo",
      "type": "object",
      "properties": {
        "shippingStatus": {
          "enum": [
            "SHIPPING_STATE_UNSPECIFIED",
            "SHIPPED",
            "DELIVERED"
          ],
          "description": "The status of the shipment.",
          "enumDescriptions": [
            "The shipping status is not known to merchant.",
            "All items are shipped.",
            "The shipment is already delivered."
          ],
          "type": "string"
        },
        "earliestDeliveryPromiseTime": {
          "description": "The earliest delivery promised time. Include the year and timezone string, if available. This field is required, if one of the following fields is absent: tracking_id or carrier_name.",
          "$ref": "DateTime"
        },
        "originRegionCode": {
          "description": "The [CLDR territory code] (http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) for the shipping origin.",
          "type": "string"
        },
        "latestDeliveryPromiseTime": {
          "$ref": "DateTime",
          "description": "The latest delivery promised time. Include the year and timezone string, if available. This field is required, if one of the following fields is absent: tracking_id or carrier_name."
        },
        "shippedTime": {
          "description": "The time when the shipment was shipped. Include the year and timezone string, if available.",
          "$ref": "DateTime"
        },
        "trackingId": {
          "type": "string",
          "description": "The tracking ID of the shipment. This field is required if one of the following fields is absent: earliest_delivery_promise_time, latest_delivery_promise_time, and actual_delivery_time."
        },
        "actualDeliveryTime": {
          "$ref": "DateTime",
          "description": "The time when the shipment was actually delivered. Include the year and timezone string, if available. This field is required, if one of the following fields is absent: tracking_id or carrier_name."
        },
        "shipmentId": {
          "type": "string",
          "description": "Required. The shipment ID. This field will be hashed in returned OrderTrackingSignal creation response."
        },
        "carrierName": {
          "description": "The name of the shipping carrier for the delivery. This field is required if one of the following fields is absent: earliest_delivery_promise_time, latest_delivery_promise_time, and actual_delivery_time.",
          "type": "string"
        },
        "carrierServiceName": {
          "description": "The service type for fulfillment, e.g., GROUND, FIRST_CLASS, etc.",
          "type": "string"
        },
        "originPostalCode": {
          "description": "The origin postal code, as a continuous string without spaces or dashes, e.g. \"95016\". This field will be anonymized in returned OrderTrackingSignal creation response.",
          "type": "string"
        }
      },
      "description": "The shipping information for the order."
    },
    "DatafeedsCustomBatchRequest": {
      "type": "object",
      "properties": {
        "entries": {
          "type": "array",
          "items": {
            "$ref": "DatafeedsCustomBatchRequestEntry"
          },
          "description": "The request entries to be processed in the batch."
        }
      },
      "id": "DatafeedsCustomBatchRequest"
    },
    "AccountsCustomBatchRequestEntryLinkRequest": {
      "properties": {
        "linkedAccountId": {
          "type": "string",
          "description": "The ID of the linked account."
        },
        "services": {
          "description": "Provided services. Acceptable values are: - \"`shoppingAdsProductManagement`\" - \"`shoppingActionsProductManagement`\" - \"`shoppingActionsOrderManagement`\" - \"`paymentProcessing`\" - \"`localProductManagement`\" ",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "linkType": {
          "description": "Type of the link between the two accounts. Acceptable values are: - \"`channelPartner`\" - \"`eCommercePlatform`\" - \"`paymentServiceProvider`\" - \"`localProductManager`\" ",
          "type": "string"
        },
        "action": {
          "type": "string",
          "description": "Action to perform for this link. The `\"request\"` action is only available to select merchants. Acceptable values are: - \"`approve`\" - \"`remove`\" - \"`request`\" "
        }
      },
      "type": "object",
      "id": "AccountsCustomBatchRequestEntryLinkRequest"
    },
    "ReturnPolicyOnlineRestockingFee": {
      "description": "The restocking fee. This can either be a fixed fee or a micro percent.",
      "id": "ReturnPolicyOnlineRestockingFee",
      "type": "object",
      "properties": {
        "microPercent": {
          "type": "integer",
          "description": "Percent of total price in micros. 15,000,000 means 15% of the total price would be charged.",
          "format": "int32"
        },
        "fixedFee": {
          "description": "Fixed restocking fee.",
          "$ref": "PriceAmount"
        }
      }
    },
    "Breakdown": {
      "properties": {
        "details": {
          "description": "Human readable, localized description of issue's effect on different targets. Should be rendered as a list. For example: * \"Products not showing in ads\" * \"Products not showing organically\"",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "regions": {
          "items": {
            "$ref": "BreakdownRegion"
          },
          "description": "Lists of regions. Should be rendered as a title for this group of details. The full list should be shown to merchant. If the list is too long, it is recommended to make it expandable.",
          "type": "array"
        }
      },
      "description": "A detailed impact breakdown for a group of regions where the impact of the issue on different shopping destinations is the same.",
      "type": "object",
      "id": "Breakdown"
    },
    "ReturnPolicyOnline": {
      "properties": {
        "policy": {
          "$ref": "ReturnPolicyOnlinePolicy",
          "description": "The return policy."
        },
        "countries": {
          "type": "array",
          "description": "The countries of sale where the return policy is applicable. The values must be a valid 2 letter ISO 3166 code, e.g. \"US\".",
          "items": {
            "type": "string"
          }
        },
        "restockingFee": {
          "$ref": "ReturnPolicyOnlineRestockingFee",
          "description": "The restocking fee that applies to all return reason categories. This would be treated as a free restocking fee if the value is not set."
        },
        "label": {
          "type": "string",
          "description": "The unique user-defined label of the return policy. The same label cannot be used in different return policies for the same country. Policies with the label 'default' will apply to all products, unless a product specifies a return_policy_label attribute."
        },
        "returnPolicyId": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Return policy ID generated by Google."
        },
        "returnReasonCategoryInfo": {
          "type": "array",
          "description": "The return reason category information. This required to not be empty unless the type of return policy is noReturns.",
          "items": {
            "$ref": "ReturnPolicyOnlineReturnReasonCategoryInfo"
          }
        },
        "returnMethods": {
          "description": "The return methods of how customers can return an item. This value is required to not be empty unless the type of return policy is noReturns.",
          "items": {
            "enum": [
              "RETURN_METHOD_UNSPECIFIED",
              "BY_MAIL",
              "IN_STORE",
              "AT_A_KIOSK"
            ],
            "enumDescriptions": [
              "Default value. This value is unused.",
              "By mail.",
              "In store.",
              "At a kiosk."
            ],
            "type": "string"
          },
          "type": "array"
        },
        "name": {
          "type": "string",
          "description": "The name of the policy as shown in Merchant Center."
        },
        "itemConditions": {
          "items": {
            "type": "string",
            "enumDescriptions": [
              "Default value. This value is unused.",
              "New.",
              "Used."
            ],
            "enum": [
              "ITEM_CONDITION_UNSPECIFIED",
              "NEW",
              "USED"
            ]
          },
          "description": "The item conditions that are accepted for returns. This is required to not be empty unless the type of return policy is noReturns.",
          "type": "array"
        },
        "returnPolicyUri": {
          "description": "The return policy uri. This can used by Google to do a sanity check for the policy.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "ReturnPolicyOnline",
      "description": "Return policy online object. This is currently used to represent return policies for ads and free listings programs."
    },
    "ShoppingAdsProgramStatusRegionStatus": {
      "type": "object",
      "description": "Status of program and region.",
      "id": "ShoppingAdsProgramStatusRegionStatus",
      "properties": {
        "eligibilityStatus": {
          "description": "Eligibility status of the Shopping Ads program.",
          "enumDescriptions": [
            "State is not known.",
            "If the account has no issues and review is completed successfully.",
            "There are one or more issues that needs to be resolved for account to be active for the program. Detailed list of account issues are available in [accountstatuses](https://developers.google.com/shopping-content/reference/rest/v2.1/accountstatuses) API.",
            "If account has issues but offers are servable. Some of the issue can make account DISAPPROVED after a certain deadline.",
            "Account is under review.",
            "Account is waiting for review to start.",
            "Program is currently onboarding. Upload valid offers to complete onboarding."
          ],
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "APPROVED",
            "DISAPPROVED",
            "WARNING",
            "UNDER_REVIEW",
            "PENDING_REVIEW",
            "ONBOARDING"
          ]
        },
        "reviewIneligibilityReasonDetails": {
          "$ref": "ShoppingAdsProgramStatusReviewIneligibilityReasonDetails",
          "description": "Additional information for ineligibility. If `reviewIneligibilityReason` is `IN_COOLDOWN_PERIOD`, a timestamp for the end of the cooldown period is provided."
        },
        "reviewIssues": {
          "type": "array",
          "description": "Issues evaluated in the review process. Fix all issues before requesting a review.",
          "items": {
            "type": "string"
          }
        },
        "reviewIneligibilityReasonDescription": {
          "description": "Reason a program in a specific region isn’t eligible for review. Only visible if `reviewEligibilityStatus` is `INELIGIBLE`.",
          "type": "string"
        },
        "disapprovalDate": {
          "type": "string",
          "description": "Date by which eligibilityStatus will go from `WARNING` to `DISAPPROVED`. Only visible when your eligibilityStatus is WARNING. In [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DD`."
        },
        "reviewIneligibilityReason": {
          "enum": [
            "REVIEW_INELIGIBILITY_REASON_UNSPECIFIED",
            "ONBOARDING_ISSUES",
            "NOT_ENOUGH_OFFERS",
            "IN_COOLDOWN_PERIOD",
            "ALREADY_UNDER_REVIEW",
            "NO_REVIEW_REQUIRED",
            "WILL_BE_REVIEWED_AUTOMATICALLY",
            "IS_RETIRED",
            "ALREADY_REVIEWED"
          ],
          "description": "Review ineligibility reason if account is not eligible for review.",
          "type": "string",
          "enumDescriptions": [
            "Requesting a review from Google is not possible.",
            "All onboarding issues needs to be fixed.",
            "Not enough offers uploaded for this country.",
            "Cooldown period applies. Wait until cooldown period ends.",
            "Account is already under review.",
            "No issues available to review.",
            "Account will be automatically reviewed at the end of the grace period.",
            "Account is retired. Should not appear in MC.",
            "Account has already been reviewed. You can't request further reviews."
          ]
        },
        "onboardingIssues": {
          "type": "array",
          "description": "Issues that must be fixed to be eligible for review.",
          "items": {
            "type": "string"
          }
        },
        "regionCodes": {
          "description": "The two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) codes for all the regions with the same `eligibilityStatus` and `reviewEligibility`.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "reviewEligibilityStatus": {
          "type": "string",
          "enumDescriptions": [
            "Review eligibility state is unknown.",
            "Account is eligible for review for a specified region code.",
            "Account is not eligible for review for a specified region code."
          ],
          "description": "If a program is eligible for review in a specific region. Only visible if `eligibilityStatus` is `DISAPPROVED`.",
          "enum": [
            "REVIEW_ELIGIBILITY_UNSPECIFIED",
            "ELIGIBLE",
            "INELIGIBLE"
          ]
        }
      }
    },
    "InsertCheckoutSettingsRequest": {
      "description": "Request message for the `InsertCheckoutSettings` method.",
      "type": "object",
      "id": "InsertCheckoutSettingsRequest",
      "properties": {
        "uriSettings": {
          "description": "Required. The `UrlSettings` for the request. The presence of URL settings indicates `Checkout` enrollment.",
          "$ref": "UrlSettings"
        }
      }
    },
    "ExternalAction": {
      "description": "Action that is implemented and performed outside of the third-party application. It should redirect the merchant to the provided URL of an external system where they can perform the action. For example to request a review in the Merchant Center.",
      "type": "object",
      "id": "ExternalAction",
      "properties": {
        "uri": {
          "type": "string",
          "description": "URL to external system, for example Merchant Center, where the merchant can perform the action."
        },
        "type": {
          "description": "The type of external action.",
          "enum": [
            "EXTERNAL_ACTION_TYPE_UNSPECIFIED",
            "REVIEW_PRODUCT_ISSUE_IN_MERCHANT_CENTER",
            "REVIEW_ACCOUNT_ISSUE_IN_MERCHANT_CENTER",
            "LEGAL_APPEAL_IN_HELP_CENTER",
            "VERIFY_IDENTITY_IN_MERCHANT_CENTER"
          ],
          "enumDescriptions": [
            "Default value. Will never be provided by the API.",
            "Redirect to Merchant Center where the merchant can request a review for issue related to their product.",
            "Redirect to Merchant Center where the merchant can request a review for issue related to their account.",
            "Redirect to the form in Help Center where the merchant can request a legal appeal for the issue.",
            "Redirect to Merchant Center where the merchant can perform identity verification."
          ],
          "type": "string"
        }
      }
    },
    "AccountsClaimWebsiteResponse": {
      "id": "AccountsClaimWebsiteResponse",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accountsClaimWebsiteResponse`\".",
          "type": "string"
        }
      }
    },
    "ProductUnitPricingMeasure": {
      "properties": {
        "unit": {
          "type": "string",
          "description": "The unit of the measure."
        },
        "value": {
          "type": "number",
          "format": "double",
          "description": "The measure of an item."
        }
      },
      "id": "ProductUnitPricingMeasure",
      "type": "object"
    },
    "PaymentServiceProviderLinkInfo": {
      "properties": {
        "externalAccountBusinessCountry": {
          "description": "The business country of the merchant account as identified by the third party service provider.",
          "type": "string"
        },
        "externalAccountId": {
          "description": "The id used by the third party service provider to identify the merchant.",
          "type": "string"
        }
      },
      "description": "Additional information required for PAYMENT_SERVICE_PROVIDER link type.",
      "id": "PaymentServiceProviderLinkInfo",
      "type": "object"
    },
    "Recommendation": {
      "type": "object",
      "properties": {
        "creative": {
          "description": "Output only. Any creatives attached to the recommendation. Repeated.",
          "items": {
            "$ref": "RecommendationCreative"
          },
          "type": "array",
          "readOnly": true
        },
        "additionalCallToAction": {
          "type": "array",
          "description": "Output only. CTAs of this recommendation. Repeated.",
          "items": {
            "$ref": "RecommendationCallToAction"
          },
          "readOnly": true
        },
        "subType": {
          "description": "Optional. Subtype of the recommendations. Only applicable when multiple recommendations can be generated per type, and is used as an identifier of recommendation under the same recommendation type.",
          "type": "string"
        },
        "title": {
          "description": "Optional. Localized Recommendation Title. Localization uses the {@link `GenerateRecommendationsRequest.language_code`} field in {@link `GenerateRecommendationsRequest`} requests.",
          "type": "string"
        },
        "recommendationName": {
          "type": "string",
          "description": "Optional. Localized recommendation name. The localization uses the {@link `GenerateRecommendationsRequest.language_code`} field in {@link `GenerateRecommendationsRequest`} requests."
        },
        "paid": {
          "description": "Optional. Indicates whether a user needs to pay when they complete the user journey suggested by the recommendation.",
          "type": "boolean"
        },
        "defaultDescription": {
          "type": "string",
          "description": "Optional. Localized recommendation description. The localization the {@link `GenerateRecommendationsRequest.language_code`} field in {@link `GenerateRecommendationsRequest`} requests."
        },
        "numericalImpact": {
          "description": "Optional. A numerical score of the impact from the recommendation's description. For example, a recommendation might suggest an upward trend in sales for a certain product. Higher number means larger impact.",
          "type": "integer",
          "format": "int32"
        },
        "additionalDescriptions": {
          "items": {
            "$ref": "RecommendationDescription"
          },
          "type": "array",
          "description": "Output only. List of additional localized descriptions for a recommendation. Localication uses the `languageCode` field in `GenerateRecommendations` requests. Not all description types are guaranteed to be present and we recommend to rely on default description.",
          "readOnly": true
        },
        "type": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Type of the recommendation. List of currently available recommendation types: - OPPORTUNITY_CREATE_NEW_COLLECTION - OPPORTUNITY_CREATE_EMAIL_CAMPAIGN"
        },
        "defaultCallToAction": {
          "description": "Optional. Default CTA of the recommendation.",
          "$ref": "RecommendationCallToAction"
        }
      },
      "id": "Recommendation",
      "description": "Recommendations are suggested ways to improve your merchant account's performance. For example, to engage with a feature, or start using a new Google product."
    },
    "AccountStatus": {
      "description": "The status of an account, that is, information about its products, which is computed offline and not returned immediately at insertion time.",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accountStatus`\"",
          "type": "string"
        },
        "accountManagement": {
          "type": "string",
          "description": "How the account is managed. Acceptable values are: - \"`manual`\" - \"`automatic`\" "
        },
        "websiteClaimed": {
          "description": "Whether the account's website is claimed or not.",
          "type": "boolean"
        },
        "accountLevelIssues": {
          "description": "A list of account level issues.",
          "type": "array",
          "items": {
            "$ref": "AccountStatusAccountLevelIssue"
          }
        },
        "accountId": {
          "type": "string",
          "description": "The ID of the account for which the status is reported."
        },
        "products": {
          "description": "List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes.",
          "items": {
            "$ref": "AccountStatusProducts"
          },
          "type": "array"
        }
      },
      "type": "object",
      "id": "AccountStatus"
    },
    "PriceCompetitiveness": {
      "description": "Price competitiveness fields requested by the merchant in the query. Field values are only set if the merchant queries `PriceCompetitivenessProductView`. https://support.google.com/merchants/answer/9626903",
      "id": "PriceCompetitiveness",
      "properties": {
        "benchmarkPriceCurrencyCode": {
          "type": "string",
          "description": "The price benchmark currency (ISO 4217 code)."
        },
        "countryCode": {
          "type": "string",
          "description": "The country of the price benchmark (ISO 3166 code)."
        },
        "benchmarkPriceMicros": {
          "type": "string",
          "description": "The latest available price benchmark in micros (1 millionth of a standard unit, 1 USD = 1000000 micros) for the product's catalog in the benchmark country.",
          "format": "int64"
        }
      },
      "type": "object"
    },
    "AccountsLinkRequest": {
      "type": "object",
      "properties": {
        "linkType": {
          "type": "string",
          "description": "Type of the link between the two accounts. Acceptable values are: - \"`channelPartner`\" - \"`eCommercePlatform`\" - \"`paymentServiceProvider`\" "
        },
        "eCommercePlatformLinkInfo": {
          "$ref": "ECommercePlatformLinkInfo",
          "description": "Additional information required for `eCommercePlatform` link type."
        },
        "services": {
          "description": " Acceptable values are: - \"`shoppingAdsProductManagement`\" - \"`shoppingActionsProductManagement`\" - \"`shoppingActionsOrderManagement`\" - \"`paymentProcessing`\" ",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "action": {
          "description": "Action to perform for this link. The `\"request\"` action is only available to select merchants. Acceptable values are: - \"`approve`\" - \"`remove`\" - \"`request`\" ",
          "type": "string"
        },
        "linkedAccountId": {
          "description": "The ID of the linked account.",
          "type": "string"
        },
        "paymentServiceProviderLinkInfo": {
          "$ref": "PaymentServiceProviderLinkInfo",
          "description": "Additional information required for `paymentServiceProvider` link type."
        }
      },
      "id": "AccountsLinkRequest"
    },
    "RenderProductIssuesResponse": {
      "id": "RenderProductIssuesResponse",
      "description": "Response containing support content and actions for listed product issues.",
      "type": "object",
      "properties": {
        "issues": {
          "type": "array",
          "description": "List of issues for a given product. This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.",
          "items": {
            "$ref": "ProductIssue"
          }
        },
        "alternateDisputeResolution": {
          "deprecated": true,
          "$ref": "AlternateDisputeResolution",
          "description": "Alternate Dispute Resolution (ADR) is deprecated. Use `prerendered_out_of_court_dispute_settlement` instead."
        }
      }
    },
    "CollectionStatus": {
      "description": "The collectionstatus message.",
      "id": "CollectionStatus",
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "Required. The ID of the collection for which status is reported."
        },
        "destinationStatuses": {
          "items": {
            "$ref": "CollectionStatusDestinationStatus"
          },
          "description": "The intended destinations for the collection.",
          "type": "array"
        },
        "creationDate": {
          "description": "Date on which the collection has been created in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format: Date, time, and offset, for example \"2020-01-02T09:00:00+01:00\" or \"2020-01-02T09:00:00Z\"",
          "type": "string"
        },
        "lastUpdateDate": {
          "type": "string",
          "description": "Date on which the collection has been last updated in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format: Date, time, and offset, for example \"2020-01-02T09:00:00+01:00\" or \"2020-01-02T09:00:00Z\""
        },
        "collectionLevelIssuses": {
          "description": "A list of all issues associated with the collection.",
          "items": {
            "$ref": "CollectionStatusItemLevelIssue"
          },
          "type": "array"
        }
      }
    },
    "MinimumOrderValueTableStoreCodeSetWithMov": {
      "type": "object",
      "properties": {
        "value": {
          "$ref": "Price",
          "description": "The minimum order value for the given stores."
        },
        "storeCodes": {
          "items": {
            "type": "string"
          },
          "description": "A list of unique store codes or empty for the catch all.",
          "type": "array"
        }
      },
      "id": "MinimumOrderValueTableStoreCodeSetWithMov",
      "description": "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."
    },
    "SearchResponse": {
      "type": "object",
      "description": "Response message for the ReportService.Search method.",
      "id": "SearchResponse",
      "properties": {
        "results": {
          "type": "array",
          "description": "Rows that matched the search query.",
          "items": {
            "$ref": "ReportRow"
          }
        },
        "nextPageToken": {
          "description": "Token which can be sent as `page_token` to retrieve the next page. If omitted, there are no subsequent pages.",
          "type": "string"
        }
      }
    },
    "AccounttaxCustomBatchRequestEntry": {
      "properties": {
        "accountTax": {
          "$ref": "AccountTax",
          "description": "The account tax settings to update. Only defined if the method is `update`."
        },
        "method": {
          "description": "The method of the batch entry. Acceptable values are: - \"`get`\" - \"`update`\" ",
          "type": "string"
        },
        "merchantId": {
          "format": "uint64",
          "type": "string",
          "description": "The ID of the managing account."
        },
        "batchId": {
          "format": "uint32",
          "description": "An entry ID, unique within the batch request.",
          "type": "integer"
        },
        "accountId": {
          "type": "string",
          "description": "The ID of the account for which to get/update account tax settings.",
          "format": "uint64"
        }
      },
      "type": "object",
      "id": "AccounttaxCustomBatchRequestEntry",
      "description": "A batch entry encoding a single non-batch accounttax request."
    },
    "AccountstatusesCustomBatchResponseEntry": {
      "id": "AccountstatusesCustomBatchResponseEntry",
      "properties": {
        "accountStatus": {
          "description": "The requested account status. Defined if and only if the request was successful.",
          "$ref": "AccountStatus"
        },
        "batchId": {
          "type": "integer",
          "format": "uint32",
          "description": "The ID of the request entry this entry responds to."
        },
        "errors": {
          "description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request.",
          "$ref": "Errors"
        }
      },
      "description": "A batch entry encoding a single non-batch accountstatuses response.",
      "type": "object"
    },
    "ProductSubscriptionCost": {
      "id": "ProductSubscriptionCost",
      "type": "object",
      "properties": {
        "period": {
          "description": "The type of subscription period. - \"`month`\" - \"`year`\" ",
          "type": "string"
        },
        "periodLength": {
          "format": "int64",
          "description": "The number of subscription periods the buyer has to pay.",
          "type": "string"
        },
        "amount": {
          "description": "The amount the buyer has to pay per subscription period.",
          "$ref": "Price"
        }
      }
    },
    "AccountsCustomBatchRequestEntry": {
      "type": "object",
      "description": "A batch entry encoding a single non-batch accounts request.",
      "properties": {
        "merchantId": {
          "format": "uint64",
          "type": "string",
          "description": "The ID of the managing account."
        },
        "linkRequest": {
          "description": "Details about the `link` request.",
          "$ref": "AccountsCustomBatchRequestEntryLinkRequest"
        },
        "accountId": {
          "description": "The ID of the targeted account. Only defined if the method is not `insert`.",
          "format": "uint64",
          "type": "string"
        },
        "overwrite": {
          "description": "Only applicable if the method is `claimwebsite`. Indicates whether or not to take the claim from another account in case there is a conflict.",
          "type": "boolean"
        },
        "labelIds": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "uint64"
          },
          "description": "Label IDs for the 'updatelabels' request."
        },
        "view": {
          "type": "string",
          "description": "Controls which fields are visible. Only applicable if the method is 'get'."
        },
        "force": {
          "description": "Whether the account should be deleted if the account has offers. Only applicable if the method is `delete`.",
          "type": "boolean"
        },
        "account": {
          "description": "The account to create or update. Only defined if the method is `insert` or `update`.",
          "$ref": "Account"
        },
        "method": {
          "type": "string",
          "description": "The method of the batch entry. Acceptable values are: - \"`claimWebsite`\" - \"`delete`\" - \"`get`\" - \"`insert`\" - \"`link`\" - \"`update`\" "
        },
        "batchId": {
          "type": "integer",
          "description": "An entry ID, unique within the batch request.",
          "format": "uint32"
        }
      },
      "id": "AccountsCustomBatchRequestEntry"
    },
    "LocalinventoryCustomBatchRequest": {
      "type": "object",
      "id": "LocalinventoryCustomBatchRequest",
      "properties": {
        "entries": {
          "items": {
            "$ref": "LocalinventoryCustomBatchRequestEntry"
          },
          "description": "The request entries to be processed in the batch.",
          "type": "array"
        }
      }
    },
    "GoogleAnalyticsLink": {
      "properties": {
        "propertyId": {
          "description": "Required. Immutable. ID of the Google Analytics property the merchant is linked to.",
          "format": "int64",
          "type": "string"
        },
        "propertyName": {
          "type": "string",
          "description": "Output only. Name of the Google Analytics property the merchant is linked to.",
          "readOnly": true
        },
        "attributionSettings": {
          "readOnly": true,
          "description": "Output only. Attribution settings for the linked Google Analytics property.",
          "$ref": "AttributionSettings"
        }
      },
      "type": "object",
      "description": "\"Google Analytics Link\" sources can be used to get conversion data from an existing Google Analytics property into the linked Merchant Center account.",
      "id": "GoogleAnalyticsLink"
    },
    "ListReturnPolicyOnlineResponse": {
      "type": "object",
      "properties": {
        "returnPolicies": {
          "description": "The retrieved return policies.",
          "type": "array",
          "items": {
            "$ref": "ReturnPolicyOnline"
          }
        }
      },
      "id": "ListReturnPolicyOnlineResponse",
      "description": "Response message for the `ListReturnPolicyOnline` method."
    },
    "AccountstatusesCustomBatchResponse": {
      "type": "object",
      "id": "AccountstatusesCustomBatchResponse",
      "properties": {
        "entries": {
          "type": "array",
          "items": {
            "$ref": "AccountstatusesCustomBatchResponseEntry"
          },
          "description": "The result of the execution of the batch requests."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accountstatusesCustomBatchResponse`\"."
        }
      }
    },
    "TransitTableTransitTimeRow": {
      "id": "TransitTableTransitTimeRow",
      "type": "object",
      "properties": {
        "values": {
          "items": {
            "$ref": "TransitTableTransitTimeRowTransitTimeValue"
          },
          "type": "array"
        }
      }
    },
    "RequestPhoneVerificationResponse": {
      "type": "object",
      "description": "Response message for the RequestPhoneVerification method.",
      "id": "RequestPhoneVerificationResponse",
      "properties": {
        "verificationId": {
          "type": "string",
          "description": "The verification ID to use in subsequent calls to `verifyphonenumber`."
        }
      }
    },
    "VerifyPhoneNumberRequest": {
      "id": "VerifyPhoneNumberRequest",
      "type": "object",
      "description": "Request message for the VerifyPhoneNumber method.",
      "properties": {
        "verificationId": {
          "description": "The verification ID returned by `requestphoneverification`.",
          "type": "string"
        },
        "phoneVerificationMethod": {
          "description": "Verification method used to receive verification code.",
          "enum": [
            "PHONE_VERIFICATION_METHOD_UNSPECIFIED",
            "SMS",
            "PHONE_CALL"
          ],
          "enumDescriptions": [
            "Unknown method.",
            "Receive verification code by SMS.",
            "Receive verification code by phone call."
          ],
          "type": "string"
        },
        "verificationCode": {
          "type": "string",
          "description": "The verification code that was sent to the phone number for validation."
        }
      }
    },
    "LiaCountrySettings": {
      "properties": {
        "storePickupActive": {
          "type": "boolean",
          "description": "The status of the \"Store pickup\" feature."
        },
        "country": {
          "type": "string",
          "description": "Required. CLDR country code (for example, \"US\")."
        },
        "hostedLocalStorefrontActive": {
          "description": "The status of the \"Merchant hosted local storefront\" feature.",
          "type": "boolean"
        },
        "about": {
          "$ref": "LiaAboutPageSettings",
          "description": "The settings for the About page."
        },
        "inventory": {
          "description": "LIA inventory verification settings.",
          "$ref": "LiaInventorySettings"
        },
        "posDataProvider": {
          "description": "The POS data provider linked with this country.",
          "$ref": "LiaPosDataProvider"
        },
        "omnichannelExperience": {
          "$ref": "LiaOmnichannelExperience",
          "description": "The omnichannel experience configured for this country."
        },
        "onDisplayToOrder": {
          "$ref": "LiaOnDisplayToOrderSettings",
          "description": "LIA \"On Display To Order\" settings."
        }
      },
      "id": "LiaCountrySettings",
      "type": "object"
    },
    "AccountGoogleMyBusinessLink": {
      "type": "object",
      "properties": {
        "gmbEmail": {
          "description": "The Business Profile email address of a specific account within a Business Profile. A sample account within a Business Profile could be a business account with set of locations, managed under the Business Profile.",
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "Status of the link between this Merchant Center account and the Business Profile. Acceptable values are: - \"`active`\" - \"`pending`\" "
        },
        "gmbAccountId": {
          "description": "The ID of the Business Profile. If this is provided, then `gmbEmail` is ignored. The value of this field should match the `accountId` used by the Business Profile API.",
          "type": "string"
        }
      },
      "id": "AccountGoogleMyBusinessLink"
    },
    "PosInventoryRequest": {
      "id": "PosInventoryRequest",
      "properties": {
        "pickupSla": {
          "type": "string",
          "description": "Optional. Expected date that an order will be ready for pickup relative to the order date. Must be submitted together with `pickupMethod`. For accepted attribute values, see the [local product inventory feed specification](https://support.google.com/merchants/answer/3061342)."
        },
        "gtin": {
          "description": "Global Trade Item Number.",
          "type": "string"
        },
        "timestamp": {
          "description": "Required. The inventory timestamp, in ISO 8601 format.",
          "type": "string"
        },
        "price": {
          "$ref": "Price",
          "description": "Required. The current price of the item."
        },
        "pickupMethod": {
          "type": "string",
          "description": "Optional. Supported pickup method for this offer. Unless the value is \"not supported\", this field must be submitted together with `pickupSla`. For accepted attribute values, see the [local product inventory feed specification](https://support.google.com/merchants/answer/3061342)."
        },
        "storeCode": {
          "type": "string",
          "description": "Required. The identifier of the merchant's store. Either a `storeCode` inserted through the API or the code of the store in a Business Profile."
        },
        "targetCountry": {
          "type": "string",
          "description": "Required. The CLDR territory code for the item."
        },
        "quantity": {
          "type": "string",
          "format": "int64",
          "description": "Required. The available quantity of the item."
        },
        "contentLanguage": {
          "type": "string",
          "description": "Required. The two-letter ISO 639-1 language code for the item."
        },
        "itemId": {
          "description": "Required. A unique identifier for the item.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "Distance": {
      "description": "Distance represented by an integer and unit.",
      "id": "Distance",
      "type": "object",
      "properties": {
        "unit": {
          "type": "string",
          "description": "The distance unit. Acceptable values are `None`, `Miles`, and `Kilometers`."
        },
        "value": {
          "description": "The distance represented as a number.",
          "format": "int64",
          "type": "string"
        }
      }
    },
    "LiasettingsCustomBatchResponse": {
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#liasettingsCustomBatchResponse`\".",
          "type": "string"
        },
        "entries": {
          "description": "The result of the execution of the batch requests.",
          "type": "array",
          "items": {
            "$ref": "LiasettingsCustomBatchResponseEntry"
          }
        }
      },
      "id": "LiasettingsCustomBatchResponse",
      "type": "object"
    },
    "AccountConversionSettings": {
      "type": "object",
      "description": "Settings for conversion tracking.",
      "properties": {
        "freeListingsAutoTaggingEnabled": {
          "type": "boolean",
          "description": "When enabled, free listing URLs have a parameter to enable conversion tracking for products owned by the current merchant account. See [auto-tagging](https://support.google.com/merchants/answer/11127659)."
        }
      },
      "id": "AccountConversionSettings"
    },
    "CollectionStatusDestinationStatus": {
      "type": "object",
      "id": "CollectionStatusDestinationStatus",
      "description": "Destination status message.",
      "properties": {
        "pendingCountries": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Country codes (ISO 3166-1 alpha-2) where the collection is pending approval."
        },
        "status": {
          "description": "The status for the specified destination in the collections target country.",
          "type": "string"
        },
        "destination": {
          "description": "The name of the destination",
          "type": "string"
        },
        "disapprovedCountries": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Country codes (ISO 3166-1 alpha-2) where the collection is disapproved."
        },
        "approvedCountries": {
          "items": {
            "type": "string"
          },
          "description": "Country codes (ISO 3166-1 alpha-2) where the collection is approved.",
          "type": "array"
        }
      }
    },
    "AccountAdsLink": {
      "type": "object",
      "properties": {
        "status": {
          "description": "Status of the link between this Merchant Center account and the Ads account. Upon retrieval, it represents the actual status of the link and can be either `active` if it was approved in Google Ads or `pending` if it's pending approval. Upon insertion, it represents the *intended* status of the link. Re-uploading a link with status `active` when it's still pending or with status `pending` when it's already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status `inactive` is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending. Acceptable values are: - \"`active`\" - \"`pending`\" ",
          "type": "string"
        },
        "adsId": {
          "format": "uint64",
          "description": "Customer ID of the Ads account.",
          "type": "string"
        }
      },
      "id": "AccountAdsLink"
    },
    "BreakdownRegion": {
      "description": "Region with code and localized name.",
      "type": "object",
      "id": "BreakdownRegion",
      "properties": {
        "code": {
          "description": "The [CLDR territory code] (http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml)",
          "type": "string"
        },
        "name": {
          "description": "The localized name of the region. For region with code='001' the value is 'All countries' or the equivalent in other languages.",
          "type": "string"
        }
      }
    },
    "AccountIdentityType": {
      "description": "The account identity type used to specify attributes.",
      "type": "object",
      "id": "AccountIdentityType",
      "properties": {
        "selfIdentified": {
          "type": "boolean",
          "description": "Optional. Indicates that the business identifies itself with a given identity type. Setting this field does not automatically mean eligibility for promotions."
        }
      }
    },
    "CustomAttribute": {
      "properties": {
        "groupValues": {
          "description": "Subattributes within this attribute group. Exactly one of value or groupValues must be provided.",
          "items": {
            "$ref": "CustomAttribute"
          },
          "type": "array"
        },
        "name": {
          "description": "The name of the attribute. Underscores will be replaced by spaces upon insertion.",
          "type": "string"
        },
        "value": {
          "description": "The value of the attribute.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "CustomAttribute",
      "description": "A message that represents custom attributes. Exactly one of `value` or `groupValues` must be provided. Maximum allowed number of characters for each custom attribute is 10240 (represents sum of characters for name and value). Maximum 2500 custom attributes can be set per merchant, with total size of 102.4kB."
    },
    "AccounttaxCustomBatchRequest": {
      "type": "object",
      "id": "AccounttaxCustomBatchRequest",
      "properties": {
        "entries": {
          "items": {
            "$ref": "AccounttaxCustomBatchRequestEntry"
          },
          "description": "The request entries to be processed in the batch.",
          "type": "array"
        }
      }
    },
    "AccountLabel": {
      "id": "AccountLabel",
      "type": "object",
      "description": "Label assigned by CSS domain or CSS group to one of its sub-accounts.",
      "properties": {
        "labelId": {
          "description": "Output only. The ID of the label.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "accountId": {
          "type": "string",
          "description": "Immutable. The ID of account this label belongs to.",
          "format": "int64"
        },
        "name": {
          "type": "string",
          "description": "The display name of this label."
        },
        "labelType": {
          "enumDescriptions": [
            "Unknown label type.",
            "Indicates that the label was created manually.",
            "Indicates that the label was created automatically by CSS Center."
          ],
          "description": "Output only. The type of this label.",
          "type": "string",
          "readOnly": true,
          "enum": [
            "LABEL_TYPE_UNSPECIFIED",
            "MANUAL",
            "AUTOMATIC"
          ]
        },
        "description": {
          "description": "The description of this label.",
          "type": "string"
        }
      }
    },
    "LiasettingsListResponse": {
      "id": "LiasettingsListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#liasettingsListResponse`\".",
          "type": "string"
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "LiaSettings"
          }
        },
        "nextPageToken": {
          "description": "The token for the retrieval of the next page of LIA settings.",
          "type": "string"
        }
      }
    },
    "ReturnPolicyOnlineReturnShippingFee": {
      "properties": {
        "type": {
          "description": "Type of return shipping fee.",
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The return shipping fee is a fixed value.",
            "Customer will pay the actual return shipping fee."
          ],
          "enum": [
            "TYPE_UNSPECIFIED",
            "FIXED",
            "CUSTOMER_PAYING_ACTUAL_FEE"
          ]
        },
        "fixedFee": {
          "$ref": "PriceAmount",
          "description": "Fixed return shipping fee amount. This value is only applicable when type is FIXED. We will treat the return shipping fee as free if type is FIXED and this value is not set."
        }
      },
      "type": "object",
      "description": "The return shipping fee. This can either be a fixed fee or a boolean to indicate that the customer pays the actual shipping cost.",
      "id": "ReturnPolicyOnlineReturnShippingFee"
    },
    "PosInventory": {
      "id": "PosInventory",
      "type": "object",
      "description": "The absolute quantity of an item available at the given store.",
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#posInventory`\""
        },
        "quantity": {
          "format": "int64",
          "description": "Required. The available quantity of the item.",
          "type": "string"
        },
        "itemId": {
          "description": "Required. A unique identifier for the item.",
          "type": "string"
        },
        "gtin": {
          "type": "string",
          "description": "Global Trade Item Number."
        },
        "price": {
          "$ref": "Price",
          "description": "Required. The current price of the item."
        },
        "targetCountry": {
          "description": "Required. The CLDR territory code for the item.",
          "type": "string"
        },
        "contentLanguage": {
          "type": "string",
          "description": "Required. The two-letter ISO 639-1 language code for the item."
        },
        "storeCode": {
          "description": "Required. The identifier of the merchant's store. Either a `storeCode` inserted through the API or the code of the store in a Business Profile.",
          "type": "string"
        },
        "timestamp": {
          "type": "string",
          "description": "Required. The inventory timestamp, in ISO 8601 format."
        },
        "pickupSla": {
          "description": "Optional. Expected date that an order will be ready for pickup relative to the order date. Must be submitted together with `pickupMethod`. For accepted attribute values, see the [local product inventory feed specification](https://support.google.com/merchants/answer/3061342).",
          "type": "string"
        },
        "pickupMethod": {
          "type": "string",
          "description": "Optional. Supported pickup method for this offer. Unless the value is \"not supported\", this field must be submitted together with `pickupSla`. For accepted attribute values, see the [local product inventory feed specification](https://support.google.com/merchants/answer/3061342)."
        }
      }
    },
    "AccountIssueImpact": {
      "type": "object",
      "description": "Overall impact of the issue.",
      "id": "AccountIssueImpact",
      "properties": {
        "breakdowns": {
          "description": "Detailed impact breakdown. Explains the types of restriction the issue has in different shopping destinations and territory. If present, it should be rendered to the merchant. Can be shown as a mouse over dropdown or a dialog. Each breakdown item represents a group of regions with the same impact details.",
          "items": {
            "$ref": "Breakdown"
          },
          "type": "array"
        },
        "message": {
          "type": "string",
          "description": "Optional. Message summarizing the overall impact of the issue. If present, it should be rendered to the merchant. For example: \"Disapproves 90k offers in 25 countries\""
        },
        "severity": {
          "type": "string",
          "enum": [
            "SEVERITY_UNSPECIFIED",
            "ERROR",
            "WARNING",
            "INFO"
          ],
          "description": "The severity of the issue.",
          "enumDescriptions": [
            "Default value. Will never be provided by the API.",
            "Causes either an account suspension or an item disapproval. Errors should be resolved as soon as possible to ensure items are eligible to appear in results again.",
            "Warnings can negatively impact the performance of ads and can lead to item or account suspensions in the future unless the issue is resolved.",
            "Infos are suggested optimizations to increase data quality. Resolving these issues is recommended, but not required."
          ]
        }
      }
    },
    "DeliveryAreaPostalCodeRange": {
      "id": "DeliveryAreaPostalCodeRange",
      "description": "A range of postal codes that defines the delivery area. Only set `firstPostalCode` when specifying a single postal code.",
      "properties": {
        "firstPostalCode": {
          "description": "Required. 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*\"`.",
          "type": "string"
        },
        "lastPostalCode": {
          "description": "A postal code or a pattern of the form prefix* denoting the inclusive upper bound of the range defining the area (for example [070* - 078*] results in the range [07000 - 07899]). It must have the same length as `firstPostalCode`: if `firstPostalCode` is a postal code then `lastPostalCode` must be a postal code too; if firstPostalCode is a pattern then `lastPostalCode` must be a pattern with the same prefix length. Ignored if not set, then the area is defined as being all the postal codes matching `firstPostalCode`.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "CloudExportAdditionalProperties": {
      "id": "CloudExportAdditionalProperties",
      "properties": {
        "intValue": {
          "description": "Integer values of the given property. For example, 1080 for a screen resolution of a TV product. Maximum number of specified values for this field is 400. Values are stored in an arbitrary but consistent order.",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "type": "array"
        },
        "boolValue": {
          "type": "boolean",
          "description": "Boolean value of the given property. For example for a TV product, \"True\" or \"False\" if the screen is UHD."
        },
        "textValue": {
          "items": {
            "type": "string"
          },
          "description": "Text value of the given property. For example, \"8K(UHD)\" could be a text value for a TV product. Maximum number of specified values for this field is 400. Values are stored in an arbitrary but consistent order. Maximum string size is 256 characters.",
          "type": "array"
        },
        "unitCode": {
          "description": "Unit of the given property. For example, \"Pixels\" for a TV product. Maximum string size is 256 bytes.",
          "type": "string"
        },
        "maxValue": {
          "format": "float",
          "type": "number",
          "description": "Maximum float value of the given property. For example for a TV product 100.00."
        },
        "floatValue": {
          "description": "Float values of the given property. For example for a TV product 1.2345. Maximum number of specified values for this field is 400. Values are stored in an arbitrary but consistent order.",
          "type": "array",
          "items": {
            "type": "number",
            "format": "float"
          }
        },
        "minValue": {
          "type": "number",
          "format": "float",
          "description": "Minimum float value of the given property. For example for a TV product 1.00."
        },
        "propertyName": {
          "description": "Name of the given property. For example, \"Screen-Resolution\" for a TV product. Maximum string size is 256 characters.",
          "type": "string"
        }
      },
      "description": "Product property for the Cloud Retail API. For example, properties for a TV product could be \"Screen-Resolution\" or \"Screen-Size\".",
      "type": "object"
    },
    "InputValue": {
      "properties": {
        "choiceInputValue": {
          "$ref": "InputValueChoiceInputValue",
          "description": "Value for choice input field."
        },
        "checkboxInputValue": {
          "description": "Value for checkbox input field.",
          "$ref": "InputValueCheckboxInputValue"
        },
        "inputFieldId": {
          "type": "string",
          "description": "Required. Id of the corresponding input field."
        },
        "textInputValue": {
          "description": "Value for text input field.",
          "$ref": "InputValueTextInputValue"
        }
      },
      "description": "Input provided by the merchant for input field.",
      "id": "InputValue",
      "type": "object"
    },
    "CutoffTime": {
      "id": "CutoffTime",
      "type": "object",
      "properties": {
        "hour": {
          "description": "Hour of the cutoff time until which an order has to be placed to be processed in the same day. Required.",
          "format": "uint32",
          "type": "integer"
        },
        "minute": {
          "format": "uint32",
          "description": "Minute of the cutoff time until which an order has to be placed to be processed in the same day. Required.",
          "type": "integer"
        },
        "timezone": {
          "description": "Timezone identifier for the cutoff time (for example, \"Europe/Zurich\"). List of identifiers. Required.",
          "type": "string"
        }
      }
    },
    "ReturnPolicyOnlinePolicy": {
      "properties": {
        "type": {
          "description": "Policy type.",
          "enum": [
            "TYPE_UNSPECIFIED",
            "NUMBER_OF_DAYS_AFTER_DELIVERY",
            "NO_RETURNS",
            "LIFETIME_RETURNS"
          ],
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Number of days after a return is delivered.",
            "No returns.",
            "Life time returns."
          ],
          "type": "string"
        },
        "days": {
          "format": "int64",
          "type": "string",
          "description": "The number of days items can be returned after delivery, where one day is defined to be 24 hours after the delivery timestamp. Required for `numberOfDaysAfterDelivery` returns."
        }
      },
      "id": "ReturnPolicyOnlinePolicy",
      "type": "object",
      "description": "The available policies."
    },
    "PostalCodeGroup": {
      "properties": {
        "postalCodeRanges": {
          "type": "array",
          "description": "A range of postal codes. Required.",
          "items": {
            "$ref": "PostalCodeRange"
          }
        },
        "name": {
          "description": "The name of the postal code group, referred to in headers. Required.",
          "type": "string"
        },
        "country": {
          "description": "The CLDR territory code of the country the postal code group applies to. Required.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "PostalCodeGroup"
    },
    "AccountsUpdateLabelsRequest": {
      "properties": {
        "labelIds": {
          "type": "array",
          "description": "The IDs of labels that should be assigned to the account.",
          "items": {
            "type": "string",
            "format": "uint64"
          }
        }
      },
      "id": "AccountsUpdateLabelsRequest",
      "type": "object"
    },
    "DatafeedsCustomBatchResponseEntry": {
      "properties": {
        "errors": {
          "description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request.",
          "$ref": "Errors"
        },
        "datafeed": {
          "description": "The requested data feed. Defined if and only if the request was successful.",
          "$ref": "Datafeed"
        },
        "batchId": {
          "type": "integer",
          "description": "The ID of the request entry this entry responds to.",
          "format": "uint32"
        }
      },
      "description": "A batch entry encoding a single non-batch datafeeds response.",
      "id": "DatafeedsCustomBatchResponseEntry",
      "type": "object"
    },
    "ShippingsettingsGetSupportedPickupServicesResponse": {
      "id": "ShippingsettingsGetSupportedPickupServicesResponse",
      "properties": {
        "pickupServices": {
          "type": "array",
          "description": "A list of supported pickup services. May be empty.",
          "items": {
            "$ref": "PickupServicesPickupService"
          }
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#shippingsettingsGetSupportedPickupServicesResponse`\"."
        }
      },
      "type": "object"
    },
    "RecommendationCreative": {
      "id": "RecommendationCreative",
      "properties": {
        "uri": {
          "description": "URL of the creative.",
          "type": "string"
        },
        "type": {
          "type": "string",
          "enum": [
            "CREATIVE_TYPE_UNSPECIFIED",
            "VIDEO",
            "PHOTO"
          ],
          "description": "Type of the creative.",
          "enumDescriptions": [
            "Default value. If provided, shall be considered invalid.",
            "Video creatives.",
            "Photo creatives."
          ]
        }
      },
      "type": "object",
      "description": "Creative is a multimedia attachment to recommendation that can be used on the frontend."
    },
    "AttributionSettingsConversionType": {
      "description": "Message representing a types of conversion events",
      "type": "object",
      "properties": {
        "includeInReporting": {
          "readOnly": true,
          "description": "Output only. Option indicating if the type should be included in Merchant Center reporting.",
          "type": "boolean"
        },
        "name": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Conversion event name, as it'll be reported by the client."
        }
      },
      "id": "AttributionSettingsConversionType"
    },
    "ProductsListResponse": {
      "type": "object",
      "id": "ProductsListResponse",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#productsListResponse`\".",
          "type": "string"
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "Product"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "The token for the retrieval of the next page of products."
        }
      }
    },
    "ShippingSettings": {
      "id": "ShippingSettings",
      "description": "The merchant account's shipping settings. All methods except getsupportedcarriers and getsupportedholidays require the admin role.",
      "type": "object",
      "properties": {
        "postalCodeGroups": {
          "items": {
            "$ref": "PostalCodeGroup"
          },
          "description": "A list of postal code groups that can be referred to in `services`. Optional.",
          "type": "array"
        },
        "services": {
          "description": "The target account's list of services. Optional.",
          "type": "array",
          "items": {
            "$ref": "Service"
          }
        },
        "accountId": {
          "type": "string",
          "description": "The ID of the account to which these account shipping settings belong. Ignored upon update, always present in get request responses.",
          "format": "uint64"
        },
        "warehouses": {
          "items": {
            "$ref": "Warehouse"
          },
          "type": "array",
          "description": "Optional. A list of warehouses which can be referred to in `services`."
        }
      }
    },
    "Account": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "Required. 64-bit Merchant Center account ID.",
          "format": "uint64"
        },
        "googleMyBusinessLink": {
          "description": "The Business Profile which is linked or in the process of being linked with the Merchant Center account.",
          "$ref": "AccountGoogleMyBusinessLink"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#account`\"."
        },
        "businessInformation": {
          "$ref": "AccountBusinessInformation",
          "description": "The business information of the account."
        },
        "websiteUrl": {
          "type": "string",
          "description": "The merchant's website."
        },
        "adultContent": {
          "description": "Indicates whether the merchant sells adult content.",
          "type": "boolean"
        },
        "businessIdentity": {
          "$ref": "AccountBusinessIdentity",
          "description": "The business identity attributes can be used to self-declare attributes that let customers know more about your business."
        },
        "name": {
          "description": "Required. Display name for the account.",
          "type": "string"
        },
        "sellerId": {
          "description": "Client-specific, locally-unique, internal ID for the child account.",
          "type": "string"
        },
        "cssId": {
          "format": "uint64",
          "description": "ID of CSS the account belongs to.",
          "type": "string"
        },
        "automaticImprovements": {
          "description": "The automatic improvements of the account can be used to automatically update items, improve images and shipping. Each section inside AutomaticImprovements is updated separately.",
          "$ref": "AccountAutomaticImprovements"
        },
        "users": {
          "items": {
            "$ref": "AccountUser"
          },
          "description": "Users with access to the account. Every account (except for subaccounts) must have at least one admin user.",
          "type": "array"
        },
        "adsLinks": {
          "description": "Linked Ads accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the Ads interface or through the Google Ads API. To delete an active link, or to cancel a link request, remove it from the list.",
          "items": {
            "$ref": "AccountAdsLink"
          },
          "type": "array"
        },
        "conversionSettings": {
          "description": "Settings for conversion tracking.",
          "$ref": "AccountConversionSettings"
        },
        "accountManagement": {
          "type": "string",
          "description": "Output only. How the account is managed. Acceptable values are: - \"`manual`\" - \"`automatic`\" ",
          "readOnly": true
        },
        "youtubeChannelLinks": {
          "type": "array",
          "description": "Linked YouTube channels that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected in the YT Creator Studio interface. To delete an active link, or to cancel a link request, remove it from the list.",
          "items": {
            "$ref": "AccountYouTubeChannelLink"
          }
        },
        "labelIds": {
          "items": {
            "format": "uint64",
            "type": "string"
          },
          "description": "Manually created label IDs that are assigned to the account by CSS.",
          "type": "array"
        },
        "automaticLabelIds": {
          "items": {
            "format": "uint64",
            "type": "string"
          },
          "type": "array",
          "description": "Automatically created label IDs that are assigned to the account by CSS Center."
        }
      },
      "id": "Account",
      "description": "Account data. After the creation of a new account it may take a few minutes before it's fully operational. The methods delete, insert, and update require the admin role."
    },
    "ProductsCustomBatchResponse": {
      "type": "object",
      "id": "ProductsCustomBatchResponse",
      "properties": {
        "entries": {
          "items": {
            "$ref": "ProductsCustomBatchResponseEntry"
          },
          "description": "The result of the execution of the batch requests.",
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#productsCustomBatchResponse`\".",
          "type": "string"
        }
      }
    },
    "PosCustomBatchRequest": {
      "properties": {
        "entries": {
          "items": {
            "$ref": "PosCustomBatchRequestEntry"
          },
          "description": "The request entries to be processed in the batch.",
          "type": "array"
        }
      },
      "id": "PosCustomBatchRequest",
      "type": "object"
    },
    "ProductStructuredDescription": {
      "description": "Structured description, for algorithmically (AI)-generated descriptions. See [description](https://support.google.com/merchants/answer/6324468#When_to_use) for more information.",
      "id": "ProductStructuredDescription",
      "type": "object",
      "properties": {
        "content": {
          "description": "Required. The description text. Maximum length is 5000 characters.",
          "type": "string"
        },
        "digitalSourceType": {
          "description": "Optional. The digital source type. Acceptable values are: - \"`trained_algorithmic_media`\" - \"`default`\" ",
          "type": "string"
        }
      }
    },
    "RegionalinventoryCustomBatchResponseEntry": {
      "type": "object",
      "description": "A batch entry encoding a single non-batch regional inventory response.",
      "id": "RegionalinventoryCustomBatchResponseEntry",
      "properties": {
        "batchId": {
          "format": "uint32",
          "type": "integer",
          "description": "The ID of the request entry this entry responds to."
        },
        "regionalInventory": {
          "description": "Price and availability of the product.",
          "$ref": "RegionalInventory"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#regionalinventoryCustomBatchResponseEntry`\"."
        },
        "errors": {
          "$ref": "Errors",
          "description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request."
        }
      }
    },
    "AccountstatusesListResponse": {
      "id": "AccountstatusesListResponse",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "The token for the retrieval of the next page of account statuses."
        },
        "resources": {
          "type": "array",
          "items": {
            "$ref": "AccountStatus"
          }
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accountstatusesListResponse`\".",
          "type": "string"
        }
      }
    },
    "AccounttaxCustomBatchResponseEntry": {
      "type": "object",
      "description": "A batch entry encoding a single non-batch accounttax response.",
      "properties": {
        "accountTax": {
          "$ref": "AccountTax",
          "description": "The retrieved or updated account tax settings."
        },
        "batchId": {
          "type": "integer",
          "format": "uint32",
          "description": "The ID of the request entry this entry responds to."
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accounttaxCustomBatchResponseEntry`\""
        },
        "errors": {
          "description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request.",
          "$ref": "Errors"
        }
      },
      "id": "AccounttaxCustomBatchResponseEntry"
    },
    "AccountCustomerService": {
      "type": "object",
      "properties": {
        "url": {
          "description": "Customer service URL.",
          "type": "string"
        },
        "phoneNumber": {
          "description": "Customer service phone number.",
          "type": "string"
        },
        "email": {
          "type": "string",
          "description": "Customer service email."
        }
      },
      "id": "AccountCustomerService"
    },
    "AccountBusinessInformation": {
      "properties": {
        "koreanBusinessRegistrationNumber": {
          "description": "The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.",
          "type": "string"
        },
        "phoneVerificationStatus": {
          "description": "Verification status of the phone number of the business. This status is read only and can be updated only by successful phone verification. Acceptable values are: - \"`verified`\" - \"`unverified`\" ",
          "type": "string"
        },
        "address": {
          "$ref": "AccountAddress",
          "description": "The address of the business. Use `\\n` to add a second address line."
        },
        "phoneNumber": {
          "description": "The phone number of the business in [E.164](https://en.wikipedia.org/wiki/E.164) format. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.",
          "type": "string"
        },
        "customerService": {
          "description": "The customer service information of the business.",
          "$ref": "AccountCustomerService"
        }
      },
      "id": "AccountBusinessInformation",
      "type": "object"
    },
    "ShippingsettingsCustomBatchRequestEntry": {
      "id": "ShippingsettingsCustomBatchRequestEntry",
      "type": "object",
      "description": "A batch entry encoding a single non-batch shippingsettings request.",
      "properties": {
        "batchId": {
          "description": "An entry ID, unique within the batch request.",
          "format": "uint32",
          "type": "integer"
        },
        "accountId": {
          "format": "uint64",
          "type": "string",
          "description": "The ID of the account for which to get/update account shipping settings."
        },
        "shippingSettings": {
          "description": "The account shipping settings to update. Only defined if the method is `update`.",
          "$ref": "ShippingSettings"
        },
        "merchantId": {
          "type": "string",
          "format": "uint64",
          "description": "The ID of the managing account."
        },
        "method": {
          "description": "The method of the batch entry. Acceptable values are: - \"`get`\" - \"`update`\" ",
          "type": "string"
        }
      }
    },
    "LocalinventoryCustomBatchResponse": {
      "properties": {
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#localinventoryCustomBatchResponse`\"."
        },
        "entries": {
          "items": {
            "$ref": "LocalinventoryCustomBatchResponseEntry"
          },
          "type": "array",
          "description": "The result of the execution of the batch requests."
        }
      },
      "id": "LocalinventoryCustomBatchResponse",
      "type": "object"
    },
    "ServiceStoreConfigCutoffConfig": {
      "id": "ServiceStoreConfigCutoffConfig",
      "properties": {
        "storeCloseOffsetHours": {
          "format": "int64",
          "type": "string",
          "description": "Represents cutoff time as the number of hours before store closing. Mutually exclusive with other fields (hour and minute)."
        },
        "localCutoffTime": {
          "$ref": "ServiceStoreConfigCutoffConfigLocalCutoffTime",
          "description": "Time in hours and minutes in the local timezone when local delivery ends."
        },
        "noDeliveryPostCutoff": {
          "type": "boolean",
          "description": "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."
        }
      },
      "description": "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.",
      "type": "object"
    },
    "AccountsListResponse": {
      "id": "AccountsListResponse",
      "properties": {
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accountsListResponse`\".",
          "type": "string"
        },
        "resources": {
          "items": {
            "$ref": "Account"
          },
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "The token for the retrieval of the next page of accounts."
        }
      },
      "type": "object"
    },
    "AccountReturnCarrier": {
      "description": " The return carrier information. This service is designed for merchants enrolled in the Buy on Google program. ",
      "properties": {
        "carrierAccountNumber": {
          "description": "Number of the carrier account.",
          "type": "string"
        },
        "carrierAccountName": {
          "type": "string",
          "description": "Name of the carrier account."
        },
        "carrierAccountId": {
          "type": "string",
          "readOnly": true,
          "format": "int64",
          "description": "Output only. Immutable. The Google-provided unique carrier ID, used to update the resource."
        },
        "carrierCode": {
          "type": "string",
          "description": "The carrier code enum. Accepts the values FEDEX or UPS.",
          "enumDescriptions": [
            "Carrier not specified",
            "FedEx carrier",
            "UPS carrier"
          ],
          "enum": [
            "CARRIER_CODE_UNSPECIFIED",
            "FEDEX",
            "UPS"
          ]
        }
      },
      "type": "object",
      "id": "AccountReturnCarrier"
    },
    "ListCollectionsResponse": {
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "resources": {
          "description": "The collections listed.",
          "type": "array",
          "items": {
            "$ref": "Collection"
          }
        }
      },
      "id": "ListCollectionsResponse",
      "description": "Response message for the ListCollections method.",
      "type": "object"
    },
    "ProductDeliveryTimeAreaDeliveryTime": {
      "type": "object",
      "id": "ProductDeliveryTimeAreaDeliveryTime",
      "description": "A pairing of `DeliveryArea` associated with a `DeliveryTime` for this product.",
      "properties": {
        "deliveryArea": {
          "description": "Required. The delivery area associated with `deliveryTime` for this product.",
          "$ref": "DeliveryArea"
        },
        "deliveryTime": {
          "$ref": "ProductDeliveryTimeAreaDeliveryTimeDeliveryTime",
          "description": "Required. The delivery time associated with `deliveryArea` for this product."
        }
      }
    },
    "ProductId": {
      "properties": {
        "productId": {
          "type": "string",
          "description": "The Content API ID of the product, in the form `channel:contentLanguage:targetCountry:offerId`."
        }
      },
      "type": "object",
      "id": "ProductId",
      "description": "The Content API ID of the product."
    },
    "ProductsCustomBatchRequest": {
      "properties": {
        "entries": {
          "type": "array",
          "items": {
            "$ref": "ProductsCustomBatchRequestEntry"
          },
          "description": "The request entries to be processed in the batch."
        }
      },
      "type": "object",
      "id": "ProductsCustomBatchRequest"
    },
    "AccounttaxListResponse": {
      "type": "object",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "The token for the retrieval of the next page of account tax settings."
        },
        "resources": {
          "items": {
            "$ref": "AccountTax"
          },
          "type": "array"
        },
        "kind": {
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accounttaxListResponse`\".",
          "type": "string"
        }
      },
      "id": "AccounttaxListResponse"
    },
    "InputFieldChoiceInput": {
      "type": "object",
      "id": "InputFieldChoiceInput",
      "properties": {
        "options": {
          "description": "A list of choices. Only one option can be selected.",
          "items": {
            "$ref": "InputFieldChoiceInputChoiceInputOption"
          },
          "type": "array"
        }
      },
      "description": "Choice input allows merchants to select one of the offered choices. Some choices may be linked to additional input fields that should be displayed under or next to the choice option. The value for the additional input field needs to be provided only when the specific choice is selected by the merchant. For example, additional input field can be hidden or disabled until the merchant selects the specific choice."
    },
    "ServiceStoreConfig": {
      "id": "ServiceStoreConfig",
      "properties": {
        "storeCodes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "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."
        },
        "cutoffConfig": {
          "description": "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.",
          "$ref": "ServiceStoreConfigCutoffConfig"
        },
        "serviceRadius": {
          "description": "Maximum delivery radius. Only needed for local delivery fulfillment type.",
          "$ref": "Distance"
        },
        "storeServiceType": {
          "type": "string",
          "description": "Indicates whether all stores listed by this merchant provide local delivery or not. Acceptable values are `all stores` and `selected stores`"
        }
      },
      "description": "Stores that provide local delivery. Only valid with local delivery fulfillment.",
      "type": "object"
    },
    "AccountItemUpdatesSettings": {
      "id": "AccountItemUpdatesSettings",
      "description": "Settings for the Automatic Item Updates.",
      "type": "object",
      "properties": {
        "allowStrictAvailabilityUpdates": {
          "description": "If allow_availability_updates is enabled, items are automatically updated in all your Shopping target countries. By default, availability updates will only be applied to items that are 'out of stock' on your website but 'in stock' on Shopping. Set this to true to also update items that are 'in stock' on your website, but 'out of stock' on Google Shopping. In order for this field to have an effect, you must also allow availability updates.",
          "type": "boolean"
        },
        "allowAvailabilityUpdates": {
          "description": "If availability updates are enabled, any previous availability values get overwritten if Google finds an out-of-stock annotation on the offer's page. If additionally `allow_availability_updates` field is set to true, values get overwritten if Google finds an in-stock annotation on the offer’s page.",
          "type": "boolean"
        },
        "allowPriceUpdates": {
          "type": "boolean",
          "description": "If price updates are enabled, Google always updates the active price with the crawled information."
        },
        "allowConditionUpdates": {
          "type": "boolean",
          "description": "If condition updates are enabled, Google always updates item condition with the condition detected from the details of your product."
        }
      }
    },
    "PickupServicesPickupService": {
      "id": "PickupServicesPickupService",
      "type": "object",
      "properties": {
        "country": {
          "description": "The CLDR country code of the carrier (for example, \"US\"). Always present.",
          "type": "string"
        },
        "carrierName": {
          "type": "string",
          "description": "The name of the carrier (for example, `\"UPS\"`). Always present."
        },
        "serviceName": {
          "description": "The name of the pickup service (for example, `\"Access point\"`). Always present.",
          "type": "string"
        }
      }
    },
    "LoyaltyProgram": {
      "type": "object",
      "id": "LoyaltyProgram",
      "description": "Allows the setting up of loyalty program benefits (for example price or points). https://support.google.com/merchants/answer/12922446",
      "properties": {
        "tierLabel": {
          "type": "string",
          "description": "Required. The label of the tier within the loyalty program. Must match one of the labels within the program."
        },
        "price": {
          "description": "Optional. The price for members of the given tier (instant discount price). Must be smaller or equal to the regular price.",
          "$ref": "Price"
        },
        "shippingLabel": {
          "type": "string",
          "description": "Optional. The shipping label for the loyalty program. You can use this label to indicate whether this offer has the loyalty shipping benefit. If not specified, the item is not eligible for loyalty shipping for the given loyalty tier."
        },
        "memberPriceEffectiveDate": {
          "type": "string",
          "description": "Optional. A date range during which the item is eligible for member price. If not specified, the member price is always applicable. The date range is represented by a pair of ISO 8601 dates separated by a space, comma, or slash."
        },
        "programLabel": {
          "description": "Required. The label of the loyalty program. This is an internal label that uniquely identifies the relationship between a merchant entity and a loyalty program entity. It must be provided so that system can associate the assets below (for example, price and points) with a merchant. The corresponding program must be linked to the merchant account.",
          "type": "string"
        },
        "cashbackForFutureUse": {
          "$ref": "Price",
          "description": "Optional. The cashback that can be used for future purchases."
        },
        "loyaltyPoints": {
          "type": "string",
          "description": "Optional. The amount of loyalty points earned on a purchase.",
          "format": "int64"
        }
      }
    },
    "LiasettingsListPosDataProvidersResponse": {
      "properties": {
        "posDataProviders": {
          "items": {
            "$ref": "PosDataProviders"
          },
          "description": "The list of POS data providers for each eligible country",
          "type": "array"
        },
        "kind": {
          "type": "string",
          "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#liasettingsListPosDataProvidersResponse`\"."
        }
      },
      "type": "object",
      "id": "LiasettingsListPosDataProvidersResponse"
    },
    "RenderAccountIssuesResponse": {
      "id": "RenderAccountIssuesResponse",
      "type": "object",
      "properties": {
        "alternateDisputeResolution": {
          "$ref": "AlternateDisputeResolution",
          "deprecated": true,
          "description": "Alternate Dispute Resolution (ADR) is deprecated. Use `prerendered_out_of_court_dispute_settlement` instead."
        },
        "issues": {
          "type": "array",
          "items": {
            "$ref": "AccountIssue"
          },
          "description": "List of account issues for a given account. This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered."
        }
      },
      "description": "Response containing support content and actions for listed account issues."
    }
  },
  "rootUrl": "https://shoppingcontent.googleapis.com/",
  "description": "This API is deprecated. Please use Merchant API instead: https://developers.google.com/merchant/api. ",
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/content": {
          "description": "Manage your product listings and accounts for Google Shopping"
        }
      }
    }
  },
  "name": "content",
  "servicePath": "content/v2.1/",
  "kind": "discovery#restDescription",
  "id": "content:v2.1",
  "basePath": "/content/v2.1/",
  "mtlsRootUrl": "https://shoppingcontent.mtls.googleapis.com/"
}
