Read any allowed Printful path
printful_getFetch read-only data from allowed Printful API endpoints for orders, products, stores, and tax info. Use when no dedicated tool exists.
Instructions
Escape hatch for read endpoints without a dedicated tool. GET only, and the path must match this server's allowlist: /stores, /store, /store/products, /orders, /products, /products/variant/{id}, /countries, /tax/countries. Anything else is refused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API path beginning with /, e.g. /orders?status=draft |