v1

latestOpenAPI 3.0.3ISC2026-07-134096160.7 KB
Catalog

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

Retrieves the list of print providers avilable for the Blueprint

get/v1/catalog/blueprints/{blueprint_id}/print_providers.json

Response

Successful operation

idinteger
titlestring
decoration_methodsstring[]

Example response

[
  {
    "id": 3,
    "title": "DJ",
    "decoration_methods": [
      "dtg",
      "embroidery"
    ]
  }
]