commercetools-merchant-center
Installation
SKILL.md
commercetools Merchant Center Customization Development
Progressive loading — only load what you need:
- Building a Custom Application? Load
references/custom-applications.md - Building a Custom View? Load
references/custom-views.md - Working with data fetching or external API proxying? Load
references/ui-data-fetching.md - Working with forms, routing, or UI Kit components? Load
references/ui-forms-components.md - Deploying or testing? Load
references/deployment.md
CRITICAL Priority -- Architectural Decisions
| Pattern | File | Impact |
|---|---|---|
| Custom Application vs Custom View | references/custom-applications.md | Wrong choice means rebuilding from scratch. Applications are full pages; Views are embedded panels. |
| Application Shell & Entry Point Config | references/custom-applications.md | Misconfigured entryPointUriPath or cloudIdentifier blocks all development. Reserved paths silently fail. |
| OAuth Scopes & Permission Model | references/custom-applications.md | Missing scopes cause 403 errors in production. Over-scoping violates least privilege. Team assignment is required. |