VTEX.Health 3.0.136

There is a newer version of this package available.
See the version list below for details.
dotnet add package VTEX.Health --version 3.0.136
                    
NuGet\Install-Package VTEX.Health -Version 3.0.136
                    
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.136" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VTEX.Health" Version="3.0.136" />
                    
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.136
                    
#r "nuget: VTEX.Health, 3.0.136"
                    
#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.136
                    
Install VTEX.Health as a Cake Addin
#tool nuget:?package=VTEX.Health&version=3.0.136
                    
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 0 4/7/2025
3.0.191 0 4/7/2025
3.0.186 160 3/31/2025
3.0.183 343 3/24/2025
3.0.180 336 3/24/2025
3.0.175 339 3/24/2025
3.0.172 151 3/17/2025
3.0.169 143 3/17/2025
3.0.166 145 3/17/2025
3.0.163 148 3/17/2025
3.0.154 145 3/17/2025
3.0.145 178 3/10/2025
3.0.142 168 3/10/2025
3.0.139 136 3/3/2025
3.0.136 125 3/3/2025
3.0.131 100 2/24/2025
3.0.128 102 2/24/2025
3.0.123 97 2/24/2025
3.0.118 113 2/17/2025
3.0.115 118 2/17/2025
3.0.110 114 2/17/2025
3.0.103 121 2/17/2025
3.0.94 118 2/17/2025
3.0.91 112 2/10/2025
3.0.88 111 2/10/2025
3.0.85 124 2/10/2025
3.0.78 126 2/3/2025
3.0.75 112 2/3/2025
3.0.72 107 2/3/2025
3.0.65 110 1/27/2025
3.0.62 112 1/27/2025
3.0.57 114 1/27/2025
3.0.52 124 1/20/2025
3.0.49 106 1/20/2025
3.0.46 104 1/20/2025
3.0.41 112 1/20/2025
3.0.32 112 1/20/2025
3.0.21 100 1/13/2025
3.0.18 106 1/13/2025
3.0.15 102 1/13/2025
3.0.9 99 1/13/2025
2.4.358 99 1/13/2025
2.4.330 112 1/6/2025
2.4.325 116 1/6/2025
2.4.316 117 1/6/2025
2.4.310 134 12/30/2024
2.4.303 126 12/30/2024
2.4.298 123 12/27/2024
2.4.278 120 12/24/2024
2.4.275 115 12/24/2024
2.4.270 121 12/23/2024
2.4.263 117 12/16/2024
2.4.260 120 12/16/2024
2.4.93 118 12/9/2024
2.4.90 118 12/9/2024
2.4.87 122 12/9/2024
2.4.80 111 12/2/2024
2.4.77 103 12/2/2024
2.4.74 106 12/2/2024
2.4.69 112 12/2/2024
2.4.60 121 11/25/2024
2.4.57 118 11/25/2024
2.4.52 123 11/25/2024
2.4.36 113 11/18/2024
2.4.29 128 11/18/2024
2.4.15 139 11/13/2024
2.4.12 125 11/13/2024
2.4.7 128 11/13/2024
2.4.4 121 11/13/2024
2.3.1685 134 11/12/2024
2.3.1682 124 11/12/2024
2.3.1679 119 11/12/2024
2.3.1672 125 11/12/2024
2.3.1651 120 11/12/2024
2.3.1648 116 11/12/2024
2.3.1641 126 11/12/2024
2.3.1616 133 11/11/2024
2.3.1613 130 11/11/2024
2.3.1478 130 11/4/2024
2.3.1471 132 11/4/2024
2.3.1203 135 10/28/2024
2.3.1200 138 10/28/2024
2.3.1197 117 10/28/2024
2.3.1146 142 10/21/2024
2.3.1143 126 10/20/2024
2.3.1140 138 10/20/2024
2.3.1133 127 10/20/2024
2.3.1129 136 10/19/2024
2.3.1125 156 10/18/2024
2.3.1122 117 10/18/2024
2.3.1117 122 10/18/2024
2.3.1113 111 10/17/2024
2.3.1109 123 10/17/2024
2.3.1098 131 10/14/2024
2.3.1095 119 10/14/2024
2.3.1090 132 10/12/2024
2.3.1087 127 10/12/2024
2.3.1082 130 10/12/2024
2.3.1075 116 10/12/2024
2.3.1060 135 10/3/2024
2.3.1057 123 10/3/2024
2.3.1054 126 10/3/2024
2.3.1051 128 10/3/2024
2.3.1041 143 9/23/2024
2.3.1038 136 9/23/2024
2.3.1029 150 9/16/2024
2.3.1026 140 9/16/2024
2.3.1021 150 9/9/2024
2.3.1018 135 9/9/2024
2.3.1013 134 9/9/2024
2.3.1006 154 9/2/2024
2.3.1003 136 8/28/2024
2.3.998 144 8/28/2024
2.3.993 156 8/27/2024
2.3.981 143 8/27/2024
2.3.976 136 8/27/2024
2.3.966 141 8/27/2024
2.3.959 155 8/26/2024
2.3.949 149 8/26/2024
2.3.937 176 8/24/2024
2.3.933 152 8/19/2024
2.3.930 172 8/12/2024
2.3.927 116 8/5/2024
2.3.924 118 7/29/2024
2.3.921 152 7/22/2024
2.3.915 135 7/17/2024
2.3.912 130 7/17/2024
2.3.902 132 7/17/2024
2.3.889 132 7/16/2024
2.3.882 138 7/16/2024
2.3.879 146 7/15/2024
2.3.870 132 7/15/2024
2.3.864 135 7/15/2024
2.3.856 121 7/15/2024
2.3.849 133 7/12/2024
2.3.845 150 7/12/2024
2.3.842 134 7/12/2024
2.3.839 137 7/12/2024
2.3.836 115 7/12/2024
2.3.827 129 7/8/2024
2.3.824 130 7/1/2024
2.3.821 153 6/24/2024
2.3.818 165 6/17/2024
2.3.815 142 6/10/2024
2.3.812 165 6/3/2024
2.3.809 152 5/27/2024
2.3.806 150 5/27/2024
2.3.801 145 5/27/2024
2.3.794 150 5/27/2024
2.3.785 163 5/20/2024
2.3.782 163 5/19/2024
2.3.774 184 5/6/2024
2.3.771 165 4/29/2024
2.3.768 161 4/29/2024
2.3.763 160 4/29/2024
2.3.756 157 4/29/2024
2.3.747 150 4/22/2024
2.3.744 151 4/22/2024
2.3.739 166 4/22/2024
2.3.732 163 4/15/2024
2.3.729 162 4/15/2024
2.3.724 143 4/15/2024
2.3.717 161 4/8/2024
2.3.714 158 4/8/2024
2.3.709 168 4/1/2024
2.3.706 159 3/27/2024
2.3.703 146 3/25/2024
2.3.700 179 3/18/2024
2.3.697 170 3/18/2024
2.3.692 173 3/18/2024
2.3.685 175 3/11/2024
2.3.682 160 3/4/2024
2.3.679 159 2/27/2024
2.3.676 149 2/27/2024
2.3.665 160 2/26/2024
2.3.660 167 2/19/2024
2.3.657 140 2/19/2024
2.3.652 171 2/19/2024
2.3.645 172 2/14/2024
2.3.642 157 2/14/2024
2.3.636 143 2/12/2024
2.3.633 154 2/5/2024
2.3.630 152 1/30/2024
2.3.627 146 1/30/2024
2.3.622 149 1/30/2024
2.3.619 142 1/30/2024
2.3.616 167 1/30/2024
2.3.599 148 1/29/2024
2.3.596 149 1/29/2024
2.3.588 137 1/22/2024
2.3.583 141 1/22/2024
2.3.578 153 1/22/2024
2.3.571 161 1/16/2024
2.3.568 166 1/16/2024
2.3.563 167 1/15/2024
2.3.556 160 1/8/2024
2.3.553 195 1/1/2024
2.3.550 180 12/25/2023
2.3.547 170 12/25/2023
2.3.542 169 12/25/2023
2.3.535 170 12/18/2023
2.3.530 142 12/18/2023
2.3.518 178 12/14/2023
2.3.511 187 12/11/2023
2.3.508 196 12/11/2023
2.3.503 179 12/11/2023
2.3.487 185 12/11/2023
2.3.476 202 12/11/2023
2.3.473 210 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,330 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,289 9/21/2020

Chore