Update a product link invitation.
HTTP request
POST https://googleads.googleapis.com/v18/customers/{customerId}/productLinkInvitations:update
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
customer |
Required. The ID of the customer being modified. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"productLinkInvitationStatus": enum ( |
Fields | |
---|---|
product |
Required. The product link invitation to be created. |
resource |
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 | |
---|---|
resource |
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.