Marketplace Inventory Split API V4

This page will help you get started with Marketplace Inventory Split API V4.

Marketplace Inventory Splits API V4 allows Marketplace sellers to retrieve basic information for Marketplace Inventory Splits in its network.

📘

Note

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

You can use the Inventory Split API to:

  • Retrieve a list of Inventory Splits belonging to your current network
  • Retrieve IDs, names, status, inventory shares and other key information of listed Inventory Splits
  • Query the Inventory Splits list by name or last updated time
  • Sort the Inventory Splits list by the last updated time

General Resource URIs

TypeURI
Production Instancehttps://api.freewheel.tv/services/v4/inventory_splits?{param1}={quer y1}&...
Staging Instancehttps://api.stg.freewheel.tv/services/v4/inventory_splits?{param1}={q uery1}&...

Basic Attributes

The following attributes are included in GET requests only.

NameTypeDescriptionNotes
idFW_IDThe ID of a particular Inventory Split
nameStringThe name of a particular Inventory Split
statusEnumThe status of a particular Inventory Split.
Valid values:
  • LIVE
  • SCHEDULED
  • EXPIRED
  • PAUSED
start_timeTimeThe start time of a particular Inventory Split
end_timeTimeThe end time of a particular Inventory Split
created_atTimeThe creation time of a particular Inventory Split
updated_atTimeThe last updated time of a particular Inventory Split
inventory_split_byEnumThe inventory dimensions to split targeted inventory with partners.
Valid values:
  • ALL
  • BRAND_AND_ENDPOINT_OWNER
inventory_share_byEnumThe inventory split module with partners
Valid values:
  • PERCENTAGE_OF_OPPORTUNITIES
inventory_sharesSetThe inventory share splitting details with each partner.

Inventory Shares - Child Attributes

NameTypeDescriptionNotes
share_with_partner_idFW_IDThe ID of the partner whom to split the inventory with.If share_with_partner_id =-1, it means the inventory owner itself.
share_with_partner_nameStringThe name of the partner whom to split the inventory with.
partner_tagSetThe tag information is linked to the Inventory Split from a Partner Tag deal.Valid only when the share_with_partner_name is a Partner Tag buyer
endpoint_owner_idFW_IDThe ID of the Endpoint OwnerValid only when the inventory_split_by = 'BRAND_AND_ENDPOINT_OWNER'
brand_idFW_IDThe ID of the BrandValid only when the inventory_split_by = 'BRAND_AND_ENDPOINT_OWNER'
ratioDecimalThe ratio of this Inventory Share with the partner.The range of the ratio is [0, 100].

Partner Tag - Child Attribute

Partner Tag is only valid when the Partner to split the inventory with is a Partner Tag buyer.

NameTypeDescriptionNotes
idFW_IDThe ID of the Partner Tag on the Inventory Split
nameStringThe name of the Partner Tag on the Inventory Split