Record
get-ecommerce-stores-id-orders-params
No description available.
record get-ecommerce-stores-id-orders-params {
fields: option<list<string>>,
exclude-fields: option<list<string>>,
count: option<s32>,
offset: option<s32>,
store-id: string,
customer-id: option<string>,
has-outreach: option<bool>,
campaign-id: option<string>,
outreach-id: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| fields | option<list<string>> | |
| exclude-fields | option<list<string>> | |
| count | option<s32> | |
| offset | option<s32> | |
| store-id | string | |
| customer-id | option<string> | |
| has-outreach | option<bool> | |
| campaign-id | option<string> | |
| outreach-id | option<string> |