emart - Laravel Multi-Vendor Ecommerce Advanced CM
  • Documentation
  • Introduction
  • Key Features
  • Installation
    • Server Requirements
    • Shared Hosting Install
    • Installation Step By Step
    • Installation on VPS hosting
  • Developer Guide
    • Developer Guide
  • Setting up emart
    • Mail settings
    • Setting up CRON JOBS
    • PWA Setup
    • Multivendor Setup
    • Setting up Multicurrency
    • Database backup
    • Import Demo Content
    • Push notifications
    • Seller Payouts
    • Front settings
      • Payment gateways
      • SMS Settings
    • Site Settings
    • Setting up Google review
    • Wallet settings
    • Add-on Manager
  • faq's
    • Installation FAQ's
    • General Settings
    • Disclaimer
    • Regular & Extended Licenses
    • Privacy Policy
    • Access Denied
  • UPDATE PROCESS
    • Changelogs
    • UpdateGuide
    • Quick Update
      • 2.8.x
      • 2.9.x
      • 3.0x
  • Support
    • Support
    • Source and Credits
    • Emart Tutorials - Youtube
    • Installation of eMart
  • Conclusion
    • Conclusion
  • portfolio
  • Codecanyon
  • Themeforest
  • Graphic River
  • Homepage
  • Emart Api
  • 🍿Getting Started
  • Login
  • Register
  • Refresh Token
  • Logout
  • Social Login API
  • Homepage (12/01/2022)
  • Product Detail page (18/01)
  • Product all Comments
  • Product All Reviews
  • Get All Brands
  • Brand Products
  • Main Category with products(26/11)
  • Subcategory with products (26/11)
  • Child category with their products (26/11)
  • Get all categories
  • Get All Subcategory
  • Get All Childcategories
  • 🦹‍♂️View User Profile
  • Current User Wallet
  • User Favorite Wishlist (26/11)
  • Add item in wishlist (09/02)
  • Remove items from wishlist (09/02)
  • Wishlist collection (09/02)
  • View Particular Wishlist collection (09/02)
  • Create wishlist collection (09/02)
  • Current User Address list (02/02)
  • Create new user address (02/02)
  • List Billing address (02/02)
  • Create billing address (02/02)
  • Current User bank list (10/01/2022)
  • Current User notifications
  • 🌟My Reviews
  • Get User Cart (13/01)
  • Add Item in User Cart (13/01)
  • Remove Item from user cart (13/01)
  • Clear user cart
  • Increase item quantity in user cart (19/01) (Updated)
  • Get Guest User Cart (15/01)
  • Guest cart Store (15/01)
  • Apply Coupans
  • Remove coupan
  • General FAQ API
  • Custom Page
  • Pincode API (03/02)
  • General Configurations
  • Payment Methods List
  • List of countries
  • List of states
  • List of Cities
  • Search City (03/02)
  • Fetch City List By Pincode For Guest (03/02)
  • Fetch city list with address for logged in user (03/02)
  • List Languages
  • Fetch Current Time
  • Policy Pages
  • Order Review (27/02)
  • Localpickup apply (27/02)
  • Remove Localpickup (27/02)
  • Confirm Order
  • MY Orders
  • View Order
  • Get Razorpay Payment ORDER ID
  • Generate Paytm Checksum
  • View All Flashdeals (12/01)
  • View Specific Flashdeals (12/01)
  • Wishlist
  • Changelogs
Powered by GitBook
On this page

Was this helpful?

User Favorite Wishlist (26/11)

Fire this api to fetch user wishlist.

GET https://castleindia.in/emart/public /api/wishlist /api/wishlist

Headers

Name
Type
Description

Accept*

String

application/json

Authorization*

String

Bearer { bearer_token without bracktes }

{
    "status": "success",
    "totalitem": 4,
    "items": [
        {
            "productid": 4,
            "variantid": 6,
            "type": "v",
            "productname": {
                "en": "Apple iPad Pro"
            },
            "variant": [
                {
                    "var_name": "64GB",
                    "attr_name": "Storage",
                    "type": "s"
                },
                {
                    "var_name": "Grey",
                    "attr_name": "Color",
                    "type": "c"
                }
            ],
            "thumpath": "https://emart.test/variantimages/thumbnails",
            "thumbnail": "variant_1596517419eBZg3Q52UE.jpg",
            "price": 56713.66,
            "offerprice": 0,
            "stock": "In Stock",
            "rating": 0,
            "symbol": "₹",
            "off_in_percent": 0,
            "tax_info": "Inclusive of all taxes"
        },
        {
            "productid": 159,
            "variantid": 115,
            "type": "v",
            "productname": {
                "en": "Sunglasses"
            },
            "variant": [
                {
                    "var_name": "Red",
                    "attr_name": "Color",
                    "type": "c"
                }
            ],
            "thumpath": "https://emart.test/variantimages/thumbnails",
            "thumbnail": "variant_1637146697mpZnZQ5lcx.jpeg",
            "price": 1481.63,
            "offerprice": 411.56,
            "stock": "In Stock",
            "rating": 0,
            "symbol": "₹",
            "off_in_percent": 72,
            "tax_info": "Inclusive of all taxes"
        },
        {
            "productname": {
                "en": "Maggi Masala Ae Magic 6 g (Pack of 12)"
            },
            "productid": 4,
            "variantid": 0,
            "type": "s",
            "mainprice": 67.35,
            "offerprice": 57.62,
            "pricein": "INR",
            "symbol": "₹",
            "rating": 0,
            "thumbnail": "thum_dgp_611f37e27933e.jpg",
            "thumb_path": "https://emart.test/images/simple_products",
            "off_in_percent": 14,
            "stock": "In Stock"
        },
        {
            "productname": {
                "en": "MOTOROLA Edge 20 (Frosted Emerald, 128 GB)  (8 GB RAM)"
            },
            "productid": 5,
            "variantid": 0,
            "type": "s",
            "mainprice": 95782.4,
            "offerprice": 19156.48,
            "pricein": "INR",
            "symbol": "₹",
            "rating": 0,
            "thumbnail": "thum_dgp_611f37f475316.jpeg",
            "thumb_path": "https://emart.test/images/simple_products",
            "off_in_percent": 80,
            "stock": "In Stock"
        }
    ]
}
{
    "message": "Unauthenticated."
}

IF response fail

{
    "msg": "The currency field is required.",
    "status": "fail"
}
PreviousCurrent User WalletNextAdd item in wishlist (09/02)

Last updated 2 years ago

Was this helpful?