Class ByProjectKeyStoresByIDPost

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



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