How to Export and Import Shipping Configuration
What This Task Does
This task uses the shipping workbook to review and update shipping zones and shipping services in bulk.
Use it when you need to change geographic coverage, pricing, or service restrictions across more than a few records.
Before You Start
Make sure:
- you know which shipping records need to change
- you understand that the shared package manages shipping configuration mainly through the shipping workbook rather than a packaged settings page
- you are comfortable editing workbook columns carefully
Steps
- Go to
Tools > Excel. - Export the shipping report.
- Open the workbook and review at least these sheets:
shipping_zonesshipping_services
- Update
shipping_zoneswhen you need to change:- name
- country or state
- radius ZIP origin
- radius in kilometers
- excluded ZIPs
- Update
shipping_serviceswhen you need to change:- method and location UUIDs
- price and currency
- delivery-day range
- shipping zones
- product, customer, or geography restrictions
- free-shipping or priority flags
- Save the workbook.
- Run the matching import flow from
Tools > Excelfor shipping zones or shipping services. - Re-check a shipping estimate or order shipment to confirm the result.
What Happens Next
After a successful import:
- shipping-zone geography can change
- shipping-service eligibility can change
- storefront shipping estimates can change
- order shipment choices can change
Common Mistakes
- Editing the wrong sheet.
- Breaking UUID references between services, methods, and inventory locations.
- Forgetting that a service can still be filtered out later even if it imports successfully.
- Ignoring workbook column-name differences for excluded product-type fields.
Related Guides
Sources
packages/admin/src/Livewire/Admin/Tools/Excel/ExportDialog/ShippingExport.phppackages/admin/src/Livewire/Admin/Tools/Excel/ImportDialog/ShippingServicesImport.phppackages/admin/src/Livewire/Admin/Tools/Excel/ImportDialog/ShippingZonesImport.phppackages/framework/src/Actions/Exports/Shipping/ShippingTemplatesExport.phppackages/framework/src/Actions/Import/Shipping/Sheets/ShippingServicesImportSheet.phppackages/framework/src/Actions/Import/Shipping/Sheets/ShippingZonesImportSheet.php