VTEX - Documentation
Official@vtexdocs · Rio de Janeiro, RJ
Documenting VTEX Services and APIs
Agent Skills by VTEX - Documentation
Showing 21 vetted skills indexed across 1 GitHub repositories.
payment-provider-protocol
Implement VTEX Payment Provider Protocol PPP connectors with endpoint contracts and manifest requirements.
payment-pci-security
Enforces PCI-compliant card data handling and Secure Proxy routing for VTEX payment connectors.
payment-idempotency
Enforce idempotency in payment flows using paymentId and requestId keys.
payment-async-flow
Implement asynchronous payment flows with callback-based settling for Boleto and Pix.
marketplace-fulfillment
Automate VTEX marketplace fulfillment authorization, invoicing, and tracking updates.
marketplace-catalog-sync
Coordinate VTEX marketplace change notifications and SKU suggestions for seller catalogs.
marketplace-order-hook
Configure VTEX order webhooks with Feed v3 and Hook filters.
marketplace-rate-limiting
Configure retry logic with exponential backoff for VTEX marketplace API calls.
vtex-io-app-structure
Align VTEX IO app scaffolding with manifest, builders, and policy best practices.
vtex-io-service-apps
Standardize VTEX IO backend services with IOClients and service wiring.
vtex-io-react-apps
Builds VTEX IO React components for storefront blocks and admin panels using interfaces.json and GraphQL data fetching via useQuery.
vtex-io-masterdata
Manage Master Data v2 entities and schemas with MasterDataClient in VTEX IO apps.
vtex-io-graphql-api
Expose data through a GraphQL API in VTEX IO apps with schemas, resolvers, and directives.
faststore-overrides
Override FastStore sections via getOverriddenSection within src/components/overrides.
faststore-data-fetching
Extend the FastStore GraphQL API with typeDefs and server-side resolvers.
faststore-theming
Apply design-token overrides to FastStore storefront themes via custom-theme.scss.
faststore-state-management
Manage cart, session, and search state with FastStore SDK hooks.
headless-caching-strategy
Classify VTEX API responses by cacheability to guide TTLs and invalidation strategies.
headless-intelligent-search
Call VTEX Intelligent Search endpoints directly from headless storefronts.
headless-checkout-proxy
Proxy VTEX Checkout API calls through a BFF with server-side session and cookie management.
headless-bff-architecture
Route private VTEX API calls through a secure Express-based BFF.
Frequently Asked Questions About VTEX - Documentation
FAQPage SchemaWhat 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.