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 |
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 ( |
Fields | |
---|---|
merchantCenterLinks[] |
Merchant Center links available for the requested customer |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adwords
For more information, see the OAuth 2.0 Overview.