Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RepositoryBase
    • WishlistRepository

Index

Methods

Methods

  • Adds a product to the customer's wishlist

    Parameters

    • input: WishlistInput

      The wishlist input data

    • Optional recaptchaToken: string

    Returns Promise<WishlistResponse>

  • Removes a product from the customer's wishlist

    Parameters

    • input: WishlistInput

      The wishlist input data

    • Optional recaptchaToken: string

    Returns Promise<WishlistResponse>

Generated using TypeDoc