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

Adds the or update product.

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

Syntax


public SalesChannel AddOrUpdateProduct(
	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

SalesChannel.