@commercetools/sdk-middleware-correlation-id
Version:
Middleware for adding a correlation id to requests being executed, to use with @commercetools/sdk-client
22 lines (16 loc) • 853 B
Markdown
# commercetools-sdk-middlware-correlation-id
<div style="background-color: yellow; color: black; padding: 10px; text-align: center; font-weight: bold;">
<h2>⚠️ In Maintenance Mode ⚠️</h2>
<p>
This package has been replaced by the <a href="https://docs.commercetools.com/sdk/typescript-sdk">TypeScript SDK</a> is in maintenance mode as such this tool will no longer receive new features or bug fixes.
</p>
<p>
We recommend to use the <a href="https://docs.commercetools.com/sdk/typescript-sdk">TypeScript SDK</a> for any new implementation and plan migrating to it.
</p>
</div>
Middleware for adding a correlation id to requests with `@commercetools/sdk-client`
https://commercetools.github.io/nodejs/sdk/api/sdkMiddlewareCorrelationId
## Install
```bash
npm install --save @commercetools/sdk-middleware-correlation-id
```