Skip to main content

Export Mappings (CSV)

GET 

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

Downloads the current carrier/service-to-SKU-shipping-method mappings as a CSV file (Content-Type text/csv, Content-Disposition attachment). Filename: starshipit-shipping-methods-{instanceId}-{YYYY-MM-DD}.csv.

Authorization

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

Columns: code, carrier, carrier_name, carrier_service_code, order_count, shipping_method_id, shipping_method_name. Rows for unmapped pairs leave shipping_method_id / shipping_method_name blank.

This is the template for the Import endpoint: export, edit the shipping method columns, then re-import. Response is a file download, not JSON.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type