Method: products.create

  • This document outlines how to create a new product using a POST request to the specified API endpoint.

  • The request body requires an instance of the Product resource.

  • A successful request will return the newly created Product instance in the response body.

  • This operation requires authorization using the https://www.googleapis.com/auth/doubleclickbidmanager OAuth scope.

Creates a new product.

  • Returns the newly created product if successful.

HTTP request

POST https://dv360outofhomeseller.googleapis.com/v1beta1/products

The URL uses gRPC Transcoding syntax.

Request body

The request body contains an instance of Product.

Response body

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

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.