VTEX.Health 2.3.889

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

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

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/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/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/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. 
.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
2.3.921 72 7/22/2024
2.3.915 75 7/17/2024
2.3.912 66 7/17/2024
2.3.902 67 7/17/2024
2.3.889 72 7/16/2024
2.3.882 74 7/16/2024
2.3.879 73 7/15/2024
2.3.870 75 7/15/2024
2.3.864 75 7/15/2024
2.3.856 74 7/15/2024
2.3.849 73 7/12/2024
2.3.845 86 7/12/2024
2.3.842 80 7/12/2024
2.3.839 77 7/12/2024
2.3.836 66 7/12/2024
2.3.827 82 7/8/2024
2.3.824 88 7/1/2024
2.3.821 102 6/24/2024
2.3.818 116 6/17/2024
2.3.815 97 6/10/2024
2.3.812 107 6/3/2024
2.3.809 102 5/27/2024
2.3.806 100 5/27/2024
2.3.801 100 5/27/2024
2.3.794 106 5/27/2024
2.3.785 118 5/20/2024
2.3.782 116 5/19/2024
2.3.774 132 5/6/2024
2.3.771 115 4/29/2024
2.3.768 110 4/29/2024
2.3.763 114 4/29/2024
2.3.756 111 4/29/2024
2.3.747 103 4/22/2024
2.3.744 105 4/22/2024
2.3.739 112 4/22/2024
2.3.732 114 4/15/2024
2.3.729 101 4/15/2024
2.3.724 101 4/15/2024
2.3.717 113 4/8/2024
2.3.714 98 4/8/2024
2.3.709 123 4/1/2024
2.3.706 114 3/27/2024
2.3.703 97 3/25/2024
2.3.700 127 3/18/2024
2.3.697 127 3/18/2024
2.3.692 125 3/18/2024
2.3.685 127 3/11/2024
2.3.682 111 3/4/2024
2.3.679 101 2/27/2024
2.3.676 104 2/27/2024
2.3.665 117 2/26/2024
2.3.660 117 2/19/2024
2.3.657 100 2/19/2024
2.3.652 121 2/19/2024
2.3.645 120 2/14/2024
2.3.642 101 2/14/2024
2.3.636 93 2/12/2024
2.3.633 109 2/5/2024
2.3.630 99 1/30/2024
2.3.627 91 1/30/2024
2.3.622 96 1/30/2024
2.3.619 102 1/30/2024
2.3.616 95 1/30/2024
2.3.599 105 1/29/2024
2.3.596 106 1/29/2024
2.3.588 99 1/22/2024
2.3.583 94 1/22/2024
2.3.578 101 1/22/2024
2.3.571 116 1/16/2024
2.3.568 109 1/16/2024
2.3.563 116 1/15/2024
2.3.556 111 1/8/2024
2.3.553 147 1/1/2024
2.3.550 124 12/25/2023
2.3.547 121 12/25/2023
2.3.542 115 12/25/2023
2.3.535 122 12/18/2023
2.3.530 94 12/18/2023
2.3.518 130 12/14/2023
2.3.511 141 12/11/2023
2.3.508 145 12/11/2023
2.3.503 133 12/11/2023
2.3.487 127 12/11/2023
2.3.476 147 12/11/2023
2.3.473 159 12/8/2023
2.3.469 141 12/4/2023
2.3.466 142 11/29/2023
2.3.461 133 11/28/2023
2.3.455 120 11/27/2023
2.3.452 122 11/27/2023
2.3.447 107 11/21/2023
2.3.444 137 11/21/2023
2.3.439 116 11/20/2023
2.3.432 138 11/20/2023
2.3.423 121 11/20/2023
2.3.412 774 11/14/2023
2.3.407 112 11/14/2023
2.3.399 114 11/13/2023
2.3.392 138 11/9/2023
2.3.387 134 11/6/2023
2.3.384 116 11/6/2023
2.3.379 162 10/30/2023
2.3.376 145 10/30/2023
2.3.373 142 10/30/2023
2.3.368 155 10/23/2023
2.3.365 139 10/23/2023
2.3.360 144 10/17/2023
2.3.357 129 10/16/2023
2.3.352 125 10/16/2023
2.3.345 136 10/16/2023
2.3.336 153 10/9/2023
2.3.333 137 10/2/2023
2.3.330 137 9/25/2023
2.3.327 135 9/23/2023
2.3.324 133 9/19/2023
2.3.320 120 9/18/2023
2.3.313 151 9/12/2023
2.3.310 127 9/12/2023
2.3.305 206 9/4/2023
2.3.302 267 8/28/2023
2.3.299 195 8/24/2023
2.3.296 326 8/14/2023
2.3.293 169 8/14/2023
2.3.288 237 8/8/2023
2.3.282 356 8/1/2023
2.3.264 291 7/24/2023
2.3.260 171 7/17/2023
2.3.257 172 7/17/2023
2.3.246 248 7/11/2023
2.3.243 169 7/11/2023
2.3.238 191 7/10/2023
2.3.231 252 7/3/2023
2.3.228 158 7/3/2023
2.3.223 199 7/1/2023
2.3.218 260 6/26/2023
2.3.215 252 6/19/2023
2.3.210 162 6/19/2023
2.3.195 172 6/19/2023
2.3.190 332 6/15/2023
2.3.187 170 6/15/2023
2.3.182 278 6/5/2023
2.3.179 197 6/5/2023
2.3.174 320 5/29/2023
2.3.171 245 5/22/2023
2.3.168 210 5/22/2023
2.3.163 212 5/15/2023
2.3.160 297 5/8/2023
2.3.157 195 5/8/2023
2.3.154 409 5/4/2023
2.3.151 214 5/3/2023
2.3.144 464 4/10/2023
2.3.141 308 4/8/2023
2.3.131 289 4/4/2023
2.3.126 367 4/3/2023
2.3.123 322 4/3/2023
2.3.117 292 4/3/2023
2.3.114 401 3/27/2023
2.3.111 333 3/26/2023
2.3.108 382 3/21/2023
2.3.105 334 3/21/2023
2.3.100 423 3/6/2023
2.3.97 354 3/4/2023
2.3.94 346 3/3/2023
2.3.60 361 2/28/2023
2.3.57 428 1/30/2023
2.3.54 622 1/23/2023
2.3.51 422 1/23/2023
2.3.48 447 1/23/2023
2.3.45 426 1/17/2023
2.3.44 646 1/16/2023
2.3.41 470 1/15/2023
2.3.38 462 1/15/2023
2.3.33 461 1/15/2023
2.3.25 430 1/15/2023
2.3.6 449 1/15/2023
2.3.4 453 1/15/2023
2.2.127 469 1/15/2023
2.2.120 450 1/15/2023
2.2.110 454 1/15/2023
2.2.107 468 1/15/2023
2.2.102 445 1/15/2023
2.2.95 425 1/15/2023
2.2.84 472 1/15/2023
2.2.73 491 1/15/2023
2.2.72 450 1/10/2023
2.2.66 508 12/14/2022
2.2.60 674 9/7/2022
2.2.55 693 9/7/2022
2.2.50 681 9/7/2022
2.2.45 643 9/7/2022
2.2.36 566 11/3/2021
2.2.28 531 9/27/2021
2.2.15 5,847 9/21/2020