Skip to main content

customerUpdate

AUTH: Role=[user.OWNER,user.EDITOR] OR (('user is authenticated') AND ('customerId if present in input matches JWT'))

customerUpdate(
id: Int!
input: UpdateCustomerInput!
): Customer!

Arguments

customerUpdate.id ● Int! non-null scalar

Customer unique identifier

customerUpdate.input ● UpdateCustomerInput! non-null input

Type

Customer object

Customer entity representing a B2C customer with associated addresses.

Provides access to address information for customer accounts including delivery, billing, and contact addresses used for order fulfillment.