Class ByProjectKeyProductSelectionsByIDPost

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



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