Class ByProjectKeyStoresPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyStoresPost>, ErrorableTrait<ByProjectKeyStoresPost>, ExpandableTrait<ByProjectKeyStoresPost>, ClientRequestCommand<Store>, CreateHttpRequestCommand, HttpRequestCommand<Store>, RequestCommand<Store>



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