<route url="/V1/wishlist/customer/items" method="GET">
<service class="XteamWishlistApiWishlistManagementInterface" method="getWishlistItemsByCustomerId"/>
<resources>
<resource ref="anonymous" />
</resources>
<data>
<parameter name="customerId" force="true">%customer_id%</parameter>
</data>
</route>
<route url="/V1/wishlist/customer/item/:customerId/:productId" method="DELETE">
<service class="XteamWishlistApiWishlistManagementInterface" method="removeProductFromWishlist"/>
<resources>
<resource ref="anonymous" />
</resources>
</route>