Files
medusa-store/docs/content/references/js-client/classes/internal-6.AdminPostCustomersReq.md
Shahed Nasser 8ca9354c50 docs: updated js client reference (#2414)
* docs: updated js client reference

* docs: fixed link
2022-10-11 16:32:41 +03:00

912 B

Class: AdminPostCustomersReq

internal.AdminPostCustomersReq

Properties

email

email: string

Defined in

medusa/dist/api/routes/admin/customers/create-customer.d.ts:95


first_name

first_name: string

Defined in

medusa/dist/api/routes/admin/customers/create-customer.d.ts:96


last_name

last_name: string

Defined in

medusa/dist/api/routes/admin/customers/create-customer.d.ts:97


metadata

Optional metadata: Record<string, unknown>

Defined in

medusa/dist/api/routes/admin/customers/create-customer.d.ts:100


password

password: string

Defined in

medusa/dist/api/routes/admin/customers/create-customer.d.ts:98


phone

Optional phone: string

Defined in

medusa/dist/api/routes/admin/customers/create-customer.d.ts:99