返回顶部
p

printfulPrintful

Printful — print-on-demand products, orders, shipping rates, mockup generation, and store management.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
268
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

printful

👕 Printful

Printful — 按需打印产品、订单、运费、样机生成及店铺管理。

环境要求

变量必填说明
PRINTFULAPIKEYPrintful API 令牌

快速开始

bash

列出同步产品


python3 {{baseDir}}/scripts/printful.py list-products --limit 20 --offset 0

获取产品详情

python3 {{baseDir}}/scripts/printful.py get-product

创建订单

python3 {{baseDir}}/scripts/printful.py create-order --recipient JSON --items JSON array

列出订单

python3 {{baseDir}}/scripts/printful.py list-orders --limit 20 --offset 0 --status

获取订单详情

python3 {{baseDir}}/scripts/printful.py get-order

取消订单

python3 {{baseDir}}/scripts/printful.py cancel-order

估算订单成本

python3 {{baseDir}}/scripts/printful.py estimate-costs --recipient JSON --items JSON array

计算运费

python3 {{baseDir}}/scripts/printful.py get-shipping-rates --recipient JSON --items JSON array

浏览产品目录

python3 {{baseDir}}/scripts/printful.py list-catalog --category

获取目录产品详情

python3 {{baseDir}}/scripts/printful.py get-catalog-product

列出样机模板

python3 {{baseDir}}/scripts/printful.py list-mockup-templates --product-id

生成样机

python3 {{baseDir}}/scripts/printful.py create-mockup --product-id --files JSON

列出仓库

python3 {{baseDir}}/scripts/printful.py list-warehouses

列出支持的国家

python3 {{baseDir}}/scripts/printful.py list-countries

获取店铺信息

python3 {{baseDir}}/scripts/printful.py get-store-info

输出格式

所有命令默认输出 JSON 格式。

脚本参考

脚本说明
{baseDir}/scripts/printful.py主 CLI — 所有命令集成于单一工具

致谢

M. Abidi 构建 | agxntsix.ai YouTube | GitHub 属于面向 OpenClaw 代理的 AgxntSix 技能套件 的一部分。

📅 需要为您的业务配置 OpenClaw? 预约免费咨询

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 printful-1776203120 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 printful-1776203120 技能

通过命令行安装

skillhub install printful-1776203120

下载

⬇ 下载 printful v1.0.0(免费)

文件大小: 3.81 KB | 发布时间: 2026-4-15 11:09

v1.0.0 最新 2026-4-15 11:09
Initial release of the Printful skill.

- Offers print-on-demand product, order, shipping, mockup, and store management via CLI.
- Requires a Printful API key (set with PRINTFUL_API_KEY).
- Provides commands to list and manage products, create/cancel orders, estimate costs, generate mockups, and view store info.
- No external dependencies; works with Python 3.10+ (stdlib only).
- Outputs all results as JSON for easy integration.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部