Method: buyers.clients.create

  • This document outlines how to create a new client using the buyers.clients.create API method.

  • The request is a POST to the specified URL, using gRPC Transcoding syntax.

  • A required path parameter is parent, which specifies the buyer's account ID.

  • The request body contains Client information, and the response body returns the newly created Client instance upon success.

  • The request requires authorization with the https://www.googleapis.com/auth/authorized-buyers-marketplace OAuth scope.

Creates a new client.

HTTP request

POST https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{parent=buyers/*}/clients

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the buyer. Format: buyers/{accountId}

Request body

The request body contains an instance of Client.

Response body

If successful, the response body contains a newly created instance of Client.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/authorized-buyers-marketplace