Class ByProjectKeyProductSelectionsByIDGet

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



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