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
Example response
[
{
"id": 3,
"title": "DJ",
"decoration_methods": [
"dtg",
"embroidery"
]
}
]