Class ByProjectKeyProductSelectionsPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyProductSelectionsPost>, ErrorableTrait<ByProjectKeyProductSelectionsPost>, ExpandableTrait<ByProjectKeyProductSelectionsPost>, ClientRequestCommand<ProductSelection>, CreateHttpRequestCommand, HttpRequestCommand<ProductSelection>, RequestCommand<ProductSelection>



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