Giriş
🎯 Bu modül ne yapar?
getUser
Yetkili bir kullanıcının verilerini alma. 🔐 Bu yöntem yetkilendirme hakkında daha fazla bilgi."}>yetkilendirme gerektirir.
updateUser
Tek bir kullanıcı nesnesini güncelleme. 🔐 Bu yöntem yetkilendirme hakkında daha fazla bilgi."}>yetkilendirme gerektirir.
archiveUser
Tek bir kullanıcıyı arşivler. 🔐 Bu yöntem yetkilendirme hakkında daha fazla bilgi."}>yetkilendirme gerektirir.
deleteUser
Tek bir kullanıcı nesnesini silme. 🔐 Bu yöntem Yetkilendirme hakkında daha fazla bilgi."}>yetkilendirme gerektirir.
addFCMToken
Push bildirimleri göndermek için FCM token'ı ekler. 🔐 Bu yöntem yetkilendirme hakkında daha fazla bilgi."}>yetkilendirme gerektirir.
deleteFCMToken
FCM token'ını siler. 🔐 Bu yöntem yetkilendirme hakkında daha fazla bilgi."}>yetkilendirme gerektirir.
getCart
Get the current user's or guest's cart. 🔐 This method requires authorization."}>authorization (or a guest context).
setCart
Replace the current user's or guest's cart. 🔐 This method requires authorization."}>authorization (or a guest context).
addCartItem
Add an item to the cart (or update the quantity of an existing one). 🔐 This method requires authorization."}>authorization (or a guest context).
removeCartItem
Remove an item from the cart. 🔐 This method requires authorization."}>authorization (or a guest context).
getWishlist
Get the current user's or guest's wishlist. 🔐 This method requires authorization."}>authorization (or a guest context).
setWishlist
Replace the current user's or guest's wishlist. 🔐 This method requires authorization."}>authorization (or a guest context).
addWishlistItem
Add an item to the wishlist. 🔐 This method requires authorization."}>authorization (or a guest context).
removeWishlistItem
Remove an item from the wishlist. 🔐 This method requires authorization."}>authorization (or a guest context).