Method: projects.locations.catalogs.merchantCenterAccountLinks.list

Lists all MerchantCenterAccountLinks under the specified parent Catalog.

HTTP request

GET https://retail.googleapis.com/v2alpha/{parent=projects/*/locations/*/catalogs/*}/merchantCenterAccountLinks

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent Catalog of the resource. It must match this format: projects/{PROJECT_NUMBER}/locations/global/catalogs/{CATALOG_ID}

Request body

The request body must be empty.

Response body

Response for MerchantCenterAccountLinkService.ListMerchantCenterAccountLinks method.

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

JSON representation
{
  "merchantCenterAccountLinks": [
    {
      object (MerchantCenterAccountLink)
    }
  ]
}
Fields

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.