Record
put-ecommerce-stores-id-customers-id-params
No description available.
record put-ecommerce-stores-id-customers-id-params {
store-id: string,
customer-id: string,
address: option<put-ecommerce-stores-id-customers-id-body-address>,
company: option<string>,
email-address: string,
first-name: option<string>,
id: string,
last-name: option<string>,
opt-in-status: bool,
}Fields
| Name | Type | Description |
|---|---|---|
| store-id | string | |
| customer-id | string | |
| address | option<put-ecommerce-stores-id-customers-id-body-address> | |
| company | option<string> | |
| email-address | string | |
| first-name | option<string> | |
| id | string | |
| last-name | option<string> | |
| opt-in-status | bool |