VTEX.Health 3.0.154

There is a newer version of this package available.
See the version list below for details.
dotnet add package VTEX.Health --version 3.0.154
                    
NuGet\Install-Package VTEX.Health -Version 3.0.154
                    
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.154" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VTEX.Health" Version="3.0.154" />
                    
Directory.Packages.props
<PackageReference Include="VTEX.Health" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VTEX.Health --version 3.0.154
                    
#r "nuget: VTEX.Health, 3.0.154"
                    
#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.
#addin nuget:?package=VTEX.Health&version=3.0.154
                    
Install VTEX.Health as a Cake Addin
#tool nuget:?package=VTEX.Health&version=3.0.154
                    
Install VTEX.Health as a Cake Tool

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.194 44 4/7/2025
3.0.191 41 4/7/2025
3.0.186 166 3/31/2025
3.0.183 348 3/24/2025
3.0.180 341 3/24/2025
3.0.175 343 3/24/2025
3.0.172 156 3/17/2025
3.0.169 148 3/17/2025
3.0.166 151 3/17/2025
3.0.163 154 3/17/2025
3.0.154 149 3/17/2025
3.0.145 185 3/10/2025
3.0.142 174 3/10/2025
3.0.139 141 3/3/2025
3.0.136 130 3/3/2025
3.0.131 105 2/24/2025
3.0.128 107 2/24/2025
3.0.123 101 2/24/2025
3.0.118 118 2/17/2025
3.0.115 123 2/17/2025
3.0.110 120 2/17/2025
3.0.103 127 2/17/2025
3.0.94 125 2/17/2025
3.0.91 118 2/10/2025
3.0.88 118 2/10/2025
3.0.85 130 2/10/2025
3.0.78 130 2/3/2025
3.0.75 116 2/3/2025
3.0.72 112 2/3/2025
3.0.65 114 1/27/2025
3.0.62 117 1/27/2025
3.0.57 118 1/27/2025
3.0.52 129 1/20/2025
3.0.49 112 1/20/2025
3.0.46 108 1/20/2025
3.0.41 118 1/20/2025
3.0.32 117 1/20/2025
3.0.21 104 1/13/2025
3.0.18 112 1/13/2025
3.0.15 106 1/13/2025
3.0.9 104 1/13/2025
2.4.358 103 1/13/2025
2.4.330 118 1/6/2025
2.4.325 122 1/6/2025
2.4.316 122 1/6/2025
2.4.310 139 12/30/2024
2.4.303 132 12/30/2024
2.4.298 127 12/27/2024
2.4.278 125 12/24/2024
2.4.275 119 12/24/2024
2.4.270 126 12/23/2024
2.4.263 122 12/16/2024
2.4.260 125 12/16/2024
2.4.93 124 12/9/2024
2.4.90 122 12/9/2024
2.4.87 127 12/9/2024
2.4.80 116 12/2/2024
2.4.77 107 12/2/2024
2.4.74 110 12/2/2024
2.4.69 116 12/2/2024
2.4.60 125 11/25/2024
2.4.57 122 11/25/2024
2.4.52 128 11/25/2024
2.4.36 118 11/18/2024
2.4.29 133 11/18/2024
2.4.15 143 11/13/2024
2.4.12 130 11/13/2024
2.4.7 133 11/13/2024
2.4.4 126 11/13/2024
2.3.1685 139 11/12/2024
2.3.1682 129 11/12/2024
2.3.1679 123 11/12/2024
2.3.1672 131 11/12/2024
2.3.1651 124 11/12/2024
2.3.1648 120 11/12/2024
2.3.1641 132 11/12/2024
2.3.1616 138 11/11/2024
2.3.1613 136 11/11/2024
2.3.1478 134 11/4/2024
2.3.1471 137 11/4/2024
2.3.1203 140 10/28/2024
2.3.1200 142 10/28/2024
2.3.1197 123 10/28/2024
2.3.1146 147 10/21/2024
2.3.1143 130 10/20/2024
2.3.1140 142 10/20/2024
2.3.1133 132 10/20/2024
2.3.1129 141 10/19/2024
2.3.1125 160 10/18/2024
2.3.1122 121 10/18/2024
2.3.1117 126 10/18/2024
2.3.1113 116 10/17/2024
2.3.1109 129 10/17/2024
2.3.1098 135 10/14/2024
2.3.1095 123 10/14/2024
2.3.1090 138 10/12/2024
2.3.1087 131 10/12/2024
2.3.1082 136 10/12/2024
2.3.1075 120 10/12/2024
2.3.1060 139 10/3/2024
2.3.1057 128 10/3/2024
2.3.1054 131 10/3/2024
2.3.1051 133 10/3/2024
2.3.1041 148 9/23/2024
2.3.1038 140 9/23/2024
2.3.1029 155 9/16/2024
2.3.1026 144 9/16/2024
2.3.1021 155 9/9/2024
2.3.1018 142 9/9/2024
2.3.1013 140 9/9/2024
2.3.1006 159 9/2/2024
2.3.1003 141 8/28/2024
2.3.998 148 8/28/2024
2.3.993 162 8/27/2024
2.3.981 148 8/27/2024
2.3.976 140 8/27/2024
2.3.966 145 8/27/2024
2.3.959 159 8/26/2024
2.3.949 153 8/26/2024
2.3.937 181 8/24/2024
2.3.933 157 8/19/2024
2.3.930 178 8/12/2024
2.3.927 121 8/5/2024
2.3.924 123 7/29/2024
2.3.921 157 7/22/2024
2.3.915 140 7/17/2024
2.3.912 137 7/17/2024
2.3.902 136 7/17/2024
2.3.889 136 7/16/2024
2.3.882 143 7/16/2024
2.3.879 152 7/15/2024
2.3.870 137 7/15/2024
2.3.864 141 7/15/2024
2.3.856 125 7/15/2024
2.3.849 137 7/12/2024
2.3.845 154 7/12/2024
2.3.842 138 7/12/2024
2.3.839 141 7/12/2024
2.3.836 119 7/12/2024
2.3.827 134 7/8/2024
2.3.824 136 7/1/2024
2.3.821 160 6/24/2024
2.3.818 170 6/17/2024
2.3.815 147 6/10/2024
2.3.812 170 6/3/2024
2.3.809 158 5/27/2024
2.3.806 156 5/27/2024
2.3.801 151 5/27/2024
2.3.794 156 5/27/2024
2.3.785 168 5/20/2024
2.3.782 167 5/19/2024
2.3.774 188 5/6/2024
2.3.771 169 4/29/2024
2.3.768 165 4/29/2024
2.3.763 165 4/29/2024
2.3.756 162 4/29/2024
2.3.747 155 4/22/2024
2.3.744 156 4/22/2024
2.3.739 171 4/22/2024
2.3.732 168 4/15/2024
2.3.729 167 4/15/2024
2.3.724 149 4/15/2024
2.3.717 167 4/8/2024
2.3.714 163 4/8/2024
2.3.709 173 4/1/2024
2.3.706 164 3/27/2024
2.3.703 152 3/25/2024
2.3.700 184 3/18/2024
2.3.697 177 3/18/2024
2.3.692 178 3/18/2024
2.3.685 179 3/11/2024
2.3.682 164 3/4/2024
2.3.679 164 2/27/2024
2.3.676 155 2/27/2024
2.3.665 165 2/26/2024
2.3.660 171 2/19/2024
2.3.657 145 2/19/2024
2.3.652 176 2/19/2024
2.3.645 178 2/14/2024
2.3.642 161 2/14/2024
2.3.636 147 2/12/2024
2.3.633 159 2/5/2024
2.3.630 158 1/30/2024
2.3.627 150 1/30/2024
2.3.622 154 1/30/2024
2.3.619 147 1/30/2024
2.3.616 173 1/30/2024
2.3.599 152 1/29/2024
2.3.596 154 1/29/2024
2.3.588 142 1/22/2024
2.3.583 146 1/22/2024
2.3.578 157 1/22/2024
2.3.571 166 1/16/2024
2.3.568 170 1/16/2024
2.3.563 172 1/15/2024
2.3.556 165 1/8/2024
2.3.553 201 1/1/2024
2.3.550 186 12/25/2023
2.3.547 176 12/25/2023
2.3.542 174 12/25/2023
2.3.535 177 12/18/2023
2.3.530 146 12/18/2023
2.3.518 183 12/14/2023
2.3.511 191 12/11/2023
2.3.508 200 12/11/2023
2.3.503 183 12/11/2023
2.3.487 190 12/11/2023
2.3.476 206 12/11/2023
2.3.473 215 12/8/2023
2.3.469 188 12/4/2023
2.3.466 189 11/29/2023
2.3.461 180 11/28/2023
2.3.455 168 11/27/2023
2.3.452 166 11/27/2023
2.3.447 165 11/21/2023
2.3.444 197 11/21/2023
2.3.439 176 11/20/2023
2.3.432 185 11/20/2023
2.3.423 167 11/20/2023
2.3.412 1,334 11/14/2023
2.3.407 160 11/14/2023
2.3.399 158 11/13/2023
2.3.392 189 11/9/2023
2.3.387 197 11/6/2023
2.3.384 167 11/6/2023
2.3.379 219 10/30/2023
2.3.376 193 10/30/2023
2.3.373 201 10/30/2023
2.3.368 201 10/23/2023
2.3.365 189 10/23/2023
2.3.360 198 10/17/2023
2.3.357 185 10/16/2023
2.3.352 183 10/16/2023
2.3.345 183 10/16/2023
2.3.336 210 10/9/2023
2.3.333 196 10/2/2023
2.3.330 189 9/25/2023
2.3.327 182 9/23/2023
2.3.324 181 9/19/2023
2.3.320 168 9/18/2023
2.3.313 195 9/12/2023
2.3.310 183 9/12/2023
2.3.305 254 9/4/2023
2.3.302 313 8/28/2023
2.3.299 239 8/24/2023
2.3.296 373 8/14/2023
2.3.293 233 8/14/2023
2.3.288 305 8/8/2023
2.3.282 455 8/1/2023
2.3.264 353 7/24/2023
2.3.260 223 7/17/2023
2.3.257 224 7/17/2023
2.3.246 302 7/11/2023
2.3.243 223 7/11/2023
2.3.238 241 7/10/2023
2.3.231 313 7/3/2023
2.3.228 215 7/3/2023
2.3.223 246 7/1/2023
2.3.218 306 6/26/2023
2.3.215 305 6/19/2023
2.3.210 211 6/19/2023
2.3.195 211 6/19/2023
2.3.190 390 6/15/2023
2.3.187 223 6/15/2023
2.3.182 335 6/5/2023
2.3.179 253 6/5/2023
2.3.174 370 5/29/2023
2.3.171 294 5/22/2023
2.3.168 267 5/22/2023
2.3.163 270 5/15/2023
2.3.160 352 5/8/2023
2.3.157 246 5/8/2023
2.3.154 467 5/4/2023
2.3.151 278 5/3/2023
2.3.144 522 4/10/2023
2.3.141 367 4/8/2023
2.3.131 339 4/4/2023
2.3.126 424 4/3/2023
2.3.123 386 4/3/2023
2.3.117 347 4/3/2023
2.3.114 458 3/27/2023
2.3.111 389 3/26/2023
2.3.108 433 3/21/2023
2.3.105 374 3/21/2023
2.3.100 499 3/6/2023
2.3.97 418 3/4/2023
2.3.94 395 3/3/2023
2.3.60 423 2/28/2023
2.3.57 469 1/30/2023
2.3.54 673 1/23/2023
2.3.51 468 1/23/2023
2.3.48 496 1/23/2023
2.3.45 483 1/17/2023
2.3.44 716 1/16/2023
2.3.41 528 1/15/2023
2.3.38 514 1/15/2023
2.3.33 518 1/15/2023
2.3.25 485 1/15/2023
2.3.6 510 1/15/2023
2.3.4 512 1/15/2023
2.2.127 518 1/15/2023
2.2.120 509 1/15/2023
2.2.110 513 1/15/2023
2.2.107 530 1/15/2023
2.2.102 497 1/15/2023
2.2.95 475 1/15/2023
2.2.84 529 1/15/2023
2.2.73 549 1/15/2023
2.2.72 501 1/10/2023
2.2.66 562 12/14/2022
2.2.60 728 9/7/2022
2.2.55 753 9/7/2022
2.2.50 745 9/7/2022
2.2.45 713 9/7/2022
2.2.36 621 11/3/2021
2.2.28 592 9/27/2021
2.2.15 7,295 9/21/2020

Chore