This skill facilitates integration with VTEX's fulfillment system for external sellers, enabling order placement, tracking, and invoicing through marketplace APIs. It is designed for developers working with VTEX platforms to manage order processing effectively.
$ npx skills add https://github.com/vtex/skills --skill marketplace-fulfillmentThe Marketplace Fulfillment skill enables developers to integrate with VTEX's fulfillment system for external sellers. It provides API-based order placement, tracking, and invoicing capabilities designed specifically for marketplace operations. This skill encodes VTEX-specific fulfillment patterns and constraints that aren't in standard LLM training data, helping developers avoid costly production mistakes. It's built from official VTEX documentation and covers the real requirements of order processing on the VTEX platform.
Install the skill using the provided command and integrate with VTEX's APIs for order management.
Simulating checkout processes for orders.
Placing orders and creating reservations within the fulfillment system.
Dispatching orders after approval and sending invoice notifications.
$ npx skills add https://github.com/vtex/skills --skill marketplace-fulfillmentgit clone https://github.com/vtex/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Integrate [COMPANY_NAME]'s order processing with VTEX's fulfillment system to automate order placement, tracking, and invoicing. Use VTEX's marketplace APIs to sync [DATA_TYPE] such as order details, inventory updates, and shipping confirmations. Ensure all fulfillment steps are validated before execution. [ADDITIONAL_CONTEXT_IF_NEEDED].
## VTEX Fulfillment Integration Report **Integration Status:** ✅ Successfully Synced ### Orders Processed - **Total Orders:** 42 - **Failed Orders:** 2 (Retry initiated) - **Pending Fulfillment:** 15 ### Key Actions Taken - **Order #2024-0589:** Placed in VTEX system. Tracking #: VX-48231 - **Inventory Sync:** Updated 12 SKUs for [COMPANY_NAME]’s storefront - **Shipping Confirmation:** Sent to customer via email (Order #2024-0595) ### Next Steps 1. Monitor failed orders for resolution within 2 hours. 2. Verify inventory sync accuracy for SKU #VX-9012. 3. Confirm shipping labels are generated for pending orders by EOD. --- *Report generated at 2024-05-20 14:30 UTC*
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan