Class ByProjectKeyProductSelectionsPostString

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



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