Skip to main content

Changelog

All notable changes to the Wuilt Commerce API and documentation will be documented in this file.

[1.0.0] - November 2025

🤖 Added - AI Assistant Integration

We've integrated Context7 AI Assistant to help you work with the Wuilt API more efficiently:

  • New Documentation Page - Complete guide on using Context7 with Wuilt docs
  • Chat Interface - Ask questions and get instant answers with code examples at context7.com/websites/store-docs_wuilt
  • AI Coding Assistant Support - Integration instructions for Cursor, Windsurf, Claude, and other AI tools
  • Homepage Feature Card - Quick access to AI assistance from the main page
  • Contextual Help - AI assistant links added throughout documentation for easy access

Benefits:

  • 💬 Natural language queries about the API
  • ✅ Accurate, hallucination-free answers from official docs
  • 🔍 Semantic search across all documentation
  • 🚀 Faster integration with AI-generated code examples

Learn more about the AI Assistant →


[0.2.1] - October 2025

📚 Documentation Updates

Webhooks Testing

  • Webhook.site Integration: Added webhook.site as a no-setup testing alternative for webhooks
    • Quick testing option without requiring local server setup
    • Real-time payload inspection and debugging
    • Instant webhook URL generation
    • Perfect for developers who want to test webhooks without Node.js and ngrok setup
  • Improved Testing Guide: Reorganized webhook testing documentation with clear options:
    • Option 1: Webhook.site for quick testing (no setup required)
    • Option 2: ngrok for local development with custom code

[0.2.0] - September 2025

📚 New Documentation

API Guides

  • Product Creation Workflow: Complete guide for creating products with variants
  • Option Management: How to create and manage product options and values
  • Collection Management: Adding and removing products from collections
  • Error Handling: Common errors and their solutions

Sample Files

  • GraphQL Mutations: 14 complete mutation examples with variables
  • JSON Variables: Real-world variable examples for all mutations
  • Markdown Documentation: Comprehensive guides for each API endpoint
  • Troubleshooting Guides: Detailed error resolution documentation

Product Management API Enhancements

  • New Product Option Management: Added comprehensive mutations for creating and managing product options
    • createProductOption - Create product options (Size, Color, etc.)
    • createProductOptionValue - Create values for options (Small, Large, Red, Blue, etc.)
    • createProductAttribute - Create product attributes (Material, Brand, etc.)
    • createProductAttributeValue - Create values for attributes (Cotton, Polyester, etc.)

Enhanced Product Creation Workflow

  • Structured Product Variants: Products with variants follow a 3-step workflow:
    1. Create product options using createProductOption
    2. Create option values using createProductOptionValue
    3. Create products referencing existing option/value IDs
  • Improved Data Consistency: Options and values are reusable across multiple products
  • Better Validation: Enhanced validation for product variant combinations

Complete Sample API Collection

  • 14 New GraphQL Operations: Comprehensive set of product and collection management APIs
  • Real-world Examples: Working examples with actual data structures
  • Comprehensive Documentation: Detailed guides and troubleshooting information

Documentation Enhancements

  • Step-by-step Workflows: Complete product creation workflow documentation
  • Troubleshooting Guides: Detailed error resolution guides with common solutions
  • Best Practices: Implementation recommendations and common pitfalls
  • Real Examples: Working examples from production usage

[0.1.0] - Initial Release

🚀 Initial Features

  • Basic GraphQL API: Core product and collection management
  • Schema Generation: Automated schema reduction and type generation
  • Authentication: API key-based authentication system

Stay Updated

For the latest updates and announcements:

Need Help?

If you have questions about API changes or need assistance with your integration, please reach out to our support team.