 | CustomerProductListProduct.UpdateQuantity Method |
Namespace:
Dynamicweb.Ecommerce.CustomerCenter
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic 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: System.String
- variantId
- Type: System.String
- languageId
- Type: System.String
- favoriteListId
- Type: System.Int32
- quantity
- Type: System.Int32
See Also