Class ByProjectKeyCustomersKeyByKeyPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCustomersKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyCustomersKeyByKeyPost>, ErrorableTrait<ByProjectKeyCustomersKeyByKeyPost>, ExpandableTrait<ByProjectKeyCustomersKeyByKeyPost>, 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(null)
            .execute()