@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface MediaBuyAvailableAction

    One entry of the per-buy available_actions[] array. Authoritative for the buy at the moment of emission - sellers MAY resolve to a different mode by the time the mutation arrives, in which case the call is rejected with ACTION_NOT_ALLOWED (reason: mode_mismatch).

    The containing array is uniquely keyed by action (contract invariant, not enforced by JSON Schema uniqueItems).

    interface MediaBuyAvailableAction {
        action: MediaBuyValidAction;
        mode: MediaBuyActionMode;
        sla?: SlaWindow;
        terms_ref?: string;
    }
    Index

    Properties

    action: MediaBuyValidAction
    sla?: SlaWindow
    terms_ref?: string

    Opaque pointer into a buy-terms negotiation. The buy-terms RFC is separate; until it lands the field is any string.