@plentymarkets/shop-api / getWishlist
Function: getWishlist() ​
Method getWhishlist - returns wish list for the current user.
Parameters ​
• context: PlentysystemsIntegrationContext
Returns ​
Remarks ​
- Calls /rest/storefront/wishlist/
- This method is used to get the wish list for the current user.
Example ​
ts
const { data } = await useSdk().plentysystems.getWishlist();