Skip to main content

Export Shipping Method Mappings (CSV)

GET 

/api/shipstation/integration-instances/:integration_instance/shipping-methods/export

Downloads the persisted mappings as CSV (Content-Type: text/csv, Content-Disposition attachment named shipstation-shipping-methods-{instance}-{date}.csv). Only stored mappings are exported — no live ShipStation API calls.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Columns: code, carrier_code, carrier_name, service_code, service_name, is_domestic (yes/no), shipping_method_id, shipping_method_name.

The file is round-trippable with the import endpoint: blanking both shipping_method_id and shipping_method_name on a row deletes that mapping on re-import.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type
    Content-Disposition