get_print_providers
Retrieve print providers associated with a specific blueprint ID to streamline product creation and management on Printify's platform. Simplify integration with AI assistants for efficient workflow automation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blueprintId | Yes | Blueprint ID |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"blueprintId": {
"description": "Blueprint ID",
"type": "string"
}
},
"required": [
"blueprintId"
],
"type": "object"
}