Closed schleichardt closed 7 years ago
workarounds:
for all requests: manipulate the HttpRequestIntent in execute of http://commercetools.github.io/commercetools-jvm-sdk/apidocs/io/sphere/sdk/client/SphereClientDecorator.html
for single requests: manipulate the HttpRequestIntent in http://commercetools.github.io/commercetools-jvm-sdk/apidocs/io/sphere/sdk/client/SphereRequestDecorator.html
the header name: X-Correlation-ID
X-Correlation-ID
Here is a workaround example: https://gist.github.com/schleichardt/f2c3fe8c2d820f88240db372e449944b#file-correlationidsphereclient-java
Duplicates #1491
workarounds:
for all requests: manipulate the HttpRequestIntent in execute of http://commercetools.github.io/commercetools-jvm-sdk/apidocs/io/sphere/sdk/client/SphereClientDecorator.html
for single requests: manipulate the HttpRequestIntent in http://commercetools.github.io/commercetools-jvm-sdk/apidocs/io/sphere/sdk/client/SphereRequestDecorator.html