| Category | Utility (not a product query) |
| Use case | Pre-flight a query, avoid predictable 204s |
| Subject | Consumer or business (matches the checked product) |
| Family | Non-billable check |
| Operation | POST /v1/products/check |
product_id of the product you
intend to query.
Why it exists
A product query that resolves but cannot satisfy the policy returns204 No Content
— and that resolved query is still a billable event. The coverage check lets you
avoid predictable 204s for free.
At a glance
200 OK returns one entry per furnisher that has relevant data, each with a
complete flag and a per-model, per-field breakdown of which requirements are
met. The field_name values trace directly to each product’s field reference.
Full request & response schema
The complete coverage check deep dive — full request fields, the response
shape, and when to use it.
Related
Products
The full product catalog.
Querying
The billable query the coverage check pre-flights.