@webshop/root - v1.0.0
HBO-ICT Knowledgebase
HBO-ICT.Cloud
Preparing search index...
api/src/controllers/ProductPriceController
ProductPriceController
Class ProductPriceController
Index
Constructors
constructor
Properties
_
product
Price
Service
Methods
get
Product
Price
Constructors
constructor
new
ProductPriceController
()
:
ProductPriceController
Returns
ProductPriceController
Properties
Private
Readonly
_
product
Price
Service
_productPriceService
:
ProductPriceService
= ...
Methods
get
Product
Price
getProductPrice
(
req
:
Request
<
{
productId
:
string
}
>
,
res
:
Response
,
)
:
Promise
<
void
>
Gets the price of a product from the pricing API.
Parameters
req
:
Request
<
{
productId
:
string
}
>
res
:
Response
Returns
Promise
<
void
>
Settings
Member Visibility
Private
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
product
Price
Service
Methods
get
Product
Price
HBO-ICT Knowledgebase
HBO-ICT.Cloud
@webshop/root - v1.0.0
Loading...
Gets the price of a product from the pricing API.