Method: customers.productLinkInvitations.create

Creates a product link invitation.

HTTP request

POST https://googleads.googleapis.com/v16/customers/{customerId}/productLinkInvitations:create

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
{
  "productLinkInvitation": {
    object (ProductLinkInvitation)
  }
}
Fields

Response body

Response message for product link invitation create.

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

JSON representation
{
  "resourceName": string
}
Fields
resourceName

string

Resource name of the product link invitation.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.