一键导入
category-management
How to manage categories in a Tiendanube store: create hierarchies, assign products to categories, and handle multilingual category names.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
How to manage categories in a Tiendanube store: create hierarchies, assign products to categories, and handle multilingual category names.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
How to manage orders in a Tiendanube store: list, view, update, close, reopen, and cancel orders. Covers order statuses, filtering, payment and shipping status, and best practices.
How to manage content pages in a Tiendanube store: create, update, delete, and list pages. Pages are static content like "About Us", "FAQ", "Terms and Conditions", etc.
How to manage products in a Tiendanube store: create, update, delete, list, and search products. Covers product structure, variant pricing, stock management, attributes, and best practices.
Troubleshooting guide for common API errors, especially permission and scope issues when the app lacks access to certain endpoints.
How to view and recover abandoned checkouts in a Tiendanube store. Read-only access to carts where customers left before completing payment.
How to manage discount coupons in a Tiendanube store: create, update, delete, and list coupons. Covers coupon types, restrictions, and promotion strategies.
| name | category-management |
| description | How to manage categories in a Tiendanube store: create hierarchies, assign products to categories, and handle multilingual category names. |
A category has:
{"es": "..."} for Spanish stores).parent to a category ID to create a subcategory.Names are keyed by the store's language. The create_category tool handles this automatically.
Products are assigned to categories through the product endpoint, not the category endpoint.
When creating or updating a product, include "categories": [category_id_1, category_id_2]
in the product body.
parent field to move it.name with new multilingual object.