commerce_catalog_availability_check
Resolve product stock availability to a coarse signal (in_stock / out_of_stock / limited / preorder / unknown), from a url, raw html, or inline product. 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) |