Class ByProjectKeyProductSelectionsKeyByKeyPostString

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



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