slug: tiendanube provider: Tiendanube generated_by: planning/capability-mapping/scripts/classify_capabilities.py model: claude-opus-5 frame: - Retail & Consumer Goods min_confidence: 0.7 capability_model: source: https://github.com/vincentmakes/turbo-ea-capabilities license: CC-BY-4.0 attribution: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0 notice: NOTICE edge_count: 5 edges: - tag: Coupons spec_file: tiendanube-coupons-api-openapi.yml capability_id: BC-440.30 capability_id_l1: BC-440 capability_name: Discount & Promotion Management confidence: 0.8 evidence: 'GET /coupons listCoupons; POST /coupons createCoupon Create a coupon; schemas: CouponInput, Coupon, Money' reason: Creating and managing discount coupons for a store is promotional/discount offer management. - tag: Customers spec_file: tiendanube-customers-api-openapi.yml capability_id: BC-420.10 capability_id_l1: BC-420 capability_name: Customer Data Management confidence: 0.8 evidence: 'GET /customers listCustomers; POST /customers createCustomer; schemas: Customer, CustomerInput, Address' reason: Create/read of consumer customer records with addresses is customer master data maintenance. - tag: Products spec_file: tiendanube-products-api-openapi.yml capability_id: BC-2370.10 capability_id_l1: BC-2370 capability_name: Item Master Data Management confidence: 0.8 evidence: 'POST /products createProduct Create a product; PUT /products/{id} updateProduct; schemas: ProductInput, Product, Category, Variant' reason: Full CRUD over the merchant's product records with categories and variants is authoritative item/product master data maintenance. - tag: Categories spec_file: tiendanube-categories-api-openapi.yml capability_id: BC-2370.10 capability_id_l1: BC-2370 capability_name: Item Master Data Management confidence: 0.7 evidence: 'POST /categories createCategory Create a category; schemas: CategoryInput, Category, LocalizedString' reason: CRUD over a merchant's product category tree is maintenance of the product taxonomy/hierarchy in the item master, matching Item Master Data Management ('hierarchies, and taxonomy'). It is not merchandising Category Management, which concerns category strategy and P&L roles. - tag: Product Images spec_file: tiendanube-product-images-api-openapi.yml capability_id: BC-2370.20 capability_id_l1: BC-2370 capability_name: Product Content Authoring Management confidence: 0.7 evidence: 'POST /products/{product_id}/images createProductImage Add a product image; schemas: ProductImage, ProductImageInput' reason: Attaching photography/rich media to product records is product content authoring, which turns an item record into sellable consumer content.