* added reference for JS Client * added reference for JS Client * added reference for JS Client
68 lines
985 B
Markdown
68 lines
985 B
Markdown
---
|
|
displayed_sidebar: jsClientSidebar
|
|
---
|
|
|
|
# Class: AdminPostCustomersReq
|
|
|
|
[internal](../modules/internal.md).AdminPostCustomersReq
|
|
|
|
## Properties
|
|
|
|
### email
|
|
|
|
• **email**: `string`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/api/routes/admin/customers/create-customer.d.ts:28
|
|
|
|
___
|
|
|
|
### first\_name
|
|
|
|
• **first\_name**: `string`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/api/routes/admin/customers/create-customer.d.ts:29
|
|
|
|
___
|
|
|
|
### last\_name
|
|
|
|
• **last\_name**: `string`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/api/routes/admin/customers/create-customer.d.ts:30
|
|
|
|
___
|
|
|
|
### metadata
|
|
|
|
• `Optional` **metadata**: `object`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/api/routes/admin/customers/create-customer.d.ts:33
|
|
|
|
___
|
|
|
|
### password
|
|
|
|
• **password**: `string`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/api/routes/admin/customers/create-customer.d.ts:31
|
|
|
|
___
|
|
|
|
### phone
|
|
|
|
• `Optional` **phone**: `string`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/api/routes/admin/customers/create-customer.d.ts:32
|