Files
medusa-store/docs/content/references/js-client/classes/internal-32.StorePostCustomersCustomerReq.md
Shahed Nasser a8293af8e1 fix: overlapping branch names for generated PRs of references (#2097)
* fix overlapping branch names of generated references

* regenerate references
2022-08-25 17:47:58 +03:00

1.1 KiB

Class: StorePostCustomersCustomerReq

internal.StorePostCustomersCustomerReq

Properties

billing_address

Optional billing_address: string | AddressPayload

Defined in

medusa/dist/api/routes/store/customers/update-customer.d.ts:53


email

Optional email: string

Defined in

medusa/dist/api/routes/store/customers/update-customer.d.ts:58


first_name

Optional first_name: string

Defined in

medusa/dist/api/routes/store/customers/update-customer.d.ts:54


last_name

Optional last_name: string

Defined in

medusa/dist/api/routes/store/customers/update-customer.d.ts:55


metadata

Optional metadata: Record<string, unknown>

Defined in

medusa/dist/api/routes/store/customers/update-customer.d.ts:59


password

Optional password: string

Defined in

medusa/dist/api/routes/store/customers/update-customer.d.ts:56


phone

Optional phone: string

Defined in

medusa/dist/api/routes/store/customers/update-customer.d.ts:57