Class ByProjectKeyProductSelectionsKeyByKeyProductsGet

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



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