VTEX.Health 3.0.9

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

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

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 Releases 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


Usage

Dependency Injection (IoC)

Register the VTEX Service using the CrispyWaffle toolkit's Service Locator:

var connectionVtex = new Connection(); // Fill in your details
ServiceLocator.Register(() => new VTEXContext(connectionVtex), LifeStyle.Singleton);
Constructor Injection
public class MyClass
{
    private readonly VTEXContext _vtexContext;

    public MyClass(VTEXContext vtexContext)
    {
        _vtexContext = vtexContext ?? throw new ArgumentNullException(nameof(vtexContext));
    }
}
Manual Resolution
var vtexContext = ServiceLocator.Resolve<VTEXContext>();

Authentication

Authenticate with VTEX platform API keys. Refer to this tutorial.

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

Support

If you need help, feel free to open an issue.


Contributing

Contributions are welcome! Check out the CONTRIBUTING.md guide for details.


Contributors

Thanks to all 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 was computed.  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.  net9.0 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on VTEX.Health:

Package Downloads
VTEX

The VTEX platform (PaaS) (e-commerce) SDK. A .NET client to consume VTEX APIs for both Core and Framework projects

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.52 99 1/20/2025
3.0.49 82 1/20/2025
3.0.46 80 1/20/2025
3.0.41 90 1/20/2025
3.0.32 89 1/20/2025
3.0.21 65 1/13/2025
3.0.18 72 1/13/2025
3.0.15 66 1/13/2025
3.0.9 62 1/13/2025
2.4.358 63 1/13/2025
2.4.330 97 1/6/2025
2.4.325 99 1/6/2025
2.4.316 100 1/6/2025
2.4.310 122 12/30/2024
2.4.303 112 12/30/2024
2.4.298 112 12/27/2024
2.4.278 108 12/24/2024
2.4.275 103 12/24/2024
2.4.270 109 12/23/2024
2.4.263 104 12/16/2024
2.4.260 108 12/16/2024
2.4.93 105 12/9/2024
2.4.90 106 12/9/2024
2.4.87 110 12/9/2024
2.4.80 102 12/2/2024
2.4.77 92 12/2/2024
2.4.74 97 12/2/2024
2.4.69 103 12/2/2024
2.4.60 113 11/25/2024
2.4.57 109 11/25/2024
2.4.52 114 11/25/2024
2.4.36 108 11/18/2024
2.4.29 122 11/18/2024
2.4.15 133 11/13/2024
2.4.12 119 11/13/2024
2.4.7 122 11/13/2024
2.4.4 115 11/13/2024
2.3.1685 128 11/12/2024
2.3.1682 118 11/12/2024
2.3.1679 113 11/12/2024
2.3.1672 120 11/12/2024
2.3.1651 114 11/12/2024
2.3.1648 111 11/12/2024
2.3.1641 121 11/12/2024
2.3.1616 125 11/11/2024
2.3.1613 124 11/11/2024
2.3.1478 123 11/4/2024
2.3.1471 126 11/4/2024
2.3.1203 128 10/28/2024
2.3.1200 132 10/28/2024
2.3.1197 111 10/28/2024
2.3.1146 134 10/21/2024
2.3.1143 123 10/20/2024
2.3.1140 135 10/20/2024
2.3.1133 123 10/20/2024
2.3.1129 133 10/19/2024
2.3.1125 153 10/18/2024
2.3.1122 114 10/18/2024
2.3.1117 120 10/18/2024
2.3.1113 109 10/17/2024
2.3.1109 120 10/17/2024
2.3.1098 126 10/14/2024
2.3.1095 116 10/14/2024
2.3.1090 130 10/12/2024
2.3.1087 125 10/12/2024
2.3.1082 128 10/12/2024
2.3.1075 113 10/12/2024
2.3.1060 132 10/3/2024
2.3.1057 120 10/3/2024
2.3.1054 123 10/3/2024
2.3.1051 126 10/3/2024
2.3.1041 141 9/23/2024
2.3.1038 134 9/23/2024
2.3.1029 148 9/16/2024
2.3.1026 135 9/16/2024
2.3.1021 147 9/9/2024
2.3.1018 132 9/9/2024
2.3.1013 131 9/9/2024
2.3.1006 149 9/2/2024
2.3.1003 134 8/28/2024
2.3.998 142 8/28/2024
2.3.993 154 8/27/2024
2.3.981 140 8/27/2024
2.3.976 134 8/27/2024
2.3.966 138 8/27/2024
2.3.959 151 8/26/2024
2.3.949 145 8/26/2024
2.3.937 173 8/24/2024
2.3.933 149 8/19/2024
2.3.930 169 8/12/2024
2.3.927 113 8/5/2024
2.3.924 116 7/29/2024
2.3.921 141 7/22/2024
2.3.915 130 7/17/2024
2.3.912 123 7/17/2024
2.3.902 128 7/17/2024
2.3.889 127 7/16/2024
2.3.882 134 7/16/2024
2.3.879 142 7/15/2024
2.3.870 129 7/15/2024
2.3.864 133 7/15/2024
2.3.856 116 7/15/2024
2.3.849 131 7/12/2024
2.3.845 148 7/12/2024
2.3.842 131 7/12/2024
2.3.839 135 7/12/2024
2.3.836 111 7/12/2024
2.3.827 127 7/8/2024
2.3.824 127 7/1/2024
2.3.821 150 6/24/2024
2.3.818 163 6/17/2024
2.3.815 141 6/10/2024
2.3.812 161 6/3/2024
2.3.809 151 5/27/2024
2.3.806 149 5/27/2024
2.3.801 143 5/27/2024
2.3.794 149 5/27/2024
2.3.785 162 5/20/2024
2.3.782 162 5/19/2024
2.3.774 181 5/6/2024
2.3.771 163 4/29/2024
2.3.768 160 4/29/2024
2.3.763 159 4/29/2024
2.3.756 156 4/29/2024
2.3.747 148 4/22/2024
2.3.744 150 4/22/2024
2.3.739 165 4/22/2024
2.3.732 162 4/15/2024
2.3.729 161 4/15/2024
2.3.724 142 4/15/2024
2.3.717 159 4/8/2024
2.3.714 156 4/8/2024
2.3.709 167 4/1/2024
2.3.706 158 3/27/2024
2.3.703 144 3/25/2024
2.3.700 176 3/18/2024
2.3.697 169 3/18/2024
2.3.692 171 3/18/2024
2.3.685 173 3/11/2024
2.3.682 158 3/4/2024
2.3.679 158 2/27/2024
2.3.676 148 2/27/2024
2.3.665 157 2/26/2024
2.3.660 162 2/19/2024
2.3.657 134 2/19/2024
2.3.652 166 2/19/2024
2.3.645 171 2/14/2024
2.3.642 156 2/14/2024
2.3.636 142 2/12/2024
2.3.633 152 2/5/2024
2.3.630 151 1/30/2024
2.3.627 145 1/30/2024
2.3.622 147 1/30/2024
2.3.619 141 1/30/2024
2.3.616 165 1/30/2024
2.3.599 147 1/29/2024
2.3.596 148 1/29/2024
2.3.588 135 1/22/2024
2.3.583 139 1/22/2024
2.3.578 151 1/22/2024
2.3.571 159 1/16/2024
2.3.568 159 1/16/2024
2.3.563 166 1/15/2024
2.3.556 159 1/8/2024
2.3.553 193 1/1/2024
2.3.550 178 12/25/2023
2.3.547 168 12/25/2023
2.3.542 167 12/25/2023
2.3.535 168 12/18/2023
2.3.530 141 12/18/2023
2.3.518 176 12/14/2023
2.3.511 185 12/11/2023
2.3.508 194 12/11/2023
2.3.503 177 12/11/2023
2.3.487 183 12/11/2023
2.3.476 200 12/11/2023
2.3.473 209 12/8/2023
2.3.469 186 12/4/2023
2.3.466 187 11/29/2023
2.3.461 179 11/28/2023
2.3.455 167 11/27/2023
2.3.452 164 11/27/2023
2.3.447 163 11/21/2023
2.3.444 191 11/21/2023
2.3.439 174 11/20/2023
2.3.432 183 11/20/2023
2.3.423 165 11/20/2023
2.3.412 1,180 11/14/2023
2.3.407 158 11/14/2023
2.3.399 157 11/13/2023
2.3.392 187 11/9/2023
2.3.387 193 11/6/2023
2.3.384 166 11/6/2023
2.3.379 218 10/30/2023
2.3.376 191 10/30/2023
2.3.373 200 10/30/2023
2.3.368 200 10/23/2023
2.3.365 187 10/23/2023
2.3.360 197 10/17/2023
2.3.357 184 10/16/2023
2.3.352 181 10/16/2023
2.3.345 182 10/16/2023
2.3.336 203 10/9/2023
2.3.333 194 10/2/2023
2.3.330 187 9/25/2023
2.3.327 180 9/23/2023
2.3.324 179 9/19/2023
2.3.320 164 9/18/2023
2.3.313 194 9/12/2023
2.3.310 181 9/12/2023
2.3.305 252 9/4/2023
2.3.302 312 8/28/2023
2.3.299 236 8/24/2023
2.3.296 372 8/14/2023
2.3.293 232 8/14/2023
2.3.288 304 8/8/2023
2.3.282 453 8/1/2023
2.3.264 352 7/24/2023
2.3.260 221 7/17/2023
2.3.257 222 7/17/2023
2.3.246 300 7/11/2023
2.3.243 221 7/11/2023
2.3.238 240 7/10/2023
2.3.231 312 7/3/2023
2.3.228 214 7/3/2023
2.3.223 244 7/1/2023
2.3.218 304 6/26/2023
2.3.215 303 6/19/2023
2.3.210 209 6/19/2023
2.3.195 209 6/19/2023
2.3.190 385 6/15/2023
2.3.187 219 6/15/2023
2.3.182 329 6/5/2023
2.3.179 247 6/5/2023
2.3.174 365 5/29/2023
2.3.171 288 5/22/2023
2.3.168 261 5/22/2023
2.3.163 264 5/15/2023
2.3.160 346 5/8/2023
2.3.157 239 5/8/2023
2.3.154 461 5/4/2023
2.3.151 272 5/3/2023
2.3.144 516 4/10/2023
2.3.141 361 4/8/2023
2.3.131 332 4/4/2023
2.3.126 416 4/3/2023
2.3.123 379 4/3/2023
2.3.117 341 4/3/2023
2.3.114 451 3/27/2023
2.3.111 382 3/26/2023
2.3.108 425 3/21/2023
2.3.105 366 3/21/2023
2.3.100 492 3/6/2023
2.3.97 409 3/4/2023
2.3.94 388 3/3/2023
2.3.60 416 2/28/2023
2.3.57 460 1/30/2023
2.3.54 665 1/23/2023
2.3.51 460 1/23/2023
2.3.48 487 1/23/2023
2.3.45 474 1/17/2023
2.3.44 707 1/16/2023
2.3.41 519 1/15/2023
2.3.38 504 1/15/2023
2.3.33 508 1/15/2023
2.3.25 475 1/15/2023
2.3.6 501 1/15/2023
2.3.4 503 1/15/2023
2.2.127 509 1/15/2023
2.2.120 499 1/15/2023
2.2.110 503 1/15/2023
2.2.107 521 1/15/2023
2.2.102 488 1/15/2023
2.2.95 466 1/15/2023
2.2.84 520 1/15/2023
2.2.73 540 1/15/2023
2.2.72 492 1/10/2023
2.2.66 553 12/14/2022
2.2.60 717 9/7/2022
2.2.55 742 9/7/2022
2.2.50 734 9/7/2022
2.2.45 702 9/7/2022
2.2.36 606 11/3/2021
2.2.28 576 9/27/2021
2.2.15 6,805 9/21/2020

Chore