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/v14/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

Response message for MerchantCenterLinkService.ListMerchantCenterLinks.

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

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.