* added reference for JS Client * added reference for JS Client * added reference for JS Client
78 lines
1.2 KiB
Markdown
78 lines
1.2 KiB
Markdown
---
|
|
displayed_sidebar: jsClientSidebar
|
|
---
|
|
|
|
# Class: AdminPostCustomersCustomerReq
|
|
|
|
[internal](../modules/internal.md).AdminPostCustomersCustomerReq
|
|
|
|
## Properties
|
|
|
|
### email
|
|
|
|
• `Optional` **email**: `string`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/api/routes/admin/customers/update-customer.d.ts:60
|
|
|
|
___
|
|
|
|
### first\_name
|
|
|
|
• `Optional` **first\_name**: `string`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/api/routes/admin/customers/update-customer.d.ts:61
|
|
|
|
___
|
|
|
|
### groups
|
|
|
|
• `Optional` **groups**: [`Group`](internal.Group.md)[]
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/api/routes/admin/customers/update-customer.d.ts:66
|
|
|
|
___
|
|
|
|
### last\_name
|
|
|
|
• `Optional` **last\_name**: `string`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/api/routes/admin/customers/update-customer.d.ts:62
|
|
|
|
___
|
|
|
|
### metadata
|
|
|
|
• `Optional` **metadata**: `object`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/api/routes/admin/customers/update-customer.d.ts:65
|
|
|
|
___
|
|
|
|
### password
|
|
|
|
• `Optional` **password**: `string`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/api/routes/admin/customers/update-customer.d.ts:63
|
|
|
|
___
|
|
|
|
### phone
|
|
|
|
• `Optional` **phone**: `string`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/api/routes/admin/customers/update-customer.d.ts:64
|