Microservices are an approach to developing applications as a collection of small, independent services that work together. This document discusses microservices for Websphere Commerce (WCS), including:
1. The characteristics of microservices like separate scaling, databases, and teams for each service.
2. Why microservices are useful for digital commerce, including supporting spikes in traffic, regional deployments, and improving customer experience.
3. Challenges of microservices like service identification and data consistency, as well as prerequisites like decoupled interfaces and monitoring tools.