Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.

Method: customers.merchantCenterLinks.list

Returns Merchant Center links available for this customer.

List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError

HTTP request

GET https://googleads.googleapis.com/v13/customers/{customerId}/merchantCenterLinks

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
customerId

string

Required. The ID of the customer onto which to apply the Merchant Center link list operation.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

Response message for MerchantCenterLinkService.ListMerchantCenterLinks.

JSON representation
{
  "merchantCenterLinks": [
    {
      object (MerchantCenterLink)
    }
  ]
}
Fields

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adwords

For more information, see the OAuth 2.0 Overview.