Record
post-ecommerce-stores-params
No description available.
record post-ecommerce-stores-params {
address: option<post-ecommerce-stores-body-address>,
currency-code: string,
domain: option<string>,
email-address: option<string>,
id: string,
is-syncing: option<bool>,
list-id: string,
money-format: option<string>,
name: string,
phone: option<string>,
platform: option<string>,
primary-locale: option<string>,
timezone: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address | option<post-ecommerce-stores-body-address> | |
| currency-code | string | |
| domain | option<string> | |
| email-address | option<string> | |
| id | string | |
| is-syncing | option<bool> | |
| list-id | string | |
| money-format | option<string> | |
| name | string | |
| phone | option<string> | |
| platform | option<string> | |
| primary-locale | option<string> | |
| timezone | option<string> |