Link the specified merchant to a LFP provider for the specified country.
HTTP request
POST https://merchantapi.googleapis.com/accounts/v1beta/{name=accounts/*/omnichannelSettings/*/lfpProviders/*}:linkLfpProvider
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the LFP provider resource to link. Format: |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "externalAccountId": string } |
Fields | |
---|---|
externalAccountId |
Required. The external account ID by which this merchant is known to the LFP provider. |
Response body
Response message for the lfpProviders.linkLfpProvider method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "response": { object } } |
Fields | |
---|---|
response |
Empty response. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.