updateCustomer
Update a Customer.
Requires the publiccustomer/write scope and a valid customer authentication token.
updateCustomer(
customerToken: String!
input: CustomerUpdateInput!
): Customer!
Arguments
updateCustomer.customerToken ● String! non-null scalar
updateCustomer.input ● CustomerUpdateInput! non-null input
Type
Customer object
A customer of a given Storefront is a user who places orders on the Storefront