Class ByProjectKeyVariantsKeyByKeyPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyVariantsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyVariantsKeyByKeyPostString>, ErrorableTrait<ByProjectKeyVariantsKeyByKeyPostString>, ExpandableTrait<ByProjectKeyVariantsKeyByKeyPostString>, ClientRequestCommand<Variant>, CreateHttpRequestCommand, HttpRequestCommand<Variant>, RequestCommand<Variant>

Updates a Variant identified by its key.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.variant.Variant>> result = apiRoot
            .withProjectKey("{projectKey}")
            .variants()
            .withKey("{key}")
            .post("")
            .execute()