Skip to main content

Export Shipping Method Mappings

GET 

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

Downloads the current mappings as a re-importable CSV, one row per non-archived shipping method.

Columns: shipping_method_id,shipping_method_name,shipping_method_type,trackstar_shipping_method_id,trackstar_shipping_method_name,trackstar_carrier

Unmapped shipping methods are included with blank provider columns, so the file doubles as the worklist. Re-importing a row with both provider columns blank clears that mapping.

Returns a text/csv file download.

Authentication: requires a Bearer token.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Request

Responses

OK

Response Headers
    Content-Type