Class ByProjectKeyProductSelectionsByIDPostString

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



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