marketplace-order-hook
Originally fromvtexdocs/ai-skills
Installation
SKILL.md
Order Integration & Webhooks
When this skill applies
Use this skill when building an integration that needs to react to order status changes in a VTEX marketplace — such as syncing orders to an ERP, triggering fulfillment workflows, or sending notifications to external systems.
- Configuring Feed v3 or Hook for order updates
- Choosing between Feed (pull) and Hook (push) delivery models
- Validating webhook authentication and processing events idempotently
- Handling the complete order status lifecycle
Do not use this skill for:
- Catalog or SKU synchronization (see
marketplace-catalog-sync) - Invoice and tracking submission (see
marketplace-fulfillment) - General API rate limiting (see
marketplace-rate-limiting)