What problem does it solve?
Integrates external seller catalogs with VTEX marketplaces by handling Change Notification and SKU Suggestion workflows, enabling consistent catalog synchronization and rate-limited batch processing. Use for implementing seller-side catalog integration that pushes SKUs to VTEX marketplaces with proper notification handling and rate-limited batch synchronization.
Core Features & Use Cases
- Change Notification flow: leverages changenotification with sellerId and sellerSkuId to trigger marketplace updates.
- SKU Suggestion lifecycle: supports pending state and subsequent approval or denial to finalize SKUs.
- Product data mapping: aligns external product data to VTEX catalog schema for accurate syncing.
- Price & inventory sync: uses dedicated price/inventory notification endpoints to keep marketplace data current.
- Fulfillment simulation: provides a seller-side endpoint to simulate availability with fast responses.
- Rate-limited batch processing: implements batching, exponential backoff, and retry logic to respect VTEX API limits.
Quick Start
Configure your seller connector to start sending changenotification and SKU suggestions to VTEX marketplaces.