Add password field to customer:create (#2390)

This commit is contained in:
Ricardo Espinoza 2021-11-03 20:48:07 -04:00 committed by GitHub
parent a5805fb80b
commit 0f9edd666d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,6 +118,22 @@ const customerUpdateOptions = [
},
],
},
{
displayName: 'Password',
name: 'password',
type: 'string',
displayOptions: {
show: {
'/resource': [
'customer',
],
'/operation': [
'create',
],
},
},
default: '',
},
{
displayName: 'Shipping Address',
name: 'shipping',