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