Record
get-ecommerce-stores-id-customers-params
No description available.
record get-ecommerce-stores-id-customers-params {
fields: option<list<string>>,
exclude-fields: option<list<string>>,
count: option<s32>,
offset: option<s32>,
store-id: string,
email-address: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| fields | option<list<string>> | |
| exclude-fields | option<list<string>> | |
| count | option<s32> | |
| offset | option<s32> | |
| store-id | string | |
| email-address | option<string> |