commercetools-data

Production-tested patterns for commercetools product types, custom types/objects, categories, import/export, and data migration from a Platinum partner with 50+ live implementations.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "commercetools-data" with this command: npx skills add ariessolutionsio/composable-skills/ariessolutionsio-composable-skills-commercetools-data

commercetools Data Modeling & Management

Product types are immutable once assigned to products -- getting the data model right is the single most consequential decision in any commercetools implementation.

Progressive loading — only load what you need:

  • Designing product types? Load references/product-type-design.md
  • Product type operations (CRUD, migration, versioning)? Load references/product-type-operations.md
  • Choosing Custom Types vs Custom Objects? Load references/custom-types-objects.md
  • Designing category hierarchies? Load references/category-design.md
  • Setting up localization? Load references/localization.md
  • Importing or exporting data? Load references/import-export.md
  • Planning a migration? Load references/migration.md
  • Auditing catalog completeness? Load references/bulk-catalog-audit.md
  • Enriching catalog data (AI-assisted, batch updates)? Load references/bulk-catalog-enrichment.md
  • Code review or debugging? Load references/anti-patterns.md

CRITICAL Priority -- Irreversible Decisions

PatternFileImpact
Product Type Design Principlesreferences/product-type-design.mdCannot change product type on existing products. Cannot delete a type with products. Attribute removal is destructive.
Custom Types vs Custom Objectsreferences/custom-types-objects.mdOnly one Custom Type per resource at a time. Field type changes silently fail. Wrong choice = data in unreachable places.
Category Hierarchy Designreferences/category-design.mdDeep hierarchies degrade search. No automatic inheritance. Restructuring requires product reassignment.

HIGH Priority -- Significant Rework

PatternFileImpact
Localization Strategyreferences/localization.mdOver-localizing bloats payloads. Missing fallbacks break storefronts. Wrong LocalizedString usage wastes storage.
Import & Export Patternsreferences/import-export.md20-resource batch limit. Async processing with 48-hour window. Wrong import order causes unresolved references.
Migration Strategyreferences/migration.mdBig-bang migrations fail. No built-in environment promotion. Product type changes require delete-and-recreate.

MEDIUM Priority -- Quality & Maintainability

PatternFileImpact
Bulk Catalog Operationsreferences/bulk-catalog-audit.mdPatterns for auditing catalog completeness (missing slugs, descriptions), batch updates, and AI-assisted data enrichment.
Anti-Patterns Catalogreferences/anti-patterns.mdComprehensive list of data modeling mistakes with consequences and corrections.

Decision Flowcharts

"Where Should This Data Live?"

Is the data an attribute of a product variant? (color, size, weight)
  YES --> Product Type attribute
  NO  --> Continue

Is the data extending an existing resource? (loyalty points on Customer,
gift wrap on LineItem, metadata on Order)
  YES --> Custom Type (Custom Fields)
  NO  --> Continue

Is the data standalone reference/config? (feature flags, lookup tables,
app settings, cross-cutting data)
  YES --> Custom Object (container/key)
  NO  --> Continue

Is the data classifying products for navigation? (department, collection)
  YES --> Category
  NO  --> Continue

Is it a workflow state? (product review status, order fulfillment stage)
  YES --> State Machine
  NO  --> Consider whether commercetools is the right place for this data

"Product Type or Category?"

Does it define WHAT the product IS? (its schema, its attributes)
  YES --> Product Type

Does it define WHERE the product APPEARS? (navigation, browsing, collections)
  YES --> Category

Rule: If you could model it as a Category, prefer Category.
Categories are flexible. Product Types are permanent.

"How Many Product Types?"

Do products share 80%+ of their attributes?
  YES --> Same Product Type (use attributes for differentiation)
  NO  --> Different Product Types

Is data managed in Merchant Center?
  YES --> Use more specific types (better editing UX)
  NO (external PIM) --> Fewer generic types are acceptable

Key Platform Limits

ResourceLimitNotes
Product Types per Project1,000Hard limit
Attributes per Product TypeNo hard limit50 product-level + 50 variant-level searchable attributes indexed
Variants per Product100Can be increased by contacting support
Categories per Project10,000Requires review to increase
Custom Objects per Project20,000,000Generous but not infinite
Import Containers per Project1,000Keep < 200K operations per container
Resources per Import Request20Hard limit, batch accordingly
Import Operation retention48 hoursUnresolved refs retry up to 5 times
Product Selections per Store100Plan assortment strategy carefully
Distribution Channels per Store100
Supply Channels per Store100

MCP Complement

Use this skill to DESIGN the data model, then use the Developer MCP for schema details and the Commerce MCP to execute operations. For bulk catalog operations, see references/bulk-catalog-audit.md and references/bulk-catalog-enrichment.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

commercetools-api

No summary provided by upstream source.

Repository SourceNeeds Review
General

commercetools-merchant-center

No summary provided by upstream source.

Repository SourceNeeds Review
General

commercetools-frontend

No summary provided by upstream source.

Repository SourceNeeds Review
General

音乐生成

Generate custom music tracks (vocal or instrumental) via OhYesAI.

Registry SourceRecently Updated