federation_catalog_version
ActiveTool of ComOS Federation Gateway
Return a fingerprint of the current catalog for a tenant — a cheap way to tell whether the catalog changed since your last read. Compare the returned catalog_version against the one embedded in a previous catalog_search _meta block; if different, re-run catalog_search to get current product_ids before acting on them (e.g. before order_create).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tenant_id"
],
"properties": {
"tenant_id": {
"type": "string",
"description": "Tenant ID to get the catalog version for"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries