Class ByProjectKeyProductSelectionsKeyByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductSelectionsKeyByKeyGet>, ErrorableTrait<ByProjectKeyProductSelectionsKeyByKeyGet>, ExpandableTrait<ByProjectKeyProductSelectionsKeyByKeyGet>, ClientRequestCommand<ProductSelection>, CreateHttpRequestCommand, HttpRequestCommand<ProductSelection>, RequestCommand<ProductSelection>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_selection.ProductSelection>> result = apiRoot
            .withProjectKey("{projectKey}")
            .productSelections()
            .withKey("{key}")
            .get()
            .execute()