My Wishlist

Get a list of products in the wishlist

get
/customer/wishlist-product-list

Retrieve a list of products in the customer's wishlist with pagination support.

Query parameters
limitintegerRequired

The number of wishlist products to return.

Default: 5
offsetintegerRequired

The offset for pagination of wishlist products.

Default: 0
Header parameters
AuthorizationstringOptional

Optional Bearer token for authentication.

industrystringOptional

The industry of the user.

Default: electronics
keystringOptional

The unique key for the request.

Default: 8097571064818418
languagekeystringOptional

The language key for the request.

Default: 57
Responses
get
/customer/wishlist-product-list

Remove a product from the wishlist

delete
/customer/wishlist-product-delete/{id}

Delete a product from the customer's wishlist based on the product ID.

Path parameters
idintegerRequired

The ID of the product to remove from the wishlist.

Header parameters
AuthorizationstringOptional

Optional Bearer token for authentication.

industrystringOptional

The industry of the user.

Default: electronics
keystringOptional

The unique key for the request.

Default: 8097571064818418
languagekeystringOptional

The language key for the request.

Default: 57
Responses
delete
/customer/wishlist-product-delete/{id}

Last updated