@extends('layouts.app') @section('content')

Bulk Shipment Upload

Instructions

  • Upload a CSV file with shipment tracking information
  • Required columns: order_number, tracking_number, carrier
  • Optional columns: shipment_method, shipping_cost, notes, warehouse_code
  • Maximum 1000 rows per upload
@csrf

This warehouse will be used for rows without a warehouse_code column

@if(!empty($showGoPartsShip))
@endif

or drag and drop

CSV up to 10MB

Continue processing even if some rows have errors

Check the file for errors without creating shipments

Download Template
@endsection @push('scripts') @endpush