{"id":"commerce.feed-page-compare","version":"1.0.0","category":"commerce","description":"Compare supplied feed identity, price, currency and availability with selected JSON-LD product evidence; preserve conflicts and unknown fields.","priceMicroUsdc":1000,"priceRevision":"2026-09-13-testnet","pricingStatus":"experimental-unbenchmarked","inputSchema":{"type":"object","properties":{"html":{"type":"string","maxLength":100000},"pageUrl":{"type":"string","maxLength":2048},"feed":{"type":"object","properties":{"sku":{"type":"string","minLength":1,"maxLength":512},"gtin":{"type":"string","pattern":"^\\d{8,14}$"},"mpn":{"type":"string","minLength":1,"maxLength":512},"price":{"type":"string","maxLength":30},"currency":{"type":"string","pattern":"^[A-Z]{3}$"},"availability":{"type":"string","maxLength":100}},"required":[],"additionalProperties":false},"offerUrl":{"type":"string","maxLength":2048}},"required":["html","feed"],"additionalProperties":false},"outputSchema":{"type":"object","properties":{"status":{"type":"string","enum":["match","mismatch","identity_mismatch","inconclusive"]},"identityStatus":{"type":"string","enum":["match","mismatch","unknown"]},"selection":{"type":"object","properties":{"status":{"type":"string","enum":["selected","ambiguous","no_product"]},"reason":{"type":"string"},"selectedId":{"type":["string","null"]}},"required":["status","reason","selectedId"],"additionalProperties":false},"checks":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string"},"feedValue":{"type":["string","null"]},"pageValues":{"type":"array","items":{"type":"string"}},"status":{"type":"string","enum":["match","mismatch","ambiguous","unknown","not_supplied"]},"reason":{"type":"string"}},"required":["field","feedValue","pageValues","status","reason"],"additionalProperties":false}},"evidence":{"anyOf":[{"type":"object","properties":{"productSources":{"type":"array","items":{"type":"object","properties":{"block":{"type":"number"},"pointer":{"type":"string"}},"required":["block","pointer"],"additionalProperties":false}},"offerSources":{"type":"array","items":{"type":"object","properties":{"productBlock":{"type":"number"},"productPointer":{"type":"string"},"offerBlock":{"type":"number"},"offerPointer":{"type":"string"}},"required":["productBlock","productPointer","offerBlock","offerPointer"],"additionalProperties":false}}},"required":["productSources","offerSources"],"additionalProperties":false},{"type":"null"}]},"warnings":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"}},"required":["status","identityStatus","selection","checks","evidence","warnings","scope"],"additionalProperties":false},"example":{"html":"<link rel=\"canonical\" href=\"https://example.com/coffee\"><script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https://example.com/coffee\",\"mainEntity\":{\"@id\":\"#coffee\"}},{\"@type\":\"Product\",\"@id\":\"#coffee\",\"name\":\"Coffee beans\",\"sku\":\"COFFEE-500\",\"offers\":{\"@type\":\"Offer\",\"price\":\"8.99\",\"priceCurrency\":\"USD\",\"availability\":\"https://schema.org/InStock\"}},{\"@type\":\"Product\",\"name\":\"Related mug\",\"sku\":\"MUG-1\",\"offers\":{\"@type\":\"Offer\",\"price\":\"12.00\",\"priceCurrency\":\"USD\"}}]}</script>","pageUrl":"https://example.com/coffee","feed":{"sku":"COFFEE-500","price":"9.49","currency":"USD","availability":"in_stock"}},"limits":{"inputBytes":131072,"outputBytes":65536,"networkTimeoutMs":0},"network":false,"sensitive":false,"route":"/v1/tools/commerce.feed-page-compare"}