Retrieves a paginated list of stores.
StoreListStoresResponse Stores.ListStores(StoreListStoresParams?parameters, CancellationTokencancellationToken = default)
GET/api/v2/public/stores
Retrieves a paginated list of stores.
StoreListStoresParams parameters = new();
var response = await client.Stores.ListStores(parameters);
Console.WriteLine(response);{
"page_size": 0,
"page_start": 0,
"total_count": 0,
"list": [
{
"id": 0,
"is_active": true,
"is_active_data_exchange": true,
"is_warehouse": true,
"area_description": "area_description",
"area_id": "area_id",
"area_manager_user_id": 0,
"city": "city",
"cost_center": "cost_center",
"country_code": "country_code",
"country_name": "country_name",
"esl_server_path": "esl_server_path",
"free_fields": [
{
"label": "label",
"sort_order": 0,
"value": "value"
}
],
"ip_range_begin": "ip_range_begin",
"ip_range_end": "ip_range_end",
"local_server_path": "local_server_path",
"opening_hours": "opening_hours",
"ordering_schema": [
{
"day": 0,
"delivery_offset": 0,
"ordering_offset": 0,
"time": "time",
"category_code": "category_code",
"week_numbers": "week_numbers"
}
],
"phone_number": "phone_number",
"price_line_id": 0,
"printers": [
{
"is_bluetooth": true,
"printer_ip": "printer_ip",
"printer_name": "printer_name",
"printer_type": 0
}
],
"secondary_key": "secondary_key",
"store_gln": "store_gln",
"store_name": "store_name",
"store_next_delivery_datetime": "2019-12-27T18:11:19.117Z",
"store_next_ordering_datetime": "2019-12-27T18:11:19.117Z",
"store_number": "store_number",
"store_stock_pool_1": "store_stock_pool_1",
"store_stock_pool_10": "store_stock_pool_10",
"store_stock_pool_2": "store_stock_pool_2",
"store_stock_pool_3": "store_stock_pool_3",
"store_stock_pool_4": "store_stock_pool_4",
"store_stock_pool_5": "store_stock_pool_5",
"store_stock_pool_6": "store_stock_pool_6",
"store_stock_pool_7": "store_stock_pool_7",
"store_stock_pool_8": "store_stock_pool_8",
"store_stock_pool_9": "store_stock_pool_9",
"store_type_code": "store_type_code",
"store_type_description": "store_type_description",
"tertiary_key": "tertiary_key",
"warehouse_id": "warehouse_id"
}
],
"list_body": {
"foo": "bar"
},
"list_filters": {
"foo": [
"string"
]
},
"next_page": 0,
"previous_page": 0,
"project_last_modified_date": "project_last_modified_date",
"scroll_id": "scroll_id",
"server_time": "server_time",
"sort_column": "sort_column",
"sort_order": "sort_order",
"task_last_modified_date": "task_last_modified_date"
}Returns Examples
{
"page_size": 0,
"page_start": 0,
"total_count": 0,
"list": [
{
"id": 0,
"is_active": true,
"is_active_data_exchange": true,
"is_warehouse": true,
"area_description": "area_description",
"area_id": "area_id",
"area_manager_user_id": 0,
"city": "city",
"cost_center": "cost_center",
"country_code": "country_code",
"country_name": "country_name",
"esl_server_path": "esl_server_path",
"free_fields": [
{
"label": "label",
"sort_order": 0,
"value": "value"
}
],
"ip_range_begin": "ip_range_begin",
"ip_range_end": "ip_range_end",
"local_server_path": "local_server_path",
"opening_hours": "opening_hours",
"ordering_schema": [
{
"day": 0,
"delivery_offset": 0,
"ordering_offset": 0,
"time": "time",
"category_code": "category_code",
"week_numbers": "week_numbers"
}
],
"phone_number": "phone_number",
"price_line_id": 0,
"printers": [
{
"is_bluetooth": true,
"printer_ip": "printer_ip",
"printer_name": "printer_name",
"printer_type": 0
}
],
"secondary_key": "secondary_key",
"store_gln": "store_gln",
"store_name": "store_name",
"store_next_delivery_datetime": "2019-12-27T18:11:19.117Z",
"store_next_ordering_datetime": "2019-12-27T18:11:19.117Z",
"store_number": "store_number",
"store_stock_pool_1": "store_stock_pool_1",
"store_stock_pool_10": "store_stock_pool_10",
"store_stock_pool_2": "store_stock_pool_2",
"store_stock_pool_3": "store_stock_pool_3",
"store_stock_pool_4": "store_stock_pool_4",
"store_stock_pool_5": "store_stock_pool_5",
"store_stock_pool_6": "store_stock_pool_6",
"store_stock_pool_7": "store_stock_pool_7",
"store_stock_pool_8": "store_stock_pool_8",
"store_stock_pool_9": "store_stock_pool_9",
"store_type_code": "store_type_code",
"store_type_description": "store_type_description",
"tertiary_key": "tertiary_key",
"warehouse_id": "warehouse_id"
}
],
"list_body": {
"foo": "bar"
},
"list_filters": {
"foo": [
"string"
]
},
"next_page": 0,
"previous_page": 0,
"project_last_modified_date": "project_last_modified_date",
"scroll_id": "scroll_id",
"server_time": "server_time",
"sort_column": "sort_column",
"sort_order": "sort_order",
"task_last_modified_date": "task_last_modified_date"
}