get_blueprint
Retrieve detailed product blueprint data from Printify's print-on-demand platform by specifying a blueprint ID. Enables AI assistants to integrate and manage product information effectively.
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"
}