docs: updated js client reference (#2414)

* docs: updated js client reference

* docs: fixed link
This commit is contained in:
Shahed Nasser
2022-10-11 16:32:41 +03:00
committed by GitHub
parent b3ebc78b95
commit 8ca9354c50
384 changed files with 5705 additions and 4184 deletions
@@ -0,0 +1,73 @@
# Class: StorePostCustomersCustomerReq
[internal](../modules/internal-34.md).StorePostCustomersCustomerReq
## Properties
### billing\_address
`Optional` **billing\_address**: `string` \| [`AddressPayload`](internal.AddressPayload.md)
#### Defined in
medusa/dist/api/routes/store/customers/update-customer.d.ts:89
___
### email
`Optional` **email**: `string`
#### Defined in
medusa/dist/api/routes/store/customers/update-customer.d.ts:94
___
### first\_name
`Optional` **first\_name**: `string`
#### Defined in
medusa/dist/api/routes/store/customers/update-customer.d.ts:90
___
### last\_name
`Optional` **last\_name**: `string`
#### Defined in
medusa/dist/api/routes/store/customers/update-customer.d.ts:91
___
### metadata
`Optional` **metadata**: `Record`<`string`, `unknown`\>
#### Defined in
medusa/dist/api/routes/store/customers/update-customer.d.ts:95
___
### password
`Optional` **password**: `string`
#### Defined in
medusa/dist/api/routes/store/customers/update-customer.d.ts:92
___
### phone
`Optional` **phone**: `string`
#### Defined in
medusa/dist/api/routes/store/customers/update-customer.d.ts:93