commerce_catalog_catalog_validate
Validate product-feed completeness: which required fields are present or missing and a completeness score, from a url, raw html, or an inline product object. Read-only; price 0.0 (free).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Product page URL to fetch (one of url / html / product) | |
| html | No | Raw page HTML to parse (one of url / html / product) | |
| product | No | Inline normalized product object (one of url / html / product) |