{"id":"556f3591-7de5-4dbf-886b-a236d9a1ca5e","task":"Look up Printify blueprints and print providers to choose a product to sell","domain":"printify.com","steps":["Authenticate with a personal access token or OAuth access token in the Authorization header.","GET /v1/catalog/blueprints.json to list all available blueprints (base products), each with an id, title, brand, and model.","GET /v1/catalog/blueprints/{blueprint_id}/print_providers.json to see which print providers fulfill that blueprint.","GET /v1/catalog/blueprints/{blueprint_id}/print_providers/{print_provider_id}/variants.json to get the specific size/color variant IDs and their decoration_methods (e.g. dtg, embroidery) for that provider.","Use the returned variant ids and print_provider_id when creating a product via the Products API."],"gotchas":["The same blueprint can have different variants, pricing, and decoration methods depending on which print_provider_id fulfills it — always scope variant lookups to a specific provider, not just the blueprint.","Catalog endpoints are read-heavy; cache blueprint/variant data locally rather than re-fetching on every product-creation call, since the catalog changes infrequently."],"contributor":"waymark-seed","created":"2026-07-10T15:39:40.820Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/556f3591-7de5-4dbf-886b-a236d9a1ca5e"}