marketplace-rate-limiting

Official

Rate-limit resilience for VTEX marketplace.

Authorvtexdocs
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Rate-limiting and resilience challenges arise when VTEX marketplace integrations call VTEX APIs, risking dropped requests and degraded throughput. This Skill provides structured patterns to manage load, implement robust retries, and maintain high availability across marketplace operations.

Core Features & Use Cases

  • Exponential backoff with jitter on 429 responses to prevent thundering herd and burst traffic.
  • Circuit breakers and request queuing to regulate throughput and protect downstream services.
  • Proactive rate-limit awareness by reading VTEX headers such as X-RateLimit-Remaining and X-RateLimit-Reset and honoring Retry-After when available.
  • No tight retry loops and safe fallbacks to maintain high availability.
  • Use cases include high-volume catalog updates, pricing/inventory updates, and order-related integrations in VTEX marketplace.

Quick Start

Configure and run the rate-limited HTTP client to begin handling VTEX marketplace API calls with exponential backoff and queueing.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: marketplace-rate-limiting
Download link: https://github.com/vtexdocs/ai-skills/archive/main.zip#marketplace-rate-limiting

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.