@plentymarkets/shop-api / getWishlist
Function: getWishlist() ​
Defined in: api/getWishlist/index.ts:18
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();