Skip to main content

List Couriers

GET 

/api/shippit/instances/:integration_instance/couriers

List couriers for the shipping-provider instance, paginated. Each row is one courier type + service-level combination the merchant offers, with its enabled state and an optional mapping to an internal shipping method (sku_shipping_method_id / shipping_method_name). Unmapped couriers have null link fields.

Sort field. Prefix with - for descending. Allowed: id, courier_type, service_level, courier_name, enabled, created_at. Default: courier_name (A–Z).

Authenticate with a Bearer token.

Request

Responses

OK

Response Headers
    Content-Type