# Shipengine AI integration on Definable

> ShipEngine is a REST API that simplifies shipping processes by integrating with multiple carriers, allowing users to manage shipping labels, track packages, and validate addresses efficiently.

## What this connects

ShipEngine is a REST API that simplifies shipping processes by integrating with multiple carriers, allowing users to manage shipping labels, track packages, and validate addresses efficiently.

Vendor: https://www.shipengine.com/

## Tools available

**66** tools available. First 12:

- `SHIPENGINE_ADD_TAG_TO_SHIPMENT` — Add Tag to Shipment — Tool to add a tag to a shipment for organization and filtering. Use when you need to categorize or label a shipment.
- `SHIPENGINE_ADD_TO_BATCH` — Add to Batch — Tool to add shipments or rate IDs to an existing batch. Use when you need to add items to a batch after the batch has been created. At least one of shipment_ids or rate_ids must be provided.
- `SHIPENGINE_CANCEL_SHIPMENT` — Cancel Shipment — Tool to cancel a shipment by ID. Use when you need to cancel a shipment that has been created but not yet shipped. Note that once a shipment is in transit, it may not be cancellable depending on carrier policies.
- `SHIPENGINE_CONNECT_LTL_CARRIER` — Connect LTL Carrier — Tool to connect an LTL carrier account to ShipEngine. Use when you need to add an LTL carrier connection for freight shipping. For sandbox testing, use carrier codes TEST, WARN, or FAIL with empty credentials {}.
- `SHIPENGINE_CONNECT_SHIPSURANCE` — Connect Shipsurance Account — Tool to connect a Shipsurance insurance account to ShipEngine. Use when you need to integrate a Shipsurance policy for insurance coverage on shipments.
- `SHIPENGINE_CREATE_ACCOUNT_IMAGE` — Create Account Image — Tool to create a new account image in ShipEngine. Use when uploading a logo or image for use on shipping labels.
- `SHIPENGINE_CREATE_PACKAGE_TYPE` — Create Package Type — Tool to create a custom package type definition in ShipEngine. Use when defining new package types with specific codes and optional dimensions.
- `SHIPENGINE_CREATE_TAG` — Create Tag — Tool to create a new tag in ShipEngine. Use after determining the desired tag name for shipments.
- `SHIPENGINE_CREATE_TAG2` — Create Tag 2 — Tool to create a new tag for organizing shipments. Use when you need to create a tag by specifying the tag name in the URL path.
- `SHIPENGINE_CREATE_WAREHOUSE` — Create Warehouse — Tool to create a new warehouse. Use when adding a new inventory location after verifying its full address details.
- `SHIPENGINE_CREATE_WEBHOOK` — Create Webhook — Tool to create a ShipEngine webhook. Use when you need to register a webhook for specific events. Use after confirming your event-handling endpoint is ready.
- `SHIPENGINE_DELETE_ACCOUNT_IMAGE_BY_ID` — Delete Account Image by ID — Tool to delete a ShipEngine account image by its ID. Use when you need to remove an image from account settings. The image will be permanently removed from the account.

## Auth

Auth schemes: `API_KEY`.

## How agents use Shipengine

Inside a Definable workflow, Shipengine is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Shipengine** — the Researcher (GPT-5.5) pulls context from Shipengine (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Shipengine** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Shipengine (create record, post message, draft email).
- **Designer / Engineer → Distributor → Shipengine** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Shipengine (attach file, open PR comment, post status).

The Verifier checks every Shipengine call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ecommerce — https://definable.ai/apps/category/ecommerce/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/shipengine/
- Same category (ecommerce): https://definable.ai/apps/category/ecommerce/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
