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
Blog
Developer Portal
Wishlist
Languages
Notify
Event
Overview
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
Wishlist
Add
This endpoint adds a product to the customer's wishlist. A customer's wishlist is a collection of desired products saved to the customer's account, indicating interest but not an immediate intent to buy.
Payload
authenticated
#
AddPayload
product_id
number
required
The id of the product to be added to a wishlist.
Response
#
Success
wishlist.add.success
status
enum<string>
required
Response number
Allowed values:
200
201
202
success
string
required
Response flag
Usage
#
To perform the action of adding a product to the customer's wishlist, the method
add()
may be used as follows.
Events
#
This endpoint may trigger two events, the onAdded and onAdditionFailed events.
onAdded
#
This event is triggered when adding a product to the customer's wishlist is done without having any errors coming back from the backend.
onAdditionFailed
#
This event is triggered when adding a product to the customer's wishlist is not completed and an error has occurred.
Modified at
2024-02-18 11:42:32
Previous
Wishlist
Next
Remove