VTEX 2.4.60

dotnet add package VTEX --version 2.4.60                
NuGet\Install-Package VTEX -Version 2.4.60                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VTEX" Version="2.4.60" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VTEX --version 2.4.60                
#r "nuget: VTEX, 2.4.60"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install VTEX as a Cake Addin
#addin nuget:?package=VTEX&version=2.4.60

// Install VTEX as a Cake Tool
#tool nuget:?package=VTEX&version=2.4.60                

VTEX SDK

🛒 ⚙️ VTEX platform .NET SDK.

GitHub license Time tracker

VTEX logo

CI/CD

Build status Last commit Tests Coverage Code Smells LoC
Build status GitHub last commit AppVeyor tests (branch) Coverage Code Smells Lines of Code

Code Quality

Codacy Badge Codacy Badge

codecov CodeFactor

Maintainability Test Coverage

Quality Gate Status Maintainability Rating

Technical Debt Duplicated Lines (%)

Reliability Rating Security Rating

Bugs Vulnerabilities


Installation

Github Releases

GitHub last release Github All Releases

Download the latest zip file from the Release page.

Nuget package manager

Package Version Downloads
VTEX VTEX NuGet Version VTEX NuGet Downloads
VTEX.Health VTEX Health NuGet Version VTEX Health NuGet Downloads

Features

Implements all features of VTEX API available at VTEX Developer Docs


Usage

Use your VTEX platform API keys. Follow this tutorial on how to: Creating appKeys and appTokens to authenticate integrations

var vtex = new VTEXContext("store name", "app-key-xyz", "app-token-secret-hash");
var order = vtex.GetOrder("V-123456789-01");
Console.WriteLine("Sequence: {1} | Value: {0} | ", order.Value, order.Sequence);


Support

Please open an issue for support.


Contributing

Refer to CONTRIBUTING.md to learn how to contribute to this project!

Contributors

<table> <tbody> <tr> <td align="center"> <a href="https://github.com/guibranco"> <img src="https://avatars.githubusercontent.com/u/3362854?v=4" width="100;" alt="guibranco"/> <br /> <sub><b>Guilherme Branco Stracini</b></sub> </a> </td> <td align="center"> <a href="https://github.com/joaovaladares"> <img src="https://avatars.githubusercontent.com/u/42593399?v=4" width="100;" alt="joaovaladares"/> <br /> <sub><b>João Vítor Valadares</b></sub> </a> </td> <td align="center"> <a href="https://github.com/viktoriussuwandi"> <img src="https://avatars.githubusercontent.com/u/68414300?v=4" width="100;" alt="viktoriussuwandi"/> <br /> <sub><b>Viktorius Suwandi</b></sub> </a> </td> </tr> <tbody> </table>

Bots

<table> <tbody> <tr> <td align="center"> <a href="https://github.com/dependabot[bot]"> <img src="https://avatars.githubusercontent.com/in/29110?v=4" width="100;" alt="dependabot[bot]"/> <br /> <sub><b>dependabot[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/github-actions[bot]"> <img src="https://avatars.githubusercontent.com/in/15368?v=4" width="100;" alt="github-actions[bot]"/> <br /> <sub><b>github-actions[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/penify-dev[bot]"> <img src="https://avatars.githubusercontent.com/in/399279?v=4" width="100;" alt="penify-dev[bot]"/> <br /> <sub><b>penify-dev[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/stack-file[bot]"> <img src="https://avatars.githubusercontent.com/in/408123?v=4" width="100;" alt="stack-file[bot]"/> <br /> <sub><b>stack-file[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/codefactor-io[bot]"> <img src="https://avatars.githubusercontent.com/in/25603?v=4" width="100;" alt="codefactor-io[bot]"/> <br /> <sub><b>codefactor-io[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/snyk-bot"> <img src="https://avatars.githubusercontent.com/u/19733683?v=4" width="100;" alt="snyk-bot"/> <br /> <sub><b>Snyk bot</b></sub> </a> </td> </tr> <tbody> </table>

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.4.60 71 11/25/2024
2.4.57 68 11/25/2024
2.4.52 70 11/25/2024
2.4.36 71 11/18/2024
2.4.29 66 11/18/2024
2.4.15 82 11/13/2024
2.4.12 67 11/13/2024
2.4.7 74 11/13/2024
2.4.4 66 11/13/2024
2.3.1685 77 11/12/2024
2.3.1682 75 11/12/2024
2.3.1679 70 11/12/2024
2.3.1672 75 11/12/2024
2.3.1651 68 11/12/2024
2.3.1648 66 11/12/2024
2.3.1641 76 11/12/2024
2.3.1616 84 11/11/2024
2.3.1613 80 11/11/2024
2.3.1478 77 11/4/2024
2.3.1471 74 11/4/2024
2.3.1203 77 10/28/2024
2.3.1200 87 10/28/2024
2.3.1197 82 10/28/2024
2.3.1146 89 10/21/2024
2.3.1143 94 10/20/2024
2.3.1140 93 10/20/2024
2.3.1133 88 10/20/2024
2.3.1129 100 10/19/2024
2.3.1125 130 10/18/2024
2.3.1122 76 10/18/2024
2.3.1117 76 10/18/2024
2.3.1113 74 10/17/2024
2.3.1109 81 10/17/2024
2.3.1098 78 10/14/2024
2.3.1095 75 10/14/2024
2.3.1090 83 10/12/2024
2.3.1087 85 10/12/2024
2.3.1082 81 10/12/2024
2.3.1075 77 10/12/2024
2.3.1060 91 10/3/2024
2.3.1057 86 10/3/2024
2.3.1054 82 10/3/2024
2.3.1051 89 10/3/2024
2.3.1041 83 9/23/2024
2.3.1038 87 9/23/2024
2.3.1029 98 9/16/2024
2.3.1026 101 9/16/2024
2.3.1021 95 9/9/2024
2.3.1018 86 9/9/2024
2.3.1013 85 9/9/2024
2.3.1006 99 9/2/2024
2.3.1003 97 8/28/2024
2.3.998 92 8/28/2024
2.3.993 99 8/27/2024
2.3.981 89 8/27/2024
2.3.976 88 8/27/2024
2.3.966 92 8/27/2024
2.3.959 99 8/26/2024
2.3.949 93 8/26/2024
2.3.937 120 8/24/2024
2.3.933 97 8/19/2024
2.3.930 113 8/12/2024
2.3.927 56 8/5/2024
2.3.924 92 7/29/2024
2.3.921 84 7/22/2024
2.3.915 82 7/17/2024
2.3.912 76 7/17/2024
2.3.902 75 7/17/2024
2.3.889 83 7/16/2024
2.3.882 86 7/16/2024
2.3.879 77 7/15/2024
2.3.870 78 7/15/2024
2.3.864 82 7/15/2024
2.3.856 65 7/15/2024
2.3.849 83 7/12/2024
2.3.845 82 7/12/2024
2.3.842 74 7/12/2024
2.3.839 84 7/12/2024
2.3.836 52 7/12/2024
2.3.827 85 7/8/2024
2.3.824 85 7/1/2024
2.3.821 102 6/24/2024
2.3.818 111 6/17/2024
2.3.815 93 6/10/2024
2.3.812 96 6/3/2024
2.3.809 97 5/27/2024
2.3.806 88 5/27/2024
2.3.801 90 5/27/2024
2.3.794 90 5/27/2024
2.3.785 102 5/20/2024
2.3.782 113 5/19/2024
2.3.774 120 5/6/2024
2.3.771 105 4/29/2024
2.3.768 106 4/29/2024
2.3.763 110 4/29/2024
2.3.756 114 4/29/2024
2.3.747 104 4/22/2024
2.3.744 104 4/22/2024
2.3.739 117 4/22/2024
2.3.732 118 4/15/2024
2.3.729 101 4/15/2024
2.3.724 105 4/15/2024
2.3.717 124 4/8/2024
2.3.714 117 4/8/2024
2.3.709 107 4/1/2024
2.3.706 115 3/27/2024
2.3.703 109 3/25/2024
2.3.700 128 3/18/2024
2.3.697 124 3/18/2024
2.3.692 115 3/18/2024
2.3.685 122 3/11/2024
2.3.682 113 3/4/2024
2.3.679 112 2/27/2024
2.3.676 116 2/27/2024
2.3.665 117 2/26/2024
2.3.660 122 2/19/2024
2.3.657 113 2/19/2024
2.3.652 110 2/19/2024
2.3.645 118 2/14/2024
2.3.642 110 2/14/2024
2.3.636 107 2/12/2024
2.3.633 108 2/5/2024
2.3.630 98 1/30/2024
2.3.627 114 1/30/2024
2.3.622 101 1/30/2024
2.3.619 96 1/30/2024
2.3.616 107 1/30/2024
2.3.599 103 1/29/2024
2.3.596 101 1/29/2024
2.3.588 116 1/22/2024
2.3.583 109 1/22/2024
2.3.578 110 1/22/2024
2.3.571 123 1/16/2024
2.3.568 114 1/16/2024
2.3.563 123 1/15/2024
2.3.556 117 1/8/2024
2.3.553 145 1/1/2024
2.3.550 137 12/25/2023
2.3.547 129 12/25/2023
2.3.542 129 12/25/2023
2.3.535 133 12/18/2023
2.3.530 103 12/18/2023
2.3.518 145 12/14/2023
2.3.511 137 12/11/2023
2.3.508 153 12/11/2023
2.3.503 136 12/11/2023
2.3.487 145 12/11/2023
2.3.476 142 12/11/2023
2.3.473 137 12/8/2023
2.3.469 140 12/4/2023
2.3.466 139 11/29/2023
2.3.461 138 11/28/2023
2.3.455 119 11/27/2023
2.3.452 107 11/27/2023
2.3.447 111 11/21/2023
2.3.444 133 11/21/2023
2.3.439 122 11/20/2023
2.3.432 137 11/20/2023
2.3.423 128 11/20/2023
2.3.412 1,080 11/14/2023
2.3.407 113 11/14/2023
2.3.399 113 11/13/2023
2.3.392 159 11/9/2023
2.3.387 132 11/6/2023
2.3.384 107 11/6/2023
2.3.379 171 10/30/2023
2.3.376 143 10/30/2023
2.3.373 144 10/30/2023
2.3.368 154 10/23/2023
2.3.365 151 10/23/2023
2.3.360 157 10/17/2023
2.3.357 144 10/16/2023
2.3.352 134 10/16/2023
2.3.345 143 10/16/2023
2.3.336 161 10/9/2023
2.3.333 152 10/2/2023
2.3.330 134 9/25/2023
2.3.327 146 9/23/2023
2.3.324 136 9/19/2023
2.3.320 130 9/18/2023
2.3.313 173 9/12/2023
2.3.310 156 9/12/2023
2.3.305 225 9/4/2023
2.3.302 243 8/28/2023
2.3.299 198 8/24/2023
2.3.296 291 8/14/2023
2.3.293 175 8/14/2023
2.3.288 234 8/8/2023
2.3.282 198 8/1/2023
2.3.277 171 7/31/2023
2.3.274 144 7/26/2023
2.3.272 169 7/25/2023
2.3.268 184 7/25/2023
2.3.264 309 7/24/2023
2.3.260 180 7/17/2023
2.3.257 161 7/17/2023
2.3.246 246 7/11/2023
2.3.243 173 7/11/2023
2.3.238 178 7/10/2023
2.3.231 268 7/3/2023
2.3.228 183 7/3/2023
2.3.223 172 7/1/2023
2.3.218 251 6/26/2023
2.3.215 248 6/19/2023
2.3.210 169 6/19/2023
2.3.195 199 6/19/2023
2.3.190 316 6/15/2023
2.3.187 182 6/15/2023
2.3.182 254 6/5/2023
2.3.179 172 6/5/2023
2.3.174 300 5/29/2023
2.3.171 205 5/22/2023
2.3.168 188 5/22/2023
2.3.163 200 5/15/2023
2.3.160 242 5/8/2023
2.3.157 182 5/8/2023
2.3.154 369 5/4/2023
2.3.151 200 5/3/2023
2.3.144 405 4/10/2023
2.3.141 241 4/8/2023
2.3.131 225 4/4/2023
2.3.126 310 4/3/2023
2.3.123 240 4/3/2023
2.3.117 237 4/3/2023
2.3.114 327 3/27/2023
2.3.111 243 3/26/2023
2.3.108 301 3/21/2023
2.3.105 249 3/21/2023
2.3.100 370 3/6/2023
2.3.97 288 3/4/2023
2.3.94 265 3/3/2023
2.3.60 277 2/28/2023
2.3.57 306 1/30/2023
2.3.54 531 1/23/2023
2.3.51 309 1/23/2023
2.3.48 327 1/23/2023
2.3.45 304 1/17/2023
2.3.44 521 1/16/2023
2.3.41 351 1/15/2023
2.3.38 334 1/15/2023
2.3.33 330 1/15/2023
2.3.25 304 1/15/2023
2.3.6 331 1/15/2023
2.3.4 332 1/15/2023
2.2.127 333 1/15/2023
2.2.120 336 1/15/2023
2.2.110 330 1/15/2023
2.2.107 333 1/15/2023
2.2.102 335 1/15/2023
2.2.95 329 1/15/2023
2.2.84 327 1/15/2023
2.2.73 343 1/15/2023
2.2.72 336 1/10/2023
2.2.66 341 12/14/2022
2.2.60 452 9/7/2022
2.2.55 442 9/7/2022
2.2.50 427 9/7/2022
2.2.45 427 9/7/2022
2.2.36 447 11/3/2021
2.2.28 420 9/27/2021
2.2.15 5,424 9/21/2020
2.1.47 531 4/24/2020
2.1.39 507 4/18/2020
2.1.31 531 4/18/2020
2.1.28 515 4/18/2020
2.1.27 526 4/7/2020
2.1.21 522 3/30/2020
2.1.15 645 3/29/2020
2.1.12 583 3/29/2020
1.0.14 652 12/30/2019
1.0.13 633 12/30/2019
1.0.8 592 9/22/2019

Chore