Wishlist management operations with 3-layer architecture: API Gateway -> Customer Account Orchestrator -> Core Microservices
View Postman DocumentationToggle product in wishlist - adds if not present, removes if already exists (1 step)
POST /wishlist/toggle
POST /wishlist/toggle
Orchestrates 1 service call
POST /api/wishlist/toggle
Toggle Wishlist Item
Retrieve paginated list of all products saved in user's wishlist (1 step)
GET /wishlist
GET /wishlist
Orchestrates 1 service call
GET /api/wishlist
Get Wishlist Items
Orchestration layer for wishlist operations
Wishlist CRUD operations, toggle functionality
Wishlist Module - Orchestra Internal API Mapping | 2 APIs | 2 Total Steps