List Shipping Carriers
logistics.shipengine.carriersRetrieve a list of all connected shipping carriers with IDs and codes to identify available carriers for rate comparison.
Instructions
List all connected shipping carriers with their IDs and codes. Shows which carriers are available for rate comparison (USPS, UPS, FedEx, DHL, etc.) (ShipEngine)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional filter on carrier name (e.g. "ups", "usps"). Returns all connected carriers if omitted |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |