Skip to main content

SearchStoreDTO

Properties

NameTypeDescriptionNotes
location_pointSearchStoreDTO_location_point[optional] [default to null]
order_dateStringISO8601 compliant date string, defaults to current server date[optional] [default to null]
order_timeStringPre-order time filter in HH
format, void (omitting it) means stores that accepts ASAP order will be returned
[optional] [default to null]
nameStringGeneral search key name for "store name","item name", "item description"[optional] [default to null]
tagsListStore tags filter comma separated[optional] [default to null]
open_onlyBooleanStore 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_typeStringStore supported fulfillment service[optional] [default to null]
idsListFilter store via id[optional] [default to null]
funnelStringCustom data-driven filters[optional] [default to null]
product_typeStringProduct Type filter[optional] [default to null]
limitBigDecimalThe number of record to return, 0 means all will be returned[optional] [default to null]
offsetBigDecimalThe number of records to skip[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]