Returns one section from multiple Procurement reports in a single request.This is the preferred endpoint for portfolio-style use cases — benchmarking Buyer Power Scores across a category portfolio, comparing supply chain risk across all sourced markets, or populating a dashboard with the same metric across dozens of reports — without issuing one /procurement/v3/sections call per report.The request accepts a single ReportSection and an array of report identifiers (Country + Code + Language). The response returns one entry per requested report, each carrying the same Body shape that /procurement/v3/sections produces for that section.Please review the /procurement/v3/sections endpoint for the full list of available sections.
Partial success is the default behavior. Each entry in Reports[] carries its own StatusCode — a failure on one report does not affect the others.
Country-gated sections (e.g., globalmarketapproach for non-GL reports, marketpricebreakdown for non-US reports) return StatusCode: 204 for reports where the section is not applicable; the overall call still succeeds.
Rate limits: One /multiplereports call counts as one request regardless of how many reports it contains.
Response order matches the request order of Reports[].
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.