FulfillmentWarehouses
Create Warehouse
Create a new warehouse
Authorization
api_key x-access-token<token>
In: header
Request Body
application/json
The fields needed to create a warehouse
The fields needed to create a warehouse
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/shipos/warehouses" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "company": "string", "address1": "string", "city": "string", "state": "string", "zip": "string", "country": "string", "phone": "string", "timezone": "string" }'{ "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"}