INPUT_OBJECT
Specifies the fields required to update the Customer information.
input CustomerUpdateInput {# The customer’s first name.firstName: String# The customer’s last name.lastName: String# The customer’s email.email: String# The login password used by the customer.password: String# Indicates whether the customer has consented to be sent marketing material via # email.acceptsMarketing: Boolean}