Marketplace Sold Inventory API V4

Marketplace Sold Inventory API V4 allows Marketplace buyers to retrieve basic information for Sold Marketplace Inventory Orders in their networks. Sold Inventory Orders are Inventory Orders (Marketplace orders between the buyer and seller) sold in the Marketplace.

Marketplace Sold Inventory API V4 can retrieve Marketplace Inventory Orders from MRM buyers as well as third-party buyers (i.e., Marketplace Parter Tag orders).

📘

Note

Marketplace Sold Inventory API V4 functionality is only available for Marketplace Seller users.

You can use Marketplace Sold Inventory Order API V4 to:

  • Retrieve basic information for a Sold Inventory Order belonging to your current network
  • Retrieve a list of Sold Inventory Orders belonging to your current network
  • Retrieve IDs, names, buyers, order types, and other key data related to listed Marketplace Orders
  • Query the Marketplace Order list by name, status, and last-updated time
  • Sort the Marketplace Order list by last updated time.

📘

Info

Marketplace Sold Inventory Order API V4 supports JSON format only. XML format is not supported.

General Resource URIs

URIType of URI
Production Instancehttps://api.freewheel.tv/services/v4/sold_inventory_orders?{param1}={query1}&...
Staging Instancehttps://api.stg.freewheel.tv/services/v4/sold_inventory_orders?{param1}={query1}&...

Attributes

The following attributes are included in GET requests only.

NameTypeDescriptionNotes
idFW_IDThe ID of a certain Inventory Order
nameStringThe name of a certain Inventory Order
order_typeEnumThe type of a certain Inventory Order. whether it is from MRM or a third party.

Valid values:

  • INVENTORY_ORDER
  • PARTNER_TAG_ORDER
transaction_typeEnumThe transaction type of a
certain Inventory Order.

Valid values:

  • GUARANTEED
  • NON_GUARANTEED
transaction_priorityEnumThe transaction priority of
a certain Inventory Order.

Valid values:

  • ABOVE_GUARANTEED
  • AMONG_GUARANTEED
  • BELOW_GUARANTEED
  • BACKFILL
BELOW_GUARANTEED and
BACKFILL are only valid when transaction_type =
NON_GUARANTEED
priority_overrideIntegerThe priority of a certain
Inventory Order
If transaction_priority = ABOVE_GUARANTEED,
then valid value 21-30,
default value is 25;
If order_type =
PARTNER_TAG_ORDER
and
transaction_priority =
AMONG
_GUARANTEED
, then the valid value is 11-
20, the default value is
null.
buyer_nameStringThe buyer name on a certain Inventory Order
start_timeTimeThe start time of a
certain Inventory
Order
end_timeTimeThe end time of a
certain Inventory
Order.
Return empty
if it’s an ongoing order,
and only valid
for Non-Guaranteed
Orders
statusEnumThe status of a certain
Marketplace Order.

Valid values:

  • LIVE
  • SCHEDULED
  • EXPIRED
  • PAUSED
  • CANCELLED
created_atTimeThe creation time of a
certain Inventory
Inventory Order
updated_atTimeThe last updated time
of a certain Inventory
Order.
pricingSetThe pricing model and
rate card of an Inventory
Order
budgetSetThe budget model and
budget of an Inventory
Order
Only valid when
transaction_type =
GUARANTEED.
volume_capIntegerThe delivery volume cap
of an Inventory Order
Only valid when
transaction_type =
NON_GUARANTEED;
default value is null,
which means no limit.
pacingEnumThe pacing of a certain
Marketplace Order.

Valid values:

  • SMOOTH_AS
  • FAST_AS
Only valid when
transaction_type =
GUARANTEED.
creative_approvalSetThe creative approval
type and clearance level
of a sold inventory order.
Only valid when
order_type=
PARTNER_TAG_ORDER
freewheel_clearingBooleanDetermines if buyer is
billed by FreeWheel for
the media cost.

Valid values:

  • True
  • False
If order_type =
PARTNER_TAG_ORDER, this can only be false.

Pricing – Child Attributes

NameTypeDescriptionNotes
modelEnumThe pricing model of a
certain Inventory Order.

Valid values:

  • FIXED
  • FLOOR
Model = FLOOR is
only valid when
transaction_type =
NON_GUARANTEED
priceDecimalThe price CPM a certain
Inventory Order.
Valid in [0.00,
10,000,000,000.00]
currencyEnumThe currency code set on the Inventory Order. e.g. USD

currency## Budget – Child Attributes

📘

The following are only valid for Guaranteend Inventory Orders.

NameTypeDescriptionNotes
modelEnumThe budget model of a
certain Inventory Order.

Valid value: IMPRESSION
impression_goalIntegerThe budget impression goal of a certain Inventory Order.Valid in [0,
10,000,000,000]

Creative Approval – Child Attributes

📘

Creative Approval fields are only valid for Partner Tag Orders.

NameTypeDescriptionNotes
typeEnumThe creative approval type of
a certain Inventory Order.

Valid values:

  • NO_APPROVAL
  • GLOBAL
  • CLIENT
GLOBAL means
managed approval
in the Marketplace
UI.
clearance_levelEnumThe creative clearance level of
a certain Inventory Order.

Valid values:

  • PERMISSIBLE
  • RESTRICTED
Only valid when
Creative Approval
Type = GLOBAL