Link Search Menu Expand Document

PDF

order object

Platform API


Provides calls to manage direct demand for ad space. Depending on your OpenX configuration, use it to manage demand for third-party networks or exchanges.

The order object has the following calls:

CallDescription
GET /orderList all orders.
GET /order/available_fieldsList the available_fields to create or update an order.
GET /order/order_UIDRead the specified order.
GET /order/order_UID/list_conversion_tagsList conversion tags for the specified order.
GET /order/order_UID/list_line_itemsList line items for the specified order.
POST /orderCreate one or more orders.
POST /order/order_UID/cloneClone the specified order.
POST /order/order_UID/create_lineitem_from_package/package_UIDCreate a line item from the specified package UID under the specified order UID.
POST /order/order_UID/recycleRestart the specified order.
POST /order/order_UID/stopStop the specified order and its line items and ads.
PUT /orderUpdate the specified orders.
PUT /order/order_UIDUpdate the specified order.
DELETE /orderDelete the specified order.
DELETE /order/order_UIDDelete the specified order.

See also Creating an Order.