const favorite = await addMySiteFavorite({ productId: 42 });
const addMySiteFavorite: PortalFunction<PortalMySiteFavorite, AddMySiteFavoriteInput>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Adds a product to MySite favorites.
const favorite = await addMySiteFavorite({ productId: 42 });
const addMySiteFavorite: PortalFunction<PortalMySiteFavorite, AddMySiteFavoriteInput>