Ads API .NET library
|
Provides methods for creating, updating and retrieving Order objects. More...
Provides methods for creating, updating and retrieving Order objects.
An order is a grouping of LineItem objects. Line items have a many-to-one relationship with orders, meaning each line item can belong to only one order, but orders can have multiple line items. An order can be used to manage the line items it contains.
|
inline |
Creates a new instance of the OrderService class.
|
inline |
Creates a new instance of the OrderService class.
|
inline |
Creates a new instance of the OrderService class.
|
inline |
Creates a new instance of the OrderService class.
|
inline |
Creates a new instance of the OrderService class.
|
inlinevirtual |
Creates new Order objects.
Implements Google.Api.Ads.AdManager.v202402.IOrderService.
|
inlinevirtual |
Implements Google.Api.Ads.AdManager.v202402.IOrderService.
|
inlinevirtual |
Gets an OrderPage of Order objects that satisfy the given Statement::query. The following fields are supported for filtering:
PQL Property | Object Property |
---|---|
advertiserId | Order::advertiserId |
endDateTime | Order::endDateTime |
id | Order::id |
name | Order::name |
salespersonId | Order::salespersonId |
startDateTime | Order::startDateTime |
status | Order::status |
traffickerId | Order::traffickerId |
lastModifiedDateTime | Order::lastModifiedDateTime |
Implements Google.Api.Ads.AdManager.v202402.OrderServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Performs actions on Order objects that match the given Statement::query.
Implements Google.Api.Ads.AdManager.v202402.OrderServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Updates the specified Order objects.
Implements Google.Api.Ads.AdManager.v202402.IOrderService.
|
inlinevirtual |
Implements Google.Api.Ads.AdManager.v202402.IOrderService.