get_products is the canonical product door for buyer agents. Send one
AdCP-shaped request to selected storefronts—or all storefronts connected to an
advertiser—and receive one bounded canonical page as products[] plus optional
sibling proposals[]. Every identity remains qualified by its originating
storefront.
Interchange can optionally evaluate valid seller proposals before returning
them. You supply plain-language operating instructions. A managed model chooses
accept, reject, or refine, can attach buyer-owned enrichment, and can rank
the accepted cohort across sellers.
AdCP remains a one-buyer-to-one-seller protocol. Interchange is the
many-to-one buyer layer: it fans out the canonical request, validates each
seller independently, qualifies identities, and returns a bounded aggregate
page. Sellers do not see one another or receive an Interchange-specific
request.
One protocol request, marketplace scale
The scaling layer does four things without forking the protocol:- Bilateral calls stay canonical. Buying mode, brief, filters, proposals, and refine are ordinary AdCP semantics at each seller edge.
- Identity survives aggregation.
sf1:product IDs andsfp1:proposal IDs prevent cross-storefront collisions and round-trip into purchase. - Slow sellers do not erase fast sellers. Revisioned replacement snapshots expose seller progress while other agents remain pending. Candidates become selectable only after their complete seller/source identity is persisted.
- Responses stay agent-sized.
pagination.max_resultsbounds candidates; proposal graphs remain whole, and the cursor is frozen only when the execution is complete.
get_products does not stop after the first 10 storefronts or choose a final
cohort by response speed. When no storefront selector is supplied (or
storefronts: "all_connected" is explicit), Interchange resolves every
storefront in the buyer’s eligible discovery scope and queries each backing
sales agent once. The first provisional revision contains only sellers that
have answered so far, so poll until results_complete: true. Then follow
pagination.cursor until has_more: false to consume the complete candidate
set. pagination.max_results limits each response page, not the seller
fan-out. The legacy Discover Products groupLimit and groupOffset fields do
not apply to this surface.primary_channels and primary_countries match the requested coverage. A
source with missing or malformed primary coverage is unknown and excluded from
filtered fan-out after activation; before activation, legacy fan-out is unchanged.
Declarations from two different sources are never combined to manufacture a
match. An unfiltered request remains storefront-wide.
Interchange rejects ambiguous seller-specific controls such as conditional
catalog versions on the aggregate surface. Query that seller’s AdCP endpoint
directly when you need a seller-specific conditional request.
Canonical options from older seller formats
Buyers
When a seller still uses named legacy formats,get_products can return the
seller’s explicit mapping as a URL-free canonical format_options[] entry.
Buyer integrations do not need to change: existing canonical options and
legacy format_ids[] keep their current shapes.
When a buyer selects one of these canonical options, Interchange retains the
seller’s exact publisher-scoped route for later create_media_buy,
update_media_buy, and assigned sync_creatives delivery. The route is never
reconstructed from a similar format kind or ID. If the exact seller mapping is
missing, malformed, or inconsistent with the returned option, delivery fails
closed and the buyer should refresh products before retrying.
Sellers
Sellers opt in one format at a time through the catalog returned bylist_creative_formats. Add a canonical declaration to the legacy row. If
the option needs canonical parameters, include canonical_parameters on the
same row and use the same kind:
projection.diagnostics. Interchange never guesses a canonical kind from a
legacy ID or asset list, and one seller’s mapping cannot apply to another
seller.
Products may publish canonical format_options[] directly or retain exact
legacy references from a shared format catalog. Use the catalog mapping to
replace seller-specific formats that Interchange cannot interpret.
Product-format resolvability
When canonical-format compliance is enabled for a storefront, Interchange surfaces a seller-visible blocker only when a format cannot be mapped to an interpretable declaration. Exact legacy{agent_url, id} references remain
supported without a sunset, for both existing and newly connected sources.
Direct URL-free format_options[] are accepted but are not required yet. A
source with no persisted product-format evidence receives an evidence-pending
blocker until its initial catalog sync records declarations. Catalog age is a
separate freshness concern: an interpretable declaration does not become
noncompliant when its cache entry ages. An unresolved declaration remains
withheld until corrected. For a sales agent on the Agent-supplied path,
each live get_products response is a brief-specific observation,
not a complete catalog snapshot. The newest response for each public or buyer-account context
replaces that context’s previous compliance observation, so products omitted
from a later brief do not keep the source withheld. A buyer that tries to
purchase a previously returned product still has that exact product’s
declaration checked before the buy is forwarded. This
policy audits active external third-party sales-agent sources; managed and
modular inventory sources use their own readiness contracts.
A canonical-format blocker withholds the affected source from discovery and
media-buy admission until the seller replaces the unresolved custom reference
with an exact shared-catalog reference or an interpretable custom canonical
declaration. Other healthy sources in the storefront continue selling. If no
other source can serve, the storefront remains transaction-ineligible.
Choose get_products or Discover Products
Both surfaces share the same seller fan-out implementation. They are different
buyer projections, not different integrations.
Start with
get_products for new agent integrations. Use
Discover Products when you need
its legacy grouped/session presentation or need to continue an existing
discoveryId workflow. Calling both for the same request is normally
unnecessary; Discover Products projects the same raw seller snapshot rather
than running another ranking implementation.
Surfaces
- REST:
POST /api/v2/buyer/products/query - Buyer MCP:
get_products - Buyer
api_call: operationget_products
- REST:
POST /api/v2/buyer/media-buys/batch - Buyer MCP:
create_media_buys - Buyer
api_call: operationcreate_media_buys
Continue the selected product query
When the buyer selects returned proposals or products, reuse the exactext.interchange.execution_id and storefront-qualified IDs from that
get_products result. Do not call get_products or Discover Products again
merely to attach, re-fetch, or reconstruct the selection. A new discovery is a
different snapshot: its candidates may differ or be empty, and it does not
identify the query the buyer selected from. The documented legacy recovery for
an execution that predates its durable accepted-proposal set still requires a
fresh get_products call; treat that response as a new selection and ask the
buyer to select from it again.
If an agent host offers the typed create_media_buys tool, call it directly.
On a reduced or shared tool catalog where that typed tool is absent but
buyer_api_call is available, use buyer_api_call with
operation: "create_media_buys". Both tool routes invoke the same continuation
contract. REST clients call the batch endpoint above. If the conversation no
longer contains the execution ID or a qualified selected ID, report the missing
handle and offer a new discovery as recovery; do not describe that new query as
the original attachment.
Retrieval without evaluation
Omitext.interchange.evaluation to receive valid seller responses without a
managed evaluation:
Include products from verified AdCP 2.x sellers
Some sellers still run a verified AdCP 2.x response contract, which predates the current requiredreporting_capabilities block. Their otherwise valid
products are excluded from the default response because Interchange does not
guess reporting cadence, delay, metrics, or webhook support.
REST and MCP callers can request the separate compatibility response by adding
the following field to get_products:
ext.interchange.response_contract. A projected 2.x product omits
reporting_capabilities and explains the omission explicitly:
response_contract to keep the original response schema, where every
product requires reporting_capabilities. Existing REST and MCP integrations
therefore need no changes. Sellers can remove the compatibility marker from
future discovery by upgrading their declared contract and returning the
current reporting block; no buyer-side account or purchase setting changes.
Request a smaller product projection
Use the canonicalfields array when the next step needs only part of each
product. Interchange validates the complete seller response before applying the
projection, then returns only the requested product fields. The qualified
product_id and ext.interchange provenance remain present so the result can
still be refined or passed to create_media_buys.
format_options and
reporting_capabilities are omitted. Omit fields when you need the complete
canonical product objects.
Evaluate and negotiate proposals
Add evaluation instructions when you want Interchange to remove unsuitable proposals, enrich accepted results, negotiate promising proposals, and optionally rank the accepted cohort before it reaches your agent:- Accept returns the seller’s unchanged proposal and referenced products, with optional buyer-owned enrichment.
- Reject suppresses the proposal from the normal result.
- Refine sends a canonical AdCP refine instruction back to that proposal’s seller, then evaluates the seller’s revised response again.
max_refinement_rounds, repeated-request
detection, the request deadline, and max_evaluation_passes. A proposal still
requesting refinement at the limit is rejected rather than silently accepted.
When ranking is present, a separate comparative pass scores accepted
candidates under its optional instructions. The response is ordered by score
and includes a rank and rationale. Provisional rankings replace earlier
snapshots as sellers settle; the final completed revision is frozen.
The platform selects the managed models. This version does not expose provider
model names, customer executable code, or a model picker.
ext.interchange.screening remains a deprecated compatibility alias for
accept, reject, and refine. It does not enable enrichment or comparative
ranking. Do not send screening and evaluation together.Discover Products compatibility
discover_products is a convenience view over the same seller fan-out and
evaluation engine. Passing its optional evaluation field enables the same
disposition, enrichment, refinement, and ranking behavior, projected into the
Discover response shape. Without evaluation, Discover preserves its existing
enrichment, relevance, ordering, and refinement behavior. Existing Discover
clients do not need to migrate to keep their current behavior.
Proposals and products
Canonical AdCP proposals reference sibling products through allocationproduct_id values; they do not duplicate complete product objects. Evaluation
resolves that graph automatically. A top-level product that is not allocated by
any proposal remains a proposal-less candidate, principally for wholesale
catalogs.
pagination.max_results bounds the combined number of proposals and
proposal-less products. Products referenced by a paged proposal accompany that
proposal and do not consume another candidate slot, so the proposal graph is
never split across pages. Interchange accepts at most 50 allocated products in
one proposal. A response contains at most 100 total proposal and product objects;
when complete proposal graphs reach that limit, the page returns fewer proposal
candidates and the cursor continues from the next whole proposal.
Both IDs are opaque and storefront-qualified:
Stage or buy the result
Theexecution_id in the response is also the durable search/refinement
record used by create_media_buys. Choose whole proposals and/or
proposal-less products from that execution. The operation stages them on a
DRAFT campaign—the campaign is the shopping cart and the parent of every
media buy.
Only proposals in the execution’s durable accepted set can be selected. Run
get_products again before purchasing from an older execution that predates
that set.
Use an existing campaign cart:
campaign.create with the same required fields as a discovery-mode
campaign (advertiserId, name, flightDates, and budget). Interchange
creates the DRAFT campaign and returns its ID. Media buys are never standalone,
even when the caller did not create a campaign first.
mode: "stage"updates the cart and prepares DRAFT media buys without contacting sellers.mode: "execute"performs the same preparation, then sends each resulting buy to its originating storefront through ordinary bilateral AdCPcreate_media_buycalls.replace: truereplaces the cart selection before applying this batch; otherwise selections merge idempotently.
mode: "execute" when the selected result can be submitted immediately.
When you need to inspect or customize per-buy creatives, dates, pacing, or
optimization goals, use mode: "stage", make those changes on the returned
DRAFT media buys, then call execute_campaign or repeat create_media_buys
with the same campaign and selections using mode: "execute". Execution
submits the prepared DRAFT directly; it does not rebuild it from the product
query.
One marketplace call may reach several sellers, but the seller calls are not
one atomic transaction. The response reports mediaBuysExecuted, success,
and per-buy errors. Retry the same request after a partial failure; completed
buys are not dispatched again. A completed product query accepts only an
unchanged retry of its recorded batch. To change the selection after execution,
start a new get_products query.
See Create media buys from a product query
for the complete request and response contract.
Progressive responses
Seller responses arrive independently. Each response is a replacement snapshot:revisionincreases as sellers settle or a refinement produces a new version;provisional: truemeans replace your previous displayed result;pending_agentsidentifies sellers still working;- fresh provisional revisions may contain seller progress but no candidates while typed product identity is still being persisted;
- proposals being refined are withheld;
- no stable cursor is issued until
results_complete: true; storefront_results[].messagepreserves a seller’s explanation for a successful empty response, including when readiness prevents that storefront from transacting; do not interpret that case as “no matching inventory”;storefront_results[].error: "product_persistence_incomplete"means the storefront answered, but one or more candidates could not be persisted with a complete seller/source identity. Those candidates and any proposals that allocate to them are withheld. Safely persisted candidates from the same execution are still returned; start a new query to retry the withheld inventory. If no safe candidate remains, the request returns a retryable service-unavailable error instead of an authoritative empty catalog;- the final cursor is scoped to the execution, revision, evaluation instructions, and offsets.
evaluation.ranking is present, the accepted cohort is
ordered by that ranking instead.
Poll with the returned execution identity:
Evaluation metadata and cost
The response reports evaluation separately from seller progress:charged_ius remains 0. Retrieval without
evaluation reports billing_status: "included".
If managed evaluation is unavailable, valid candidates pass through and the
evaluation status becomes degraded; an infrastructure failure does not silently
reject seller supply. Every pass-through candidate is explicitly marked
ext.interchange.evaluation.evaluated: false (with confidence: 0), and the
response guidance says so. Check evaluated before treating an accept as a
judgment: evaluated: false means your evaluation instructions were not
applied to that candidate — re-run the request or apply your own screening
before buying on it.