Method: customers.productLinkInvitations.update

Update a product link invitation.

HTTP request

POST https://googleads.googleapis.com/v15/customers/{customerId}/productLinkInvitations:update

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
customerId

string

Required. The ID of the customer being modified.

Request body

The request body contains data with the following structure:

JSON representation
{
  "productLinkInvitationStatus": enum (ProductLinkInvitationStatus),
  "resourceName": string
}
Fields
resourceName

string

Required. Resource name of the product link invitation.

Response body

Response message for product link invitation update.

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

JSON representation
{
  "resourceName": string
}
Fields
resourceName

string

Result of the update.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.