Class ByProjectKeyStoresKeyByKeyPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStoresKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyStoresKeyByKeyPostString>, ErrorableTrait<ByProjectKeyStoresKeyByKeyPostString>, ExpandableTrait<ByProjectKeyStoresKeyByKeyPostString>, ClientRequestCommand<Store>, CreateHttpRequestCommand, HttpRequestCommand<Store>, RequestCommand<Store>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.store.Store>> result = apiRoot
            .withProjectKey("{projectKey}")
            .stores()
            .withKey("{key}")
            .post("")
            .execute()