| CustomerProductListProductUpdateQuantity Method |
Namespace:
Dynamicweb.Ecommerce.CustomerCenter
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static void UpdateQuantity(
string productId,
string variantId,
string languageId,
int favoriteListId,
int quantity
)
Public Shared Sub UpdateQuantity (
productId As String,
variantId As String,
languageId As String,
favoriteListId As Integer,
quantity As Integer
)
Parameters
- productId
- Type: SystemString
- variantId
- Type: SystemString
- languageId
- Type: SystemString
- favoriteListId
- Type: SystemInt32
- quantity
- Type: SystemInt32
See Also