Home > @poq/sdk > ProductClient > getById
Method returns a specific product by id.
Signature:
getById(appIdentifier: string, currencyIdentifier: string, id: string): Promise<PoqResponse<Product>>;
Parameter | Type | Description |
---|---|---|
appIdentifier | string | The unique guid v4 app identifier. |
currencyIdentifier | string | The ISO currency code is the three-letter alphabetic code that represent the various currencies used throughout the world. |
id | string | The unique product identifier. |
Returns:
Promise<PoqResponse<Product>>
The specific product.