From 9e85a4d95e38ccc9b9687a125cac09e76b19f38c Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 00:09:09 +0000 Subject: [PATCH] Update Src/VTEX/PlatformConstants.cs --- Src/VTEX/PlatformConstants.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Src/VTEX/PlatformConstants.cs b/Src/VTEX/PlatformConstants.cs index 41f14302f..1642faea8 100644 --- a/Src/VTEX/PlatformConstants.cs +++ b/Src/VTEX/PlatformConstants.cs @@ -4,7 +4,22 @@ // Created : 01-15-2023 // // Last Modified By : Guilherme Branco Stracini + + // New endpoints for SKU Service Value API + /// + /// The SKU Service Value creation endpoint. + /// + public const string SkuServiceValueCreate = "/api/sku-service-value/create"; + + /// + /// The SKU Service Value update endpoint. + /// // Last Modified On : 01-16-2023 + public const string SkuServiceValueUpdate = "/api/sku-service-value/update"; + + /// + /// The SKU Service Value deletion endpoint. + /// // *********************************************************************** // // © 2020 Guilherme Branco Stracini. All rights reserved.