---
title: "Retrieve a list of all print providers that fulfill orders for a specific blueprint"
method: GET
path: "/v1/catalog/blueprints/{blueprint_id}/print_providers.json"
tags: ["Catalog"]
---

# Retrieve a list of all print providers that fulfill orders for a specific blueprint

`GET /v1/catalog/blueprints/{blueprint_id}/print_providers.json`

Retrieves the list of print providers avilable for the Blueprint

## Response `200`

Successful operation

- PrintProviderSimple[]
  - `id` integer
  - `title` string
  - `decoration_methods` string[]

## Other responses

- `400` — Error response

---

[API](https://skmtc.net/printify/apis/printify-public-api.md) · [All operations](https://skmtc.net/printify/apis/printify-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printify/printify-public-api/versions/376214ac98ff/schema)
