VTEX 2.3.1054

There is a newer version of this package available.
See the version list below for details.
dotnet add package VTEX --version 2.3.1054                
NuGet\Install-Package VTEX -Version 2.3.1054                
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.3.1054" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VTEX --version 2.3.1054                
#r "nuget: VTEX, 2.3.1054"                
#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.3.1054

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

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/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/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/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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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
3.0.21 44 1/13/2025
3.0.18 44 1/13/2025
3.0.15 37 1/13/2025
3.0.9 35 1/13/2025
2.4.358 42 1/13/2025
2.4.330 74 1/6/2025
2.4.325 77 1/6/2025
2.4.316 75 1/6/2025
2.4.310 92 12/30/2024
2.4.303 85 12/30/2024
2.4.298 87 12/27/2024
2.4.278 83 12/24/2024
2.4.275 76 12/24/2024
2.4.270 82 12/23/2024
2.4.263 80 12/16/2024
2.4.260 75 12/16/2024
2.4.93 83 12/9/2024
2.4.90 81 12/9/2024
2.4.87 87 12/9/2024
2.4.80 81 12/2/2024
2.4.77 67 12/2/2024
2.4.74 70 12/2/2024
2.4.69 75 12/2/2024
2.4.60 97 11/25/2024
2.4.57 88 11/25/2024
2.4.52 88 11/25/2024
2.4.36 83 11/18/2024
2.4.29 81 11/18/2024
2.4.15 98 11/13/2024
2.4.12 86 11/13/2024
2.4.7 93 11/13/2024
2.4.4 83 11/13/2024
2.3.1685 92 11/12/2024
2.3.1682 90 11/12/2024
2.3.1679 85 11/12/2024
2.3.1672 92 11/12/2024
2.3.1651 81 11/12/2024
2.3.1648 83 11/12/2024
2.3.1641 95 11/12/2024
2.3.1616 99 11/11/2024
2.3.1613 95 11/11/2024
2.3.1478 90 11/4/2024
2.3.1471 87 11/4/2024
2.3.1203 91 10/28/2024
2.3.1200 97 10/28/2024
2.3.1197 93 10/28/2024
2.3.1146 97 10/21/2024
2.3.1143 102 10/20/2024
2.3.1140 101 10/20/2024
2.3.1133 96 10/20/2024
2.3.1129 108 10/19/2024
2.3.1125 140 10/18/2024
2.3.1122 82 10/18/2024
2.3.1117 86 10/18/2024
2.3.1113 82 10/17/2024
2.3.1109 87 10/17/2024
2.3.1098 86 10/14/2024
2.3.1095 81 10/14/2024
2.3.1090 88 10/12/2024
2.3.1087 92 10/12/2024
2.3.1082 86 10/12/2024
2.3.1075 84 10/12/2024
2.3.1060 98 10/3/2024
2.3.1057 93 10/3/2024
2.3.1054 89 10/3/2024
2.3.1051 104 10/3/2024
2.3.1041 88 9/23/2024
2.3.1038 94 9/23/2024
2.3.1029 105 9/16/2024
2.3.1026 108 9/16/2024
2.3.1021 102 9/9/2024
2.3.1018 93 9/9/2024
2.3.1013 92 9/9/2024
2.3.1006 106 9/2/2024
2.3.1003 102 8/28/2024
2.3.998 101 8/28/2024
2.3.993 106 8/27/2024
2.3.981 96 8/27/2024
2.3.976 97 8/27/2024
2.3.966 99 8/27/2024
2.3.959 106 8/26/2024
2.3.949 100 8/26/2024
2.3.937 127 8/24/2024
2.3.933 102 8/19/2024
2.3.930 121 8/12/2024
2.3.927 69 8/5/2024
2.3.924 99 7/29/2024
2.3.921 89 7/22/2024
2.3.915 88 7/17/2024
2.3.912 86 7/17/2024
2.3.902 83 7/17/2024
2.3.889 91 7/16/2024
2.3.882 96 7/16/2024
2.3.879 87 7/15/2024
2.3.870 90 7/15/2024
2.3.864 92 7/15/2024
2.3.856 75 7/15/2024
2.3.849 95 7/12/2024
2.3.845 88 7/12/2024
2.3.842 84 7/12/2024
2.3.839 100 7/12/2024
2.3.836 60 7/12/2024
2.3.827 95 7/8/2024
2.3.824 91 7/1/2024
2.3.821 108 6/24/2024
2.3.818 119 6/17/2024
2.3.815 101 6/10/2024
2.3.812 102 6/3/2024
2.3.809 103 5/27/2024
2.3.806 98 5/27/2024
2.3.801 98 5/27/2024
2.3.794 106 5/27/2024
2.3.785 110 5/20/2024
2.3.782 123 5/19/2024
2.3.774 128 5/6/2024
2.3.771 111 4/29/2024
2.3.768 112 4/29/2024
2.3.763 118 4/29/2024
2.3.756 118 4/29/2024
2.3.747 112 4/22/2024
2.3.744 112 4/22/2024
2.3.739 123 4/22/2024
2.3.732 124 4/15/2024
2.3.729 105 4/15/2024
2.3.724 111 4/15/2024
2.3.717 128 4/8/2024
2.3.714 123 4/8/2024
2.3.709 111 4/1/2024
2.3.706 119 3/27/2024
2.3.703 115 3/25/2024
2.3.700 134 3/18/2024
2.3.697 128 3/18/2024
2.3.692 119 3/18/2024
2.3.685 126 3/11/2024
2.3.682 117 3/4/2024
2.3.679 116 2/27/2024
2.3.676 120 2/27/2024
2.3.665 121 2/26/2024
2.3.660 126 2/19/2024
2.3.657 117 2/19/2024
2.3.652 114 2/19/2024
2.3.645 130 2/14/2024
2.3.642 118 2/14/2024
2.3.636 115 2/12/2024
2.3.633 112 2/5/2024
2.3.630 102 1/30/2024
2.3.627 118 1/30/2024
2.3.622 111 1/30/2024
2.3.619 106 1/30/2024
2.3.616 111 1/30/2024
2.3.599 107 1/29/2024
2.3.596 105 1/29/2024
2.3.588 120 1/22/2024
2.3.583 113 1/22/2024
2.3.578 114 1/22/2024
2.3.571 127 1/16/2024
2.3.568 118 1/16/2024
2.3.563 127 1/15/2024
2.3.556 121 1/8/2024
2.3.553 149 1/1/2024
2.3.550 141 12/25/2023
2.3.547 133 12/25/2023
2.3.542 133 12/25/2023
2.3.535 137 12/18/2023
2.3.530 107 12/18/2023
2.3.518 149 12/14/2023
2.3.511 141 12/11/2023
2.3.508 157 12/11/2023
2.3.503 140 12/11/2023
2.3.487 149 12/11/2023
2.3.476 146 12/11/2023
2.3.473 141 12/8/2023
2.3.469 147 12/4/2023
2.3.466 145 11/29/2023
2.3.461 144 11/28/2023
2.3.455 125 11/27/2023
2.3.452 113 11/27/2023
2.3.447 117 11/21/2023
2.3.444 140 11/21/2023
2.3.439 132 11/20/2023
2.3.432 143 11/20/2023
2.3.423 134 11/20/2023
2.3.412 1,136 11/14/2023
2.3.407 119 11/14/2023
2.3.399 119 11/13/2023
2.3.392 165 11/9/2023
2.3.387 139 11/6/2023
2.3.384 113 11/6/2023
2.3.379 175 10/30/2023
2.3.376 147 10/30/2023
2.3.373 152 10/30/2023
2.3.368 158 10/23/2023
2.3.365 157 10/23/2023
2.3.360 161 10/17/2023
2.3.357 150 10/16/2023
2.3.352 138 10/16/2023
2.3.345 149 10/16/2023
2.3.336 167 10/9/2023
2.3.333 156 10/2/2023
2.3.330 140 9/25/2023
2.3.327 152 9/23/2023
2.3.324 142 9/19/2023
2.3.320 134 9/18/2023
2.3.313 177 9/12/2023
2.3.310 162 9/12/2023
2.3.305 232 9/4/2023
2.3.302 251 8/28/2023
2.3.299 204 8/24/2023
2.3.296 297 8/14/2023
2.3.293 179 8/14/2023
2.3.288 239 8/8/2023
2.3.282 204 8/1/2023
2.3.277 177 7/31/2023
2.3.274 153 7/26/2023
2.3.272 179 7/25/2023
2.3.268 188 7/25/2023
2.3.264 315 7/24/2023
2.3.260 188 7/17/2023
2.3.257 165 7/17/2023
2.3.246 254 7/11/2023
2.3.243 177 7/11/2023
2.3.238 184 7/10/2023
2.3.231 272 7/3/2023
2.3.228 189 7/3/2023
2.3.223 178 7/1/2023
2.3.218 257 6/26/2023
2.3.215 254 6/19/2023
2.3.210 177 6/19/2023
2.3.195 205 6/19/2023
2.3.190 322 6/15/2023
2.3.187 188 6/15/2023
2.3.182 258 6/5/2023
2.3.179 178 6/5/2023
2.3.174 304 5/29/2023
2.3.171 211 5/22/2023
2.3.168 192 5/22/2023
2.3.163 207 5/15/2023
2.3.160 246 5/8/2023
2.3.157 186 5/8/2023
2.3.154 375 5/4/2023
2.3.151 206 5/3/2023
2.3.144 411 4/10/2023
2.3.141 247 4/8/2023
2.3.131 231 4/4/2023
2.3.126 316 4/3/2023
2.3.123 244 4/3/2023
2.3.117 241 4/3/2023
2.3.114 332 3/27/2023
2.3.111 249 3/26/2023
2.3.108 304 3/21/2023
2.3.105 252 3/21/2023
2.3.100 373 3/6/2023
2.3.97 293 3/4/2023
2.3.94 268 3/3/2023
2.3.60 281 2/28/2023
2.3.57 310 1/30/2023
2.3.54 535 1/23/2023
2.3.51 313 1/23/2023
2.3.48 331 1/23/2023
2.3.45 308 1/17/2023
2.3.44 525 1/16/2023
2.3.41 355 1/15/2023
2.3.38 338 1/15/2023
2.3.33 334 1/15/2023
2.3.25 308 1/15/2023
2.3.6 335 1/15/2023
2.3.4 336 1/15/2023
2.2.127 337 1/15/2023
2.2.120 340 1/15/2023
2.2.110 334 1/15/2023
2.2.107 337 1/15/2023
2.2.102 339 1/15/2023
2.2.95 333 1/15/2023
2.2.84 331 1/15/2023
2.2.73 347 1/15/2023
2.2.72 340 1/10/2023
2.2.66 345 12/14/2022
2.2.60 458 9/7/2022
2.2.55 448 9/7/2022
2.2.50 433 9/7/2022
2.2.45 433 9/7/2022
2.2.36 453 11/3/2021
2.2.28 426 9/27/2021
2.2.15 5,498 9/21/2020
2.1.47 537 4/24/2020
2.1.39 513 4/18/2020
2.1.31 537 4/18/2020
2.1.28 521 4/18/2020
2.1.27 533 4/7/2020
2.1.21 528 3/30/2020
2.1.15 651 3/29/2020
2.1.12 589 3/29/2020
1.0.14 658 12/30/2019
1.0.13 639 12/30/2019
1.0.8 599 9/22/2019