Better Wishlist
GETGet Configs
{{magento_base_url}}/rest/V1/MpWishList/configs
HEADERS
Content-Type
Authorization
Example Request
Get Configs Example
200 OK
Example Response
Date
Server
Expires
Cache-Control
Pragma
Set-Cookie
X-Frame-Options
Content-Length
Keep-Alive
Connection
Content-Type
GETGet All Categories
{{magento_base_url}}/rest/V1/MpWishList/mine/categories/showItem/:isItems
HEADERS
Content-Type
Authorization
PATH VARIABLES
isItems
Example Request
Get All Categories Example
200 OK
Example Response
Date
Server
Expires
Cache-Control
Pragma
Set-Cookie
X-Frame-Options
Content-Length
Keep-Alive
Connection
Content-Type
GETGet Category By ID
{{magento_base_url}}/rest/V1/MpWishList/mine/categories/:categoryId/showItem/:isItems
HEADERS
Content-Type
Authorization
PATH VARIABLES
categoryId
isItems
Example Request
Get Category By ID Example
200 OK
Example Response
Date
Server
Expires
Cache-Control
Pragma
Set-Cookie
X-Frame-Options
Content-Length
Keep-Alive
Connection
Content-Type
POSTAdd Item To Category
{{magento_base_url}}/rest/V1/MpWishList/mine/add/:productId/category/:categoryId
HEADERS
Content-Type
Authorization
PATH VARIABLES
productId
categoryId
Example Request
Add Item To Category Example
200 OK
Example Response
Date
Server
Expires
Cache-Control
Pragma
Set-Cookie
X-Frame-Options
Content-Length
Keep-Alive
Connection
Content-Type