@webshop/root - v1.0.0
    Preparing search index...
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    _productPriceService: ProductPriceService = ...

    Methods

    • Gets the price of a product from the pricing API.

      Parameters

      • req: Request<{ productId: string }>
      • res: Response

      Returns Promise<void>