VTEX - Documentation avatar

VTEX - Documentation

Official

@vtexdocs · Rio de Janeiro, RJ

0Followers
|
20Public Repos
|
21Published Skills

Documenting VTEX Services and APIs

Skills Distribution
DomainBusiness, Fi...E-commerce Integra.. (40%)Headless Storefron.. (30%)Payment & Security.. (30%)

Agent Skills by VTEX - Documentation

Showing 21 vetted skills indexed across 1 GitHub repositories.

vtexdocsvtexdocs
39

payment-provider-protocol

Implement VTEX Payment Provider Protocol PPP connectors with endpoint contracts and manifest requirements.

Official
Advanced
vtexdocsvtexdocs
39

payment-pci-security

Enforces PCI-compliant card data handling and Secure Proxy routing for VTEX payment connectors.

Official
Advanced
vtexdocsvtexdocs
39

payment-idempotency

Enforce idempotency in payment flows using paymentId and requestId keys.

Official
Advanced
vtexdocsvtexdocs
39

payment-async-flow

Implement asynchronous payment flows with callback-based settling for Boleto and Pix.

Official
Advanced
vtexdocsvtexdocs
39

marketplace-fulfillment

Automate VTEX marketplace fulfillment authorization, invoicing, and tracking updates.

Official
Advanced
vtexdocsvtexdocs
39

marketplace-catalog-sync

Coordinate VTEX marketplace change notifications and SKU suggestions for seller catalogs.

Official
Advanced
vtexdocsvtexdocs
39

marketplace-order-hook

Configure VTEX order webhooks with Feed v3 and Hook filters.

Official
Advanced
vtexdocsvtexdocs
39

marketplace-rate-limiting

Configure retry logic with exponential backoff for VTEX marketplace API calls.

Official
Advanced
vtexdocsvtexdocs
39

vtex-io-app-structure

Align VTEX IO app scaffolding with manifest, builders, and policy best practices.

Official
Advanced
vtexdocsvtexdocs
39

vtex-io-service-apps

Standardize VTEX IO backend services with IOClients and service wiring.

Official
Advanced
vtexdocsvtexdocs
39

vtex-io-react-apps

Builds VTEX IO React components for storefront blocks and admin panels using interfaces.json and GraphQL data fetching via useQuery.

Official
Advanced
vtexdocsvtexdocs
39

vtex-io-masterdata

Manage Master Data v2 entities and schemas with MasterDataClient in VTEX IO apps.

Official
Advanced
vtexdocsvtexdocs
39

vtex-io-graphql-api

Expose data through a GraphQL API in VTEX IO apps with schemas, resolvers, and directives.

Official
Advanced
vtexdocsvtexdocs
39

faststore-overrides

Override FastStore sections via getOverriddenSection within src/components/overrides.

Official
Advanced
vtexdocsvtexdocs
39

faststore-data-fetching

Extend the FastStore GraphQL API with typeDefs and server-side resolvers.

Official
Intermediate
vtexdocsvtexdocs
39

faststore-theming

Apply design-token overrides to FastStore storefront themes via custom-theme.scss.

Official
Intermediate
vtexdocsvtexdocs
39

faststore-state-management

Manage cart, session, and search state with FastStore SDK hooks.

Official
Advanced
vtexdocsvtexdocs
39

headless-caching-strategy

Classify VTEX API responses by cacheability to guide TTLs and invalidation strategies.

Official
Advanced
vtexdocsvtexdocs
39

headless-intelligent-search

Call VTEX Intelligent Search endpoints directly from headless storefronts.

Official
Advanced
vtexdocsvtexdocs
39

headless-checkout-proxy

Proxy VTEX Checkout API calls through a BFF with server-side session and cookie management.

Official
Advanced
vtexdocsvtexdocs
39

headless-bff-architecture

Route private VTEX API calls through a secure Express-based BFF.

Official
Advanced

Frequently Asked Questions About VTEX - Documentation

FAQPage Schema
What specific commerce tasks can I perform using these technical specifications?

You can implement custom payment connectors, synchronize marketplace inventory and order fulfillment, manage Master Data entities, and build headless storefronts using GraphQL-based data fetching and custom theme overrides.

Which engineering personas are the primary target for this documentation?

This documentation is designed for e-commerce engineers, backend developers building marketplace integrations, and frontend developers specializing in headless storefront architectures and React-based storefront components.

What are the prerequisites for implementing a custom payment connector?

Implementation requires adherence to the Payment Provider Protocol, including endpoint contract compliance, PCI-compliant card data handling, and the configuration of idempotency keys for transaction reliability.