Method: sellers.products.create

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

  • The request requires a parent path parameter, which is the seller resource name.

  • The request body should contain an instance of a Product.

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

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

Creates a new product.

  • Returns the newly created product if successful.

HTTP request

POST https://dv360outofhomeseller.googleapis.com/v1/{parent=sellers/*}/products

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The seller resource name. Format: sellers/{seller}

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.