Class ByProjectKeyProductSelectionsKeyByKeyPost

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



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