commercetools / sphere-play-sdk

Java API client and helper classes for building a SPHERE.IO shop on Play 2.2
http://sphere.io
7 stars 6 forks source link

Can not get existing channels #21

Open hajoeichler opened 10 years ago

hajoeichler commented 10 years ago

There is now way to get existing channels using the ChannelsService: https://github.com/commercetools/sphere-play-sdk/blob/master/java-client/src/main/java/io/sphere/client/shop/ChannelService.java

Please provide a convenient method to get a channel by its key.

hajoeichler commented 10 years ago

@svenmueller would be nice if you could have a look...

schleichardt commented 9 years ago

@hajoeichler @svenmueller This ticket is open since february, is there still the need to do something?

hajoeichler commented 9 years ago

We will reopen it, when having the scenario at hand.

svenmueller commented 9 years ago

here is a current scenario we have:

we want to add a SyncInfo resource to an order if a shipping mail (incl. tracking id etc.) was sent to the customer in case a delivery was shipped. but to create the SyncInfo, i need the channel reference.