Class ByProjectKeyProductSelectionsByIDProductsGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductSelectionsByIDProductsGet>, ErrorableTrait<ByProjectKeyProductSelectionsByIDProductsGet>, ExpandableTrait<ByProjectKeyProductSelectionsByIDProductsGet>, PagingTrait<ByProjectKeyProductSelectionsByIDProductsGet>, SortableTrait<ByProjectKeyProductSelectionsByIDProductsGet>, ClientRequestCommand<ProductSelectionProductPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<ProductSelectionProductPagedQueryResponse>, RequestCommand<ProductSelectionProductPagedQueryResponse>



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