commercengine
- 11 skills
- 0 followers
- 19 hours ago last updated
- ▌ Ce AI · commercengine bundleWebMCP agent tools for Commerce Engine storefronts using @commercengine/ai. Exposes catalog search, product/variant lookup, real cart mutations, navigation, and session state to browser AI agents via document.modelContext, across React SPA, Next.js, Astro, SvelteKit, and TanStack Start. Covers registration lifecycle and cancellation, capability gating, and resolving CMS slugs in both directions.
- ▌ Ce · commercengine bundleCommerce Engine router. Use when the user asks about building a storefront, setting up the SDK, auth, products, cart, checkout, orders, webhooks, SSR, SEO, AI agent tools, Next.js, or TanStack Start e-commerce patterns.
- ▌ Ce SEO · commercengine bundleSEO and agent-readable content for Commerce Engine storefronts using @commercengine/seo. Covers head metadata, JSON-LD (Product/ProductGroup with variesBy), canonical URLs, robots.txt, sitemaps, llms.txt, and Markdown mirrors across React SPA, Next.js, Astro, SvelteKit, and TanStack Start — including CMS-owned URLs, where route records map several landing pages onto one catalog product.
- ▌ Ce Ssr · commercengine bundleBuild custom SSR bindings with @commercengine/ssr-utils for frameworks without a first-party Commerce Engine wrapper (Nuxt and other unsupported frameworks). CookieAdapter, ServerTokenStorage, and public vs session patterns.
- ▌ Ce Auth · commercengine bundleCommerce Engine authentication and user management. Anonymous sessions, OTP login, password auth, token refresh, profile management, and account flows.
- ▌ Ce Setup · commercengine bundleSet up the Commerce Engine TypeScript SDK in any project. Framework detection, public vs session client selection, token storage choices, environment variables, and migration guidance.
- ▌ Ce Orders · commercengine bundleCommerce Engine order management - create orders, list/detail, shipment tracking, payment status, cancellation, and refunds.
- ▌ Ce Catalog · commercengine bundleCommerce Engine product catalog - products, variants, SKUs, categories, faceted search, reviews, and recommendations.
- ▌ Ce Webhooks · commercengine bundleCommerce Engine webhook events and syncing. 14 event types for orders, payments, refunds, and shipments. Signature verification and async processing patterns.
- ▌ Ce Ssr Patterns · commercengine bundleSSR/meta-framework patterns for Commerce Engine using @commercengine/storefront. Covers Next.js, TanStack Start, Astro, and SvelteKit with publicStorefront(), clientStorefront(), serverStorefront(), bootstrap, server functions/actions, pre-rendering, and cookie-based token management.
- ▌ Ce Cart Checkout · commercengine bundleCommerce Engine cart management, checkout flow, and payment integration. Hosted checkout (recommended) and custom checkout with Cart CRUD, coupons, loyalty points, fulfillment, and payment gateways.