ListaDeComprasClient..::..AddOrUpdateProductAsync Method (Int32, Int32, Int32, Decimal)

add or update product as an asynchronous operation.

Namespace:  ListaDeCompras.SDK
Assembly:  ListaDeCompras.SDK (in ListaDeCompras.SDK.dll)

Syntax


public Task<SalesChannel> AddOrUpdateProductAsync(
	int listId,
	int storeId,
	int productId,
	decimal quantity
)

Parameters

listId
Type: Int32
The list identifier.
storeId
Type: Int32
The store identifier.
productId
Type: Int32
The product identifier.
quantity
Type: Decimal
The quantity.

Return Value

Task<SalesChannel>.