Class ByProjectKeyCustomersKeyByKeyPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCustomersKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyCustomersKeyByKeyPostString>, ErrorableTrait<ByProjectKeyCustomersKeyByKeyPostString>, ExpandableTrait<ByProjectKeyCustomersKeyByKeyPostString>, ClientRequestCommand<Customer>, CreateHttpRequestCommand, HttpRequestCommand<Customer>, RequestCommand<Customer>

Simultaneously updating two Customers with the same email address can return a LockedField error.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer.Customer>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customers()
            .withKey("{key}")
            .post("")
            .execute()