Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RepositoryBase
    • ProductRepository

Index

Methods

  • Create an alert to notify when the product price is equal or lower than the target.

    Parameters

    • priceAlert: PriceAlert

      The price alert input data

    • Optional recaptchaToken: string

    Returns Promise<PriceAlertResponse>

  • Create an alert to notify when the product is back in stock

    Parameters

    • restockAlert: RestockAlert

      The restock alert input data

    • Optional recaptchaToken: string

    Returns Promise<RestockAlertResponse>

  • Create a product review

    Parameters

    • review: Review

      The product review input data

    • Optional recaptchaToken: string

    Returns Promise<ReviewResponse>

  • Gets a single product

    Parameters

    • productId: number

      The product id to retrieve

    Returns Promise<ProductResponse>

Generated using TypeDoc