OGWUGO API DOCUMENTATION

  1. Home
  2. Docs
  3. OGWUGO API DOCUMENTATION
  4. Main Server Documentation
  5. WishList

WishList

  1. Add Product to wish List

path:

[POST]     /wishlist/add

PARAMETER: 
product_id
user_id

2. Remove Product

[POST] /wishlist/remove

PARAMETER: 
product_id 
user_id
list_id

3. LIST my product wishlist

[GET] /wishlist/list/{offset}?limit={int}&user_id={INT}

4. Count WishList

[GET]  api/v2/wishlist/list_count?user_id={INT}
Was this article helpful to you? Yes No

How can we help?