diff --git a/Src/VTEX/Transport/Inventory.cs b/Src/VTEX/Transport/Inventory.cs
index a4dff0693..c7b92e716 100644
--- a/Src/VTEX/Transport/Inventory.cs
+++ b/Src/VTEX/Transport/Inventory.cs
@@ -4,8 +4,15 @@
// Created : 01-15-2023
//
// Last Modified By : Guilherme Branco Stracini
+
+ // New property for SKU Service Value
+ ///
+ /// Gets or sets the service value for the sku.
+ ///
// Last Modified On : 01-16-2023
+ [JsonProperty("serviceValue")]
// ***********************************************************************
+ public decimal ServiceValue { get; set; }
//
// © 2020 Guilherme Branco Stracini. All rights reserved.
//