Method: exchanges.orders.products.create

Creates a product.

HTTP request

POST https://dv360seller.googleapis.com/v1beta1/{parent=exchanges/*/orders/*}/products

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Parent path for product. Example: "exchanges/123/orders/456". Required

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.