FulfillmentWarehouses
Get Many Warehouses
Get multiple warehouses with pagination and filtering
Authorization
api_key x-access-token<token>
In: header
Query Parameters
page?number
Page number for pagination (starting from 0)
Format
doubleDefault
0limit?number
Number of items per page
Format
doubleDefault
20search?string
Search term to filter warehouses by name, company, or city
Default
""include_fulfiller_warehouses?boolean
Include warehouses from teams this team delegates fulfillment to
Default
falseResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/shipos/warehouses"{ "data": [ { "config": { "auto_pause_inactive_jobs": true, "auto_pause_inactivity_minutes": 0, "auto_track_picking": true, "auto_track_packing": true, "auto_track_receiving": true, "auto_track_cycle_counting": true, "auto_track_put_away": true, "auto_track_replenishment": true, "labor_billing_auto_create_work_order_charges": true, "labor_billing_auto_create_purchase_order_charges": true, "labor_billing_rounding_minutes": 0, "labor_billing_rounding_mode": "UP", "live_board_end_of_day_hour": 0, "interruption_threshold_minutes": 0, "default_picking_benchmark_seconds": 0, "labor_hourly_board_start_hour": 0, "labor_hourly_board_end_hour": 0, "productivity_excellent_threshold": 0, "productivity_good_threshold": 0, "performance_readiness_min_samples_required": 0, "performance_readiness_min_samples_per_bracket": 0, "scheduled_baseline_lookback_days": 0, "scheduled_baseline_min_sample_count": 0, "scheduled_baseline_max_duration_seconds": 0, "performance_score_excellent_threshold": 0, "performance_score_good_threshold": 0, "performance_score_average_threshold": 0, "performance_score_below_average_threshold": 0, "picking_session_order_sort_strategy": "PRIORITY_THEN_FIFO", "picking_session_line_item_sort": "LOCATION", "picking_session_fefo_override": true, "picking_session_batch_optimization_type": "NONE", "picking_session_exclude_single_sku_from_mib": true, "picking_session_required_ship_date_filter": true, "break_alert_minutes": 0, "lunch_alert_minutes": 0, "no_job_alert_minutes": 0, "picking_idle_threshold_minutes": 0, "labor_no_show_alerts_enabled": true, "break_compliance_enabled": true, "meal_break_required_after_hours": 0, "meal_break_minimum_minutes": 0, "rest_break_tracking_enabled": true, "rest_break_required_after_hours": 0, "rest_break_minimum_minutes": 0, "break_min_interval_seconds": 0, "break_min_duration_seconds": 0, "break_max_duration_seconds": 0, "no_show_threshold_minutes": 0, "late_threshold_minutes": 0, "early_threshold_minutes": 0, "override_pin": "string", "replenishment_minimum_level": 0, "replenishment_maximum_level": 0, "replenishment_increment_level": 0, "replenishment_source_strategy": "FIFO" }, "team_name": "string", "team_id": "string", "default": true, "timezone": "string", "longitude": 0, "latitude": 0, "email": "string", "phone": "string", "country": "string", "state": "string", "zip": "string", "city": "string", "address2": "string", "address1": "string", "company": "string", "name": "string", "updated_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "id": "string", "supported_actions": [ { "action": "VIEW_WAREHOUSE" } ] } ], "meta": { "page": 0.1, "page_size": 0.1, "has_next_page": true, "has_previous_page": true, "start_index": 0.1, "end_index": 0.1 }}