Open Connector
All tools

Printful

Connect to Printful to manage catalog data, product templates, orders, files, shipping rates, webhooks, stores, warehouse products, and reports.

printfulv1.0.087 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "PRINTFUL_DELETE_V1_ORDERS_CANCEL_AN_ORDER",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("PRINTFUL_DELETE_V1_ORDERS_CANCEL_AN_ORDER", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute PRINTFUL_DELETE_V1_ORDERS_CANCEL_AN_ORDER --data '{ }'

Tool catalog

Available tools

87 callable operations

Cancel an orderPRINTFUL_DELETE_V1_ORDERS_CANCEL_AN_ORDERPrintful Cancel an order.

Printful Cancel an order.

Authentication

Connected account required

Tags

Orders
Delete Product TemplatePRINTFUL_DELETE_V1_PRODUCT_TEMPLATES_DELETE_PRODUCT_TEMPLATEPrintful Delete Product Template.

Printful Delete Product Template.

Authentication

Connected account required

Tags

Product Templates
Disable webhook supportPRINTFUL_DELETE_V1_WEBHOOK_DISABLE_WEBHOOK_SUPPORTPrintful Disable webhook support.

Printful Disable webhook support.

Authentication

Connected account required

Tags

Webhook
Delete an orderPRINTFUL_DELETE_V2_ORDERS_V2_DELETE_AN_ORDERPrintful Delete an order.

Printful Delete an order.

Authentication

Connected account required

Tags

Orders v2
Delete Order ItemPRINTFUL_DELETE_V2_ORDERS_V2_DELETE_ORDER_ITEMPrintful Delete Order Item.

Printful Delete Order Item.

Authentication

Connected account required

Tags

Orders v2
Disable support for eventPRINTFUL_DELETE_V2_WEBHOOKS_V2_DISABLE_SUPPORT_FOR_EVENTPrintful Disable support for event.

Printful Disable support for event.

Authentication

Connected account required

Tags

Webhooks v2
Disable webhook supportPRINTFUL_DELETE_V2_WEBHOOKS_V2_DISABLE_WEBHOOK_SUPPORTPrintful Disable webhook support.

Printful Disable webhook support.

Authentication

Connected account required

Tags

Webhooks v2
Retrieve a list of approval sheetsPRINTFUL_GET_V1_APPROVAL_SHEETS_API_RETRIEVE_ALIST_OF_APPROVAL_SHEETSPrintful Retrieve a list of approval sheets.

Printful Retrieve a list of approval sheets.

Authentication

Connected account required

Tags

Approval Sheets API
Get CategoriesPRINTFUL_GET_V1_CATALOG_GET_CATEGORIESPrintful Get Categories.

Printful Get Categories.

Authentication

Connected account required

Tags

Catalog
Get CategoryPRINTFUL_GET_V1_CATALOG_GET_CATEGORYPrintful Get Category.

Printful Get Category.

Authentication

Connected account required

Tags

Catalog
Get ProductPRINTFUL_GET_V1_CATALOG_GET_PRODUCTPrintful Get Product.

Printful Get Product.

Authentication

Connected account required

Tags

Catalog
Get Product Size GuidePRINTFUL_GET_V1_CATALOG_GET_PRODUCT_SIZE_GUIDEPrintful Get Product Size Guide.

Printful Get Product Size Guide.

Authentication

Connected account required

Tags

Catalog
Get ProductsPRINTFUL_GET_V1_CATALOG_GET_PRODUCTSPrintful Get Products.

Printful Get Products.

Authentication

Connected account required

Tags

Catalog
Get VariantPRINTFUL_GET_V1_CATALOG_GET_VARIANTPrintful Get Variant.

Printful Get Variant.

Authentication

Connected account required

Tags

Catalog
Retrieve country listPRINTFUL_GET_V1_COUNTRY_STATE_CODE_RETRIEVE_COUNTRY_LISTPrintful Retrieve country list.

Printful Retrieve country list.

Authentication

Connected account required

Tags

Country/State Code
Get filePRINTFUL_GET_V1_FILE_LIBRARY_GET_FILEPrintful Get file.

Printful Get file.

Authentication

Connected account required

Tags

File Library
Layout templatesPRINTFUL_GET_V1_MOCKUP_GENERATOR_LAYOUT_TEMPLATESPrintful Layout templates.

Printful Layout templates.

Authentication

Connected account required

Tags

Mockup Generator
Mockup generation task resultPRINTFUL_GET_V1_MOCKUP_GENERATOR_MOCKUP_GENERATION_TASK_RESULTPrintful Mockup generation task result.

Printful Mockup generation task result.

Authentication

Connected account required

Tags

Mockup Generator
Get scopes for tokenPRINTFUL_GET_V1_OAUTH_GET_SCOPES_FOR_TOKENPrintful Get scopes for token.

Printful Get scopes for token.

Authentication

Connected account required

Tags

Oauth
Get list of ordersPRINTFUL_GET_V1_ORDERS_GET_LIST_OF_ORDERSPrintful Get list of orders.

Printful Get list of orders.

Authentication

Connected account required

Tags

Orders
Get order dataPRINTFUL_GET_V1_ORDERS_GET_ORDER_DATAPrintful Get order data.

Printful Get order data.

Authentication

Connected account required

Tags

Orders
Get list of Product TemplatesPRINTFUL_GET_V1_PRODUCT_TEMPLATES_GET_LIST_OF_PRODUCT_TEMPLATESPrintful Get list of Product Templates.

Printful Get list of Product Templates.

Authentication

Connected account required

Tags

Product Templates
Get single Product TemplatePRINTFUL_GET_V1_PRODUCT_TEMPLATES_GET_SINGLE_PRODUCT_TEMPLATEPrintful Get single Product Template.

Printful Get single Product Template.

Authentication

Connected account required

Tags

Product Templates
Get StatisticsPRINTFUL_GET_V1_REPORTS_GET_STATISTICSPrintful Get Statistics.

Printful Get Statistics.

Authentication

Connected account required

Tags

Reports
Get basic information about a storePRINTFUL_GET_V1_STORE_INFORMATION_GET_BASIC_INFORMATION_ABOUT_ASTOREPrintful Get basic information about a store.

Printful Get basic information about a store.

Authentication

Connected account required

Tags

Store Information
Get basic information about storesPRINTFUL_GET_V1_STORE_INFORMATION_GET_BASIC_INFORMATION_ABOUT_STORESPrintful Get basic information about stores.

Printful Get basic information about stores.

Authentication

Connected account required

Tags

Store Information
Get a list of countries for tax calculationPRINTFUL_GET_V1_TAX_RATE_GET_ALIST_OF_COUNTRIES_FOR_TAX_CALCULATIONPrintful Get a list of countries for tax calculation.

Printful Get a list of countries for tax calculation.

Authentication

Connected account required

Tags

Tax Rate
Get a list of your warehouse productsPRINTFUL_GET_V1_WAREHOUSE_PRODUCTS_GET_ALIST_OF_YOUR_WAREHOUSE_PRODUCTSPrintful Get a list of your warehouse products.

Printful Get a list of your warehouse products.

Authentication

Connected account required

Tags

Warehouse Products
Get warehouse product dataPRINTFUL_GET_V1_WAREHOUSE_PRODUCTS_GET_WAREHOUSE_PRODUCT_DATAPrintful Get warehouse product data.

Printful Get warehouse product data.

Authentication

Connected account required

Tags

Warehouse Products
Get Webhook configurationPRINTFUL_GET_V1_WEBHOOK_GET_WEBHOOK_CONFIGURATIONPrintful Get Webhook configuration.

Printful Get Webhook configuration.

Authentication

Connected account required

Tags

Webhook
Retrieve a list of catalog categoriesPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_ALIST_OF_CATALOG_CATEGORIESPrintful Retrieve a list of catalog categories.

Printful Retrieve a list of catalog categories.

Authentication

Connected account required

Tags

Catalog v2
Retrieve a list of catalog product categoriesPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_ALIST_OF_CATALOG_PRODUCT_CATEGORIESPrintful Retrieve a list of catalog product categories.

Printful Retrieve a list of catalog product categories.

Authentication

Connected account required

Tags

Catalog v2
Retrieve a list of catalog productsPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_ALIST_OF_CATALOG_PRODUCTSPrintful Retrieve a list of catalog products.

Printful Retrieve a list of catalog products.

Authentication

Connected account required

Tags

Catalog v2
Retrieve a single catalog productPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_ASINGLE_CATALOG_PRODUCTPrintful Retrieve a single catalog product.

Printful Retrieve a single catalog product.

Authentication

Connected account required

Tags

Catalog v2
Retrieve blank images for a catalog productPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_BLANK_IMAGES_FOR_ACATALOG_PRODUCTPrintful Retrieve blank images for a catalog product.

Printful Retrieve blank images for a catalog product.

Authentication

Connected account required

Tags

Catalog v2
Retrieve blank images for a catalog variantPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_BLANK_IMAGES_FOR_ACATALOG_VARIANTPrintful Retrieve blank images for a catalog variant.

Printful Retrieve blank images for a catalog variant.

Authentication

Connected account required

Tags

Catalog v2
Retrieve catalog product mockup stylesPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_CATALOG_PRODUCT_MOCKUP_STYLESPrintful Retrieve catalog product mockup styles.

Printful Retrieve catalog product mockup styles.

Authentication

Connected account required

Tags

Catalog v2
Retrieve catalog product mockup templatesPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_CATALOG_PRODUCT_MOCKUP_TEMPLATESPrintful Retrieve catalog product mockup templates.

Printful Retrieve catalog product mockup templates.

Authentication

Connected account required

Tags

Catalog v2
Retrieve catalog product pricesPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_CATALOG_PRODUCT_PRICESPrintful Retrieve catalog product prices.

Printful Retrieve catalog product prices.

Authentication

Connected account required

Tags

Catalog v2
Retrieve catalog product stock availabilityPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_CATALOG_PRODUCT_STOCK_AVAILABILITYPrintful Retrieve catalog product stock availability.

Printful Retrieve catalog product stock availability.

Authentication

Connected account required

Tags

Catalog v2
Retrieve catalog variant stock availabilityPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_CATALOG_VARIANT_STOCK_AVAILABILITYPrintful Retrieve catalog variant stock availability.

Printful Retrieve catalog variant stock availability.

Authentication

Connected account required

Tags

Catalog v2
Retrieve information about catalog product variantsPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_INFORMATION_ABOUT_CATALOG_PRODUCT_VARIANTSPrintful Retrieve information about catalog product variants.

Printful Retrieve information about catalog product variants.

Authentication

Connected account required

Tags

Catalog v2
Retrieve information about specific catalog variantPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_INFORMATION_ABOUT_SPECIFIC_CATALOG_VARIANTPrintful Retrieve information about specific catalog variant.

Printful Retrieve information about specific catalog variant.

Authentication

Connected account required

Tags

Catalog v2
Retrieve information about specific categoryPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_INFORMATION_ABOUT_SPECIFIC_CATEGORYPrintful Retrieve information about specific category.

Printful Retrieve information about specific category.

Authentication

Connected account required

Tags

Catalog v2
Retrieve pricing information for the catalog variantPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_PRICING_INFORMATION_FOR_THE_CATALOG_VARIANTPrintful Retrieve pricing information for the catalog variant.

Printful Retrieve pricing information for the catalog variant.

Authentication

Connected account required

Tags

Catalog v2
Retrieve shipping countries for a productPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_SHIPPING_COUNTRIES_FOR_APRODUCTPrintful Retrieve shipping countries for a product.

Printful Retrieve shipping countries for a product.

Authentication

Connected account required

Tags

Catalog v2
Retrieve size guide for a catalog productPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_SIZE_GUIDE_FOR_ACATALOG_PRODUCTPrintful Retrieve size guide for a catalog product.

Printful Retrieve size guide for a catalog product.

Authentication

Connected account required

Tags

Catalog v2
Retrieve a list of countriesPRINTFUL_GET_V2_COUNTRIES_V2_RETRIEVE_ALIST_OF_COUNTRIESPrintful Retrieve a list of countries.

Printful Retrieve a list of countries.

Authentication

Connected account required

Tags

Countries v2
Retrieve a single file from the file libraryPRINTFUL_GET_V2_FILES_V2_RETRIEVE_ASINGLE_FILE_FROM_THE_FILE_LIBRARYPrintful Retrieve a single file from the file library.

Printful Retrieve a single file from the file library.

Authentication

Connected account required

Tags

Files v2
Retrieve Mockup Generator tasksPRINTFUL_GET_V2_MOCKUP_GENERATOR_V2_RETRIEVE_MOCKUP_GENERATOR_TASKSPrintful Retrieve Mockup Generator tasks.

Printful Retrieve Mockup Generator tasks.

Authentication

Connected account required

Tags

Mockup Generator v2
Retrieve OAuth scopesPRINTFUL_GET_V2_OAUTH_SCOPES_V2_RETRIEVE_OAUTH_SCOPESPrintful Retrieve OAuth scopes.

Printful Retrieve OAuth scopes.

Authentication

Connected account required

Tags

OAuth Scopes v2
Get InvoicePRINTFUL_GET_V2_ORDERS_V2_GET_INVOICEPrintful Get Invoice.

Printful Get Invoice.

Authentication

Connected account required

Tags

Orders v2
Get Order ItemPRINTFUL_GET_V2_ORDERS_V2_GET_ORDER_ITEMPrintful Get Order Item.

Printful Get Order Item.

Authentication

Connected account required

Tags

Orders v2
Get Order ItemsPRINTFUL_GET_V2_ORDERS_V2_GET_ORDER_ITEMSPrintful Get Order Items.

Printful Get Order Items.

Authentication

Connected account required

Tags

Orders v2
Get ShipmentsPRINTFUL_GET_V2_ORDERS_V2_GET_SHIPMENTSPrintful Get Shipments.

Printful Get Shipments.

Authentication

Connected account required

Tags

Orders v2
Retrieve a list of ordersPRINTFUL_GET_V2_ORDERS_V2_RETRIEVE_ALIST_OF_ORDERSPrintful Retrieve a list of orders.

Printful Retrieve a list of orders.

Authentication

Connected account required

Tags

Orders v2
Retrieve an order estimation taskPRINTFUL_GET_V2_ORDERS_V2_RETRIEVE_AN_ORDER_ESTIMATION_TASKPrintful Retrieve an order estimation task.

Printful Retrieve an order estimation task.

Authentication

Connected account required

Tags

Orders v2
Retrieve a single orderPRINTFUL_GET_V2_ORDERS_V2_RETRIEVE_ASINGLE_ORDERPrintful Retrieve a single order.

Printful Retrieve a single order.

Authentication

Connected account required

Tags

Orders v2
Retrieve a list of storesPRINTFUL_GET_V2_STORES_V2_RETRIEVE_ALIST_OF_STORESPrintful Retrieve a list of stores.

Printful Retrieve a list of stores.

Authentication

Connected account required

Tags

Stores v2
Retrieve a single storePRINTFUL_GET_V2_STORES_V2_RETRIEVE_ASINGLE_STOREPrintful Retrieve a single store.

Printful Retrieve a single store.

Authentication

Connected account required

Tags

Stores v2
Retrieve reports for a single storePRINTFUL_GET_V2_STORES_V2_RETRIEVE_REPORTS_FOR_ASINGLE_STOREPrintful Retrieve reports for a single store.

Printful Retrieve reports for a single store.

Authentication

Connected account required

Tags

Stores v2
Retrieve a list of warehouse productsPRINTFUL_GET_V2_WAREHOUSE_PRODUCTS_V2_RETRIEVE_ALIST_OF_WAREHOUSE_PRODUCTSPrintful Retrieve a list of warehouse products.

Printful Retrieve a list of warehouse products.

Authentication

Connected account required

Tags

Warehouse Products v2
Retrieve a single warehouse productPRINTFUL_GET_V2_WAREHOUSE_PRODUCTS_V2_RETRIEVE_ASINGLE_WAREHOUSE_PRODUCTPrintful Retrieve a single warehouse product.

Printful Retrieve a single warehouse product.

Authentication

Connected account required

Tags

Warehouse Products v2
Get webhook configurationPRINTFUL_GET_V2_WEBHOOKS_V2_GET_WEBHOOK_CONFIGURATIONPrintful Get webhook configuration.

Printful Get webhook configuration.

Authentication

Connected account required

Tags

Webhooks v2
Get webhook event configurationPRINTFUL_GET_V2_WEBHOOKS_V2_GET_WEBHOOK_EVENT_CONFIGURATIONPrintful Get webhook event configuration.

Printful Get webhook event configuration.

Authentication

Connected account required

Tags

Webhooks v2
Update an orderPRINTFUL_PATCH_V2_ORDERS_V2_UPDATE_AN_ORDERPrintful Update an order.

Printful Update an order.

Authentication

Connected account required

Tags

Orders v2
Update Order ItemPRINTFUL_PATCH_V2_ORDERS_V2_UPDATE_ORDER_ITEMPrintful Update Order Item.

Printful Update Order Item.

Authentication

Connected account required

Tags

Orders v2
Approve a designPRINTFUL_POST_V1_APPROVAL_SHEETS_API_APPROVE_ADESIGNPrintful Approve a design.

Printful Approve a design.

Authentication

Connected account required

Tags

Approval Sheets API
Submit changes to an approval sheetPRINTFUL_POST_V1_APPROVAL_SHEETS_API_SUBMIT_CHANGES_TO_AN_APPROVAL_SHEETPrintful Submit changes to an approval sheet.

Printful Submit changes to an approval sheet.

Authentication

Connected account required

Tags

Approval Sheets API
Add a new filePRINTFUL_POST_V1_FILE_LIBRARY_ADD_ANEW_FILEPrintful Add a new file.

Printful Add a new file.

Authentication

Connected account required

Tags

File Library
Return available thread colors from provided image URLPRINTFUL_POST_V1_FILE_LIBRARY_RETURN_AVAILABLE_THREAD_COLORS_FROM_PROVIDED_IMAGE_URLPrintful Return available thread colors from provided image URL.

Printful Return available thread colors from provided image URL.

Authentication

Connected account required

Tags

File Library
Create a mockup generation taskPRINTFUL_POST_V1_MOCKUP_GENERATOR_CREATE_AMOCKUP_GENERATION_TASKPrintful Create a mockup generation task.

Printful Create a mockup generation task.

Authentication

Connected account required

Tags

Mockup Generator
Confirm draft for fulfillmentPRINTFUL_POST_V1_ORDERS_CONFIRM_DRAFT_FOR_FULFILLMENTPrintful Confirm draft for fulfillment.

Printful Confirm draft for fulfillment.

Authentication

Connected account required

Tags

Orders
Create a new orderPRINTFUL_POST_V1_ORDERS_CREATE_ANEW_ORDERPrintful Create a new order.

Printful Create a new order.

Authentication

Connected account required

Tags

Orders
Estimate order costsPRINTFUL_POST_V1_ORDERS_ESTIMATE_ORDER_COSTSPrintful Estimate order costs.

Printful Estimate order costs.

Authentication

Connected account required

Tags

Orders
Calculate shipping ratesPRINTFUL_POST_V1_SHIPPING_RATE_CALCULATE_SHIPPING_RATESPrintful Calculate shipping rates.

Printful Calculate shipping rates.

Authentication

Connected account required

Tags

Shipping Rate
Change packing slipPRINTFUL_POST_V1_STORE_INFORMATION_CHANGE_PACKING_SLIPPrintful Change packing slip.

Printful Change packing slip.

Authentication

Connected account required

Tags

Store Information
Set up webhook configurationPRINTFUL_POST_V1_WEBHOOK_SET_UP_WEBHOOK_CONFIGURATIONPrintful Set up webhook configuration.

Printful Set up webhook configuration.

Authentication

Connected account required

Tags

Webhook
Add a new filePRINTFUL_POST_V2_FILES_V2_ADD_ANEW_FILEPrintful Add a new file.

Printful Add a new file.

Authentication

Connected account required

Tags

Files v2
Create Mockup Generator tasksPRINTFUL_POST_V2_MOCKUP_GENERATOR_V2_CREATE_MOCKUP_GENERATOR_TASKSPrintful Create Mockup Generator tasks.

Printful Create Mockup Generator tasks.

Authentication

Connected account required

Tags

Mockup Generator v2
Confirm an orderPRINTFUL_POST_V2_ORDERS_V2_CONFIRM_AN_ORDERPrintful Confirm an order.

Printful Confirm an order.

Authentication

Connected account required

Tags

Orders v2
Create a new orderPRINTFUL_POST_V2_ORDERS_V2_CREATE_ANEW_ORDERPrintful Create a new order.

Printful Create a new order.

Authentication

Connected account required

Tags

Orders v2
Create a new order estimation taskPRINTFUL_POST_V2_ORDERS_V2_CREATE_ANEW_ORDER_ESTIMATION_TASKPrintful Create a new order estimation task.

Printful Create a new order estimation task.

Authentication

Connected account required

Tags

Orders v2
Create Order ItemPRINTFUL_POST_V2_ORDERS_V2_CREATE_ORDER_ITEMPrintful Create Order Item.

Printful Create Order Item.

Authentication

Connected account required

Tags

Orders v2
Calculate Shipping RatesPRINTFUL_POST_V2_SHIPPING_RATES_V2_CALCULATE_SHIPPING_RATESPrintful Calculate Shipping Rates.

Printful Calculate Shipping Rates.

Authentication

Connected account required

Tags

Shipping Rates v2
Setup webhook configuration (ISO 8601 format)PRINTFUL_POST_V2_WEBHOOKS_V2_POST_SETUP_WEBHOOK_CONFIGURATION_SETUP_WEBHOOK_CONFIGURATION_ISO8601_FORMATPrintful Setup webhook configuration (ISO 8601 format).

Printful Setup webhook configuration (ISO 8601 format).

Authentication

Connected account required

Tags

Webhooks v2 / POST Setup webhook configuration
Update order dataPRINTFUL_PUT_V1_ORDERS_UPDATE_ORDER_DATAPrintful Update order data.

Printful Update order data.

Authentication

Connected account required

Tags

Orders

Provider resources