diff --git a/Src/VTEX/VTEXContext.cs b/Src/VTEX/VTEXContext.cs
index 9894fb2c1..660410731 100644
--- a/Src/VTEX/VTEXContext.cs
+++ b/Src/VTEX/VTEXContext.cs
@@ -1482,8 +1482,7 @@ CancellationToken token
/// The specifications list.
/// The product identifier.
/// The token.
- public async Task UpdateSpecificationsAsync(
- public async Task UpdateSpecificationsAsync(
+ public async Task UpdateProductSpecificationsAsync(
List specifications,
int productId,
CancellationToken token)