Look up Gelato product catalog attributes to find valid product UIDs
domain: gelato.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate with X-API-KEY.
GET https://product.gelatoapis.com/v3/catalogs to list all available catalogs (e.g. "posters", "cards").
GET https://product.gelatoapis.com/v3/catalogs/{catalogUid} to retrieve a specific catalog's productAttributes (e.g. Orientation, PaperFormat) and their possible values.
Use the search products endpoint to filter products within a catalog by attribute values and get their productUid strings.
Use the returned productUid values in the Order create or Quote API's productUid field.
Known gotchas
productUid is a compound string built from multiple attribute value UIDs (e.g. paper format + orientation) — build it from catalog attribute values rather than guessing the format.
Catalog contents and available attributes differ per catalogUid, so re-fetch when targeting a different product category.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?