| location_point | SearchStoreDTO_location_point | | [optional] [default to null] |
| order_date | String | ISO8601 compliant date string, defaults to current server date | [optional] [default to null] |
| order_time | String | Pre-order time filter in HH format, void (omitting it) means stores that accepts ASAP order will be returned | [optional] [default to null] |
| name | String | General search key name for "store name","item name", "item description" | [optional] [default to null] |
| tags | List | Store tags filter comma separated | [optional] [default to null] |
| open_only | Boolean | Store status filter, null means all stores will be returned regardless if it is open or closed on the selected order_date and order_time | [optional] [default to null] |
| order_type | String | Store supported fulfillment service | [optional] [default to null] |
| ids | List | Filter store via id | [optional] [default to null] |
| funnel | String | Custom data-driven filters | [optional] [default to null] |
| product_type | String | Product Type filter | [optional] [default to null] |
| limit | BigDecimal | The number of record to return, 0 means all will be returned | [optional] [default to null] |
| offset | BigDecimal | The number of records to skip | [optional] [default to null] |