Salla Docs
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipment API
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Change Log
Salla CLI
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipment API
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Wishlist
  • Overview
  • Languages
  • Notify
  • Event
  • Storage
  • Configuration
  • Forms
  • Helpers
  • Auth
    • Login
    • Logout
    • Verify
    • Resend
    • Register
    • Refresh
  • Cart
    • Latest
    • Details
    • Quick Add
    • Add Item
    • Delete Item
    • Delete Image
    • Add Coupon
    • Remove Coupon
    • Get Upload Image
    • Get Quick Order Settings
    • Create Quick Order
    • Order Status
    • Get Current Cart Id
    • Price Quote
  • Wishlist
    • Add
    • Remove
    • Toggle
  • Loyalty
    • Get Program
    • Exchange
    • Reset
  • Comment
    • Add Comment
    • Fetch
    • Get Page Comments
    • Get Product Comments
  • Profile
    • Update profile
    • Update contact
  • Product
    • Get price
    • Product availability
    • Categories
    • Offer details
    • Search products
    • Get Gift Details
    • Add Gift To Cart
    • Upload Gift Image
    • Get Product Details
    • Fetch
    • Fetch Options
    • Size Guides
  • Order
    • Create cart from order
    • Cancel
    • Send invoice
    • Show order
  • Booking
    • Add
  • Rating
    • Order
    • Store
    • Products
    • Shipping
  • Currency
    • Change
    • List
  • Component
    • Reviews
    • Menus
  1. Wishlist

Toggle

This endpoint switches a product's addition or removal from the customer's wishlist. It simply calls the other endpoints Add and Remove as needed. A copy of the customer's wishlist is saved in the broswer local storage to speed the process of retrieving its content. Based on the content of the wishlist in the local storage, the items will be added or removed.

Payload authenticated#

TogglePayload
product_id
number 
required
The id of the product to be added/removed to/from a wishlist.

Response#

Success
wishlist.toggle.success
status
enum<string> 
required
Response number
Allowed values:
200201202
success
string 
required
Response flag

Usage#

To perform the action of switching a product's addition or removal from a wishlist, the method toggle() may be called as below.

Events#

This endpoint calls the add and removeendpoint, accordingly, all of their events are applicable.
Modified at 2025-03-04 12:54:02
Previous
Remove
Next
Loyalty