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