Search product catalog items
Search line items across government contract price lists for negotiated pricing, part numbers, and availability, with the constrained public parameter set shared by MCP search_product_catalog. query is a fuzzy search over item descriptions, manufacturers, and part numbers; productCatalogIds, group, category, manufacturer, and priceRange are exact filters AND-combined with query. productCatalogIds is always intersected with the catalogs the caller may access, so inaccessible ids drop out rather than erroring. Results are relevance-ordered; there is no sort control.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Search text over item description, manufacturer, and part numbers.
5001-based page number.
Results per page. Default 20, maximum 100. Non-enterprise MCP access is capped at 50; REST access is Enterprise-only.
Restrict to these catalog ids, from list_product_catalogs. Intersected with the catalogs the caller may access.
Exact filter on catalog group, a free-text bucket set at upload (for example "ESI" for the DoD Enterprise Software Initiative).
Exact filter on the item's product category.
Exact filter on the item's manufacturer name.
Filter on contract price as [min, max]. Items with no contract price are excluded when this is set.
2 elements