ListaDeComprasClient
.
.
::
.
.
GetProductAsync Method (Int32, Int32)
get product as an asynchronous operation.
Namespace:
ListaDeCompras.SDK
Assembly:
ListaDeCompras.SDK
(in ListaDeCompras.SDK.dll)
Syntax
C#
public
Task
<
SalesChannel
>
GetProductAsync
(
int
storeId
,
int
productId
)
Parameters
storeId
Type:
Int32
The store identifier.
productId
Type:
Int32
The product identifier.
Return Value
Task<SalesChannel>.
See Also
ListaDeComprasClient Class
GetProductAsync Overload
ListaDeCompras.SDK Namespace