Printful
Connect to Printful to manage catalog data, product templates, orders, files, shipping rates, webhooks, stores, warehouse products, and reports.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
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 目录
可用 Tools
87 个可调用操作
Cancel an orderPRINTFUL_DELETE_V1_ORDERS_CANCEL_AN_ORDERPrintful Cancel an order.需要连接
Printful Cancel an order.
认证
需要 Connected AccountTags
Delete Product TemplatePRINTFUL_DELETE_V1_PRODUCT_TEMPLATES_DELETE_PRODUCT_TEMPLATEPrintful Delete Product Template.需要连接
Printful Delete Product Template.
认证
需要 Connected AccountTags
Disable webhook supportPRINTFUL_DELETE_V1_WEBHOOK_DISABLE_WEBHOOK_SUPPORTPrintful Disable webhook support.需要连接
Printful Disable webhook support.
认证
需要 Connected AccountTags
Delete an orderPRINTFUL_DELETE_V2_ORDERS_V2_DELETE_AN_ORDERPrintful Delete an order.需要连接
Printful Delete an order.
认证
需要 Connected AccountTags
Delete Order ItemPRINTFUL_DELETE_V2_ORDERS_V2_DELETE_ORDER_ITEMPrintful Delete Order Item.需要连接
Printful Delete Order Item.
认证
需要 Connected AccountTags
Disable support for eventPRINTFUL_DELETE_V2_WEBHOOKS_V2_DISABLE_SUPPORT_FOR_EVENTPrintful Disable support for event.需要连接
Printful Disable support for event.
认证
需要 Connected AccountTags
Disable webhook supportPRINTFUL_DELETE_V2_WEBHOOKS_V2_DISABLE_WEBHOOK_SUPPORTPrintful Disable webhook support.需要连接
Printful Disable webhook support.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Get CategoriesPRINTFUL_GET_V1_CATALOG_GET_CATEGORIESPrintful Get Categories.需要连接
Printful Get Categories.
认证
需要 Connected AccountTags
Get CategoryPRINTFUL_GET_V1_CATALOG_GET_CATEGORYPrintful Get Category.需要连接
Printful Get Category.
认证
需要 Connected AccountTags
Get ProductPRINTFUL_GET_V1_CATALOG_GET_PRODUCTPrintful Get Product.需要连接
Printful Get Product.
认证
需要 Connected AccountTags
Get Product Size GuidePRINTFUL_GET_V1_CATALOG_GET_PRODUCT_SIZE_GUIDEPrintful Get Product Size Guide.需要连接
Printful Get Product Size Guide.
认证
需要 Connected AccountTags
Get ProductsPRINTFUL_GET_V1_CATALOG_GET_PRODUCTSPrintful Get Products.需要连接
Printful Get Products.
认证
需要 Connected AccountTags
Get VariantPRINTFUL_GET_V1_CATALOG_GET_VARIANTPrintful Get Variant.需要连接
Printful Get Variant.
认证
需要 Connected AccountTags
Retrieve country listPRINTFUL_GET_V1_COUNTRY_STATE_CODE_RETRIEVE_COUNTRY_LISTPrintful Retrieve country list.需要连接
Printful Retrieve country list.
认证
需要 Connected AccountTags
Get filePRINTFUL_GET_V1_FILE_LIBRARY_GET_FILEPrintful Get file.需要连接
Printful Get file.
认证
需要 Connected AccountTags
Layout templatesPRINTFUL_GET_V1_MOCKUP_GENERATOR_LAYOUT_TEMPLATESPrintful Layout templates.需要连接
Printful Layout templates.
认证
需要 Connected AccountTags
Mockup generation task resultPRINTFUL_GET_V1_MOCKUP_GENERATOR_MOCKUP_GENERATION_TASK_RESULTPrintful Mockup generation task result.需要连接
Printful Mockup generation task result.
认证
需要 Connected AccountTags
Get scopes for tokenPRINTFUL_GET_V1_OAUTH_GET_SCOPES_FOR_TOKENPrintful Get scopes for token.需要连接
Printful Get scopes for token.
认证
需要 Connected AccountTags
Get list of ordersPRINTFUL_GET_V1_ORDERS_GET_LIST_OF_ORDERSPrintful Get list of orders.需要连接
Printful Get list of orders.
认证
需要 Connected AccountTags
Get order dataPRINTFUL_GET_V1_ORDERS_GET_ORDER_DATAPrintful Get order data.需要连接
Printful Get order data.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Get single Product TemplatePRINTFUL_GET_V1_PRODUCT_TEMPLATES_GET_SINGLE_PRODUCT_TEMPLATEPrintful Get single Product Template.需要连接
Printful Get single Product Template.
认证
需要 Connected AccountTags
Get StatisticsPRINTFUL_GET_V1_REPORTS_GET_STATISTICSPrintful Get Statistics.需要连接
Printful Get Statistics.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Get warehouse product dataPRINTFUL_GET_V1_WAREHOUSE_PRODUCTS_GET_WAREHOUSE_PRODUCT_DATAPrintful Get warehouse product data.需要连接
Printful Get warehouse product data.
认证
需要 Connected AccountTags
Get Webhook configurationPRINTFUL_GET_V1_WEBHOOK_GET_WEBHOOK_CONFIGURATIONPrintful Get Webhook configuration.需要连接
Printful Get Webhook configuration.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Retrieve a single catalog productPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_ASINGLE_CATALOG_PRODUCTPrintful Retrieve a single catalog product.需要连接
Printful Retrieve a single catalog product.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Retrieve catalog product pricesPRINTFUL_GET_V2_CATALOG_V2_RETRIEVE_CATALOG_PRODUCT_PRICESPrintful Retrieve catalog product prices.需要连接
Printful Retrieve catalog product prices.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Retrieve a list of countriesPRINTFUL_GET_V2_COUNTRIES_V2_RETRIEVE_ALIST_OF_COUNTRIESPrintful Retrieve a list of countries.需要连接
Printful Retrieve a list of countries.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Retrieve Mockup Generator tasksPRINTFUL_GET_V2_MOCKUP_GENERATOR_V2_RETRIEVE_MOCKUP_GENERATOR_TASKSPrintful Retrieve Mockup Generator tasks.需要连接
Printful Retrieve Mockup Generator tasks.
认证
需要 Connected AccountTags
Retrieve OAuth scopesPRINTFUL_GET_V2_OAUTH_SCOPES_V2_RETRIEVE_OAUTH_SCOPESPrintful Retrieve OAuth scopes.需要连接
Printful Retrieve OAuth scopes.
认证
需要 Connected AccountTags
Get InvoicePRINTFUL_GET_V2_ORDERS_V2_GET_INVOICEPrintful Get Invoice.需要连接
Printful Get Invoice.
认证
需要 Connected AccountTags
Get Order ItemPRINTFUL_GET_V2_ORDERS_V2_GET_ORDER_ITEMPrintful Get Order Item.需要连接
Printful Get Order Item.
认证
需要 Connected AccountTags
Get Order ItemsPRINTFUL_GET_V2_ORDERS_V2_GET_ORDER_ITEMSPrintful Get Order Items.需要连接
Printful Get Order Items.
认证
需要 Connected AccountTags
Get ShipmentsPRINTFUL_GET_V2_ORDERS_V2_GET_SHIPMENTSPrintful Get Shipments.需要连接
Printful Get Shipments.
认证
需要 Connected AccountTags
Retrieve a list of ordersPRINTFUL_GET_V2_ORDERS_V2_RETRIEVE_ALIST_OF_ORDERSPrintful Retrieve a list of orders.需要连接
Printful Retrieve a list of orders.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Retrieve a single orderPRINTFUL_GET_V2_ORDERS_V2_RETRIEVE_ASINGLE_ORDERPrintful Retrieve a single order.需要连接
Printful Retrieve a single order.
认证
需要 Connected AccountTags
Retrieve a list of storesPRINTFUL_GET_V2_STORES_V2_RETRIEVE_ALIST_OF_STORESPrintful Retrieve a list of stores.需要连接
Printful Retrieve a list of stores.
认证
需要 Connected AccountTags
Retrieve a single storePRINTFUL_GET_V2_STORES_V2_RETRIEVE_ASINGLE_STOREPrintful Retrieve a single store.需要连接
Printful Retrieve a single store.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Get webhook configurationPRINTFUL_GET_V2_WEBHOOKS_V2_GET_WEBHOOK_CONFIGURATIONPrintful Get webhook configuration.需要连接
Printful Get webhook configuration.
认证
需要 Connected AccountTags
Get webhook event configurationPRINTFUL_GET_V2_WEBHOOKS_V2_GET_WEBHOOK_EVENT_CONFIGURATIONPrintful Get webhook event configuration.需要连接
Printful Get webhook event configuration.
认证
需要 Connected AccountTags
Update an orderPRINTFUL_PATCH_V2_ORDERS_V2_UPDATE_AN_ORDERPrintful Update an order.需要连接
Printful Update an order.
认证
需要 Connected AccountTags
Update Order ItemPRINTFUL_PATCH_V2_ORDERS_V2_UPDATE_ORDER_ITEMPrintful Update Order Item.需要连接
Printful Update Order Item.
认证
需要 Connected AccountTags
Approve a designPRINTFUL_POST_V1_APPROVAL_SHEETS_API_APPROVE_ADESIGNPrintful Approve a design.需要连接
Printful Approve a design.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Add a new filePRINTFUL_POST_V1_FILE_LIBRARY_ADD_ANEW_FILEPrintful Add a new file.需要连接
Printful Add a new file.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Create a mockup generation taskPRINTFUL_POST_V1_MOCKUP_GENERATOR_CREATE_AMOCKUP_GENERATION_TASKPrintful Create a mockup generation task.需要连接
Printful Create a mockup generation task.
认证
需要 Connected AccountTags
Confirm draft for fulfillmentPRINTFUL_POST_V1_ORDERS_CONFIRM_DRAFT_FOR_FULFILLMENTPrintful Confirm draft for fulfillment.需要连接
Printful Confirm draft for fulfillment.
认证
需要 Connected AccountTags
Create a new orderPRINTFUL_POST_V1_ORDERS_CREATE_ANEW_ORDERPrintful Create a new order.需要连接
Printful Create a new order.
认证
需要 Connected AccountTags
Estimate order costsPRINTFUL_POST_V1_ORDERS_ESTIMATE_ORDER_COSTSPrintful Estimate order costs.需要连接
Printful Estimate order costs.
认证
需要 Connected AccountTags
Calculate shipping ratesPRINTFUL_POST_V1_SHIPPING_RATE_CALCULATE_SHIPPING_RATESPrintful Calculate shipping rates.需要连接
Printful Calculate shipping rates.
认证
需要 Connected AccountTags
Change packing slipPRINTFUL_POST_V1_STORE_INFORMATION_CHANGE_PACKING_SLIPPrintful Change packing slip.需要连接
Printful Change packing slip.
认证
需要 Connected AccountTags
Set up webhook configurationPRINTFUL_POST_V1_WEBHOOK_SET_UP_WEBHOOK_CONFIGURATIONPrintful Set up webhook configuration.需要连接
Printful Set up webhook configuration.
认证
需要 Connected AccountTags
Add a new filePRINTFUL_POST_V2_FILES_V2_ADD_ANEW_FILEPrintful Add a new file.需要连接
Printful Add a new file.
认证
需要 Connected AccountTags
Create Mockup Generator tasksPRINTFUL_POST_V2_MOCKUP_GENERATOR_V2_CREATE_MOCKUP_GENERATOR_TASKSPrintful Create Mockup Generator tasks.需要连接
Printful Create Mockup Generator tasks.
认证
需要 Connected AccountTags
Confirm an orderPRINTFUL_POST_V2_ORDERS_V2_CONFIRM_AN_ORDERPrintful Confirm an order.需要连接
Printful Confirm an order.
认证
需要 Connected AccountTags
Create a new orderPRINTFUL_POST_V2_ORDERS_V2_CREATE_ANEW_ORDERPrintful Create a new order.需要连接
Printful Create a new order.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Create Order ItemPRINTFUL_POST_V2_ORDERS_V2_CREATE_ORDER_ITEMPrintful Create Order Item.需要连接
Printful Create Order Item.
认证
需要 Connected AccountTags
Calculate Shipping RatesPRINTFUL_POST_V2_SHIPPING_RATES_V2_CALCULATE_SHIPPING_RATESPrintful Calculate Shipping Rates.需要连接
Printful Calculate Shipping Rates.
认证
需要 Connected AccountTags
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).
认证
需要 Connected AccountTags
Update order dataPRINTFUL_PUT_V1_ORDERS_UPDATE_ORDER_DATAPrintful Update order data.需要连接
Printful Update order data.
认证
需要 Connected AccountTags