ListaDeComprasClient..::..AddOrUpdateProductAsync Method (ProductManagement)

add or update product as an asynchronous operation.

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

Syntax


public Task<Product> AddOrUpdateProductAsync(
	ProductManagement product
)

Parameters

product
Type: ListaDeCompras.SDK..::..ProductManagement
The product.

Return Value

Task<Product>.