commercetools / commercetools-sdk-java-v2

The e-commerce SDK from commercetools for Java.
https://commercetools.github.io/commercetools-sdk-java-v2/javadoc/index.html
Apache License 2.0
34 stars 15 forks source link

Missing withKey() method for channel query #402

Closed lojzatran closed 1 year ago

lojzatran commented 1 year ago

Describe the bug According to the docs there is key for channel: https://docs.commercetools.com/api/projects/channels. However, there is no withKey() method to query by key: https://github.com/commercetools/commercetools-sdk-java-v2/blob/main/commercetools/commercetools-sdk-java-api/src/main/java/com/commercetools/api/client/ByProjectKeyChannelsRequestBuilderMixin.java#L15

lojzatran commented 1 year ago

I had a look again at the docs and there is no query by key for channels. Therefore this feature doesn't have to be implemented and ticket can be closed.