Skip to main content

SalesforceCommerceCloud/b2c-developer-tooling

O SkillsMP coletou 67 skills de SalesforceCommerceCloud/b2c-developer-tooling. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
67
Estrelas no GitHub
51
Forks no GitHub
16

Mostrando 40 de 67 skills coletadas.

ocupação
sem classificação
descrição

Run and monitor jobs on B2C Commerce instances using the b2c CLI, including individual site archive imports and exports and search indexing. Use this skill whenever the user needs to trigger an existing job, import a single site archive, export site data,…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Import and export site archives containing metadata XML on B2C Commerce instances using the b2c CLI. Use this skill whenever the user needs to import a site archive directory or zip to an instance, apply an ordered set of archives idempotently, export site…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

List, upload, download, and manage files on B2C Commerce instances via WebDAV. Use this skill whenever the user needs to upload files to IMPEX directories, download exports from an instance, list remote files, create or delete directories, zip or unzip files…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Build backend integrations that sync data between B2C Commerce and external systems like ERPs, OMS, WMS, or CRMs using SCAPI Admin APIs. Use this skill whenever the user needs to pull or push orders, products, inventory, or customer data programmatically from…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Call Shopper Commerce APIs (SCAPI) from headless storefronts and composable commerce apps. Use this skill whenever the user is building with PWA Kit, Storefront Next (SFNext), or a headless frontend and needs to search products, manage baskets, submit orders,…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Updating user guides, CLI reference, and API documentation for the B2C CLI project. Use when adding or changing CLI command docs, writing JSDoc for TypeDoc generation, updating Vitepress sidebar config, or creating new guide pages.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Register and implement B2C Commerce platform hooks -- scripts registered in a cartridge's hooks.json and invoked by HookMgr during OCAPI/SCAPI requests or system events. Applies ONLY to writing or debugging code registered in hooks.json and called by the…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Get started with Salesforce B2C Commerce development. Use this skill when the user is new to B2C Commerce, wants to set up a fresh development environment, is asking "how do I get started", needs to install the B2C CLI for the first time, wants to connect a…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Create custom job steps for B2C Commerce batch processing. Use this skill whenever the user needs to write a batch job, data export script, scheduled cleanup task, or any server-side processing that runs on a schedule. Also use when they ask about…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Store and query custom business data using CustomObjectMgr, OCAPI Data API, and Shopper Custom Objects API. Use this skill whenever the user needs to create, read, update, or search custom object instances, build processing queues with status fields, choose…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Add translations and multi-language support to B2C Commerce storefronts. Use this skill whenever the user needs to translate a storefront, add a new locale, create or edit .properties resource bundles, display translated strings in templates, format dates or…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Define custom attributes, custom object types, and site preferences for B2C Commerce using metadata XML. Use this skill whenever the user needs to add a field to products, orders, or customers, create a new custom object type, set up site preferences, or…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Define Page Designer page types and component types with regions, attributes, and rendering scripts. Use this skill whenever the user needs to create a new page or component type, configure regions with allowed component constraints, define…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Write efficient data queries in B2C Commerce for products, customers, and orders. Use this skill whenever the user needs to search products on a storefront page, look up customer profiles, query orders, paginate search results, or fix slow category pages.…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Implement web service integrations in B2C Commerce using LocalServiceRegistry. Use this skill whenever the user needs to call external REST or SOAP APIs from a cartridge, configure service credentials and profiles in services.xml, handle HTTP requests with…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Build ISML templates with isprint, isset, isloop, isdecorate, isinclude tags, and ${...} expression syntax. Use this skill whenever the user needs to write or debug storefront templates, create decorator layouts with isreplace, build reusable template…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Deploy, download, and manage cartridge code versions on B2C Commerce instances. Use this skill whenever the user needs to upload or download cartridges to/from a sandbox, activate or delete code versions, watch for local file changes during development, or…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Convert a Figma frame into one or more live Storefront Next Page Designer blocks in one shot. Use whenever the user provides a Figma URL and wants the design to become merchant-authorable Page Designer components in a Storefront Next project. Requires the…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Retrieve and search logs from B2C Commerce instances using the b2c CLI. Use this skill whenever the user needs to view server logs, search for errors, filter log entries by level or time, or monitor logs in real-time. Also use when the user reports a 500…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Search and read B2C Commerce documentation using the b2c CLI. Covers Script API reference (dw.* classes/modules), Developer Center guides (Commerce API, PWA Kit, SFRA, Storefront Next, B2C Commerce), Salesforce Help (Business Manager administration and…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Inspect, configure, and troubleshoot the B2C CLI's setup, authentication, and instance connections. Use this skill as the **fallback whenever CLI setup, configuration, or authentication is unclear or failing** — including "command can't find my…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

End-to-end workflow for consuming custom SCAPI endpoints from a Storefront Next project — adding them as typed clients via `b2c sfnext scapi add custom`, discovering their schema, and calling them from loaders/actions/useScapiFetcher. Use this skill whenever…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Implement server-side data fetching in Storefront Next using loaders, actions, and useScapiFetcher. Use when writing loader functions, making SCAPI calls, handling form submissions, or implementing interactive data fetching. Covers synchronous loaders,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Add, remove, and list typed SCAPI clients in a Storefront Next project using `b2c sfnext scapi` commands, and browse API schemas to discover endpoints before writing loaders. Use this skill whenever the user says 'sfnext scapi', 'add an API to my storefront…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Query observability metrics from SCAPI Metrics API (CLOSED BETA). Use this skill whenever the user needs request volume, latency distributions, error rates, cache performance, or technical health indicators for SCAPI, OCAPI, MRT, SFRA controllers, or overall…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Develop Custom SCAPI REST endpoints with api.json routes, schema.yaml definitions, and OAuth scope configuration. Use this skill whenever the user needs to create a custom API on the Commerce platform, define OpenAPI 3.0 schemas for request/response,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Implement SLAS authentication patterns in B2C Commerce including passwordless login (email OTP, SMS OTP, passkeys), session bridging between PWA Kit/Storefront Next and SFRA, hybrid authentication (B2C 25.3+), token refresh flows, trusted system on behalf of…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Debug B2C Commerce server-side scripts using the b2c CLI. Use this skill whenever the user needs to set breakpoints, step through code, inspect variables, evaluate expressions, or investigate runtime behavior on a B2C Commerce instance. Also use when the user…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Create, update, and manage SLAS (Shopper Login and API Access Service) clients using the b2c CLI. Use this skill whenever the user needs to provision a SLAS client, update OAuth scopes, rotate client secrets, get a shopper access token, or configure shopper…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Adding new modules and exports to the @salesforce/b2c-tooling-sdk package. Use when creating a new SDK module, adding barrel file exports, configuring package.json exports, or building client factory functions.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Check custom SCAPI endpoint registration status using the b2c CLI. Use this skill whenever the user needs to verify that their custom API endpoints are registered and working, debug 404 or "endpoint not found" errors on custom APIs, or list custom API…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Manage the order lifecycle in B2C Commerce including order creation, status transitions, failure handling, and checkout completion. Use this skill whenever the user needs to create an order from a basket, transition order status, handle failed or cancelled…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Manage Commerce App Packages (CAPs), also called commerce apps or apps, and commerce features using the b2c CLI. Use this skill whenever the user needs to validate, package, install, uninstall, list, or pull commerce apps on B2C Commerce instances, view…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Run analytics reports and SQL queries against B2C Commerce Intelligence data using the b2c CLI. Use this skill whenever the user needs sales analytics, search query performance metrics, payment data, or KPI exports, OR technical/developer analytics such as…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Build Business Manager extension cartridges with custom admin tools, menu items, and dialog actions. Use this skill whenever the user needs to create bm_* cartridges, add menu actions or dialog buttons in BM, configure bm_extensions.xml, or extend admin pages…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Build or sync a Storefront Next vertical's Figma design kit — duplicate the official kit, update Brand variable collections from brand.css, edit components at the correct layer, and publish Figma Code Connect mappings. Use when asked to set up, duplicate, or…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Author a new Storefront Next design-system component the right way — pick the correct layer (primitive vs composite), reuse-or-extend before creating, define CVA variants bound to semantic tokens, add data-slot attributes, satisfy the accessibility checklist,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Create a new Storefront Next vertical (brand theme / storefront variant) by editing brand design tokens, typography, dark mode, and the Figma kit. Use when asked to create a new vertical, brand, theme, or storefront variant, re-skin the storefront, or change…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Build extensions for Storefront Next using target-config.json, target points, extension routes, and translation namespaces. Use when creating modular features, inserting components into UI targets, adding extension routes, adding a section to an existing…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Manage Account Manager resources including API clients, users, roles, and organizations. Use this skill whenever the user needs to create or update API clients, onboard or offboard developers, assign Account Manager roles scoped to tenants, audit user…

Idioma do texto original: inglês

atualizado
Mostrando 40 de 67 skills coletadas.