Method: exchanges.orders.create

Creates an order.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Parent path for order. Example: "exchanges/123". The exchange ID identifies the exchange order is in. Required

Request body

The request body contains an instance of Order.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.