Shipengine
Connector for the shipengine API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.shipengine.com - Auth:
header:API-Key(pass your key via theapiKeyinput)
Operations
list_batches— GET /v1/batches — List Batchesget_batch_by_external_id— GET /v1/batches/external_batch_id/{external_batch_id} — Get Batch By External IDget_batch_by_id— GET /v1/batches/{batch_id} — Get Batch By IDlist_batch_errors— GET /v1/batches/{batch_id}/errors — Get Batch Errorslist_carriers— GET /v1/carriers — List Carriersget_carrier_by_id— GET /v1/carriers/{carrier_id} — Get Carrier By ID
Inputs
apiKey— your shipengine API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: list_batches
apiKey: <your key>