Class ByProjectKeyStoresPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyStoresPost,Store,StoreDraft>
com.commercetools.api.client.ByProjectKeyStoresPost
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyStoresPost>, ErrorableTrait<ByProjectKeyStoresPost>, ExpandableTrait<ByProjectKeyStoresPost>, io.vrap.rmf.base.client.ClientRequestCommand<Store>, io.vrap.rmf.base.client.RequestCommand<Store>



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