Skip to content
ShipEngine logo
ShipEngine logo

ShipEngine Integrations

eCommerce

Put ShipEngine to work with AI and enterprise-grade automation

Automate smarter with ShipEngine and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.

Start free with email
Start free with email
Google Logo Continue with Google
  • No-code AI automation
  • Full audit trails and controls
  • SOC 2 and GDPR compliant
  • Easy visual workflow builder
  • 9,000+ apps, 450+ AI tools
  • Free tier available
ShipEngine logoShipEngine logo
Or pick an app to pair with
arrow pointing down
Integrate Trello with ShipEngineIntegrate Trello with ShipEngine
Trello
Project Management
Integrate Pipedrive with ShipEngineIntegrate Pipedrive with ShipEngine
Pipedrive
CRM (Customer Relationship Management)
Integrate WooCommerce with ShipEngineIntegrate WooCommerce with ShipEngine
WooCommerce
eCommerce, WordPress
Integrate Google Forms (Legacy) with ShipEngineIntegrate Google Forms (Legacy) with ShipEngine
Google Forms (Legacy)
Forms & Surveys, Google
Integrate Zoho Forms with ShipEngineIntegrate Zoho Forms with ShipEngine
Zoho Forms
Forms & Surveys, Zoho
Integrate Veeqo with ShipEngineIntegrate Veeqo with ShipEngine
Veeqo
eCommerce
Integrate SmartShip with ShipEngineIntegrate SmartShip with ShipEngine
SmartShip
eCommerce
Integrate Trello with ShipEngineIntegrate Trello with ShipEngine
Trello
Project Management
Integrate Pipedrive with ShipEngineIntegrate Pipedrive with ShipEngine
Pipedrive
CRM (Customer Relationship Management)
Integrate WooCommerce with ShipEngineIntegrate WooCommerce with ShipEngine
WooCommerce
eCommerce, WordPress
Integrate Google Forms (Legacy) with ShipEngineIntegrate Google Forms (Legacy) with ShipEngine
Google Forms (Legacy)
Forms & Surveys, Google
Integrate Zoho Forms with ShipEngineIntegrate Zoho Forms with ShipEngine
Zoho Forms
Forms & Surveys, Zoho
Integrate Veeqo with ShipEngineIntegrate Veeqo with ShipEngine
Veeqo
eCommerce
Integrate Trello with ShipEngineIntegrate Trello with ShipEngine
Trello
Project Management
Integrate Pipedrive with ShipEngineIntegrate Pipedrive with ShipEngine
Pipedrive
CRM (Customer Relationship Management)
Integrate WooCommerce with ShipEngineIntegrate WooCommerce with ShipEngine
WooCommerce
eCommerce, WordPress
Integrate Google Forms (Legacy) with ShipEngineIntegrate Google Forms (Legacy) with ShipEngine
Google Forms (Legacy)
Forms & Surveys, Google
Integrate Zoho Forms with ShipEngineIntegrate Zoho Forms with ShipEngine
Zoho Forms
Forms & Surveys, Zoho
Integrate Veeqo with ShipEngineIntegrate Veeqo with ShipEngine
Veeqo
eCommerce
Integrate SmartShip with ShipEngineIntegrate SmartShip with ShipEngine
SmartShip
eCommerce

Top companies trust Zapier to automate work and free up time

Join millions worldwide who automate their work using Zapier

Google Logo Sign up with Google

Launch your first automated workflow

  • Save new ShipEngine labels as Airtable records

    • ShipEngine logo
    • Airtable logo
    ShipEngine + Airtable
  • Update Airtable records with new ShipEngine tracking events

    • ShipEngine logo
    • Airtable logo
    ShipEngine + Airtable
  • Send Slack channel messages for new tracking events in ShipEngine

    • ShipEngine logo
    • Slack logo
    ShipEngine + Slack
  • Send Slack channel messages for new delivery exceptions in ShipEngine

    • ShipEngine logo
    • Filter by Zapier logo
    • Slack logo
    ShipEngine + Filter by Zapier + Slack
  • Update Google Sheets rows with addresses validated in ShipEngine

    • Google Sheets logo
    • ShipEngine logo
    Google Sheets + ShipEngine
  • Get ShipEngine tracking status in Slack channel messages when new messages are pushed to Slack

    • Slack logo
    • Formatter by Zapier logo
    • ShipEngine logo
    Slack + Formatter by Zapier + ShipEngine
  • Save new ShipEngine labels as Airtable records

    • ShipEngine logo
    • Airtable logo
    ShipEngine + Airtable
  • Update Airtable records with new ShipEngine tracking events

    • ShipEngine logo
    • Airtable logo
    ShipEngine + Airtable
  • Send Slack channel messages for new tracking events in ShipEngine

    • ShipEngine logo
    • Slack logo
    ShipEngine + Slack
  • Send Slack channel messages for new delivery exceptions in ShipEngine

    • ShipEngine logo
    • Filter by Zapier logo
    • Slack logo
    ShipEngine + Filter by Zapier + Slack
  • Update Google Sheets rows with addresses validated in ShipEngine

    • Google Sheets logo
    • ShipEngine logo
    Google Sheets + ShipEngine
  • Get ShipEngine tracking status in Slack channel messages when new messages are pushed to Slack

    • Slack logo
    • Formatter by Zapier logo
    • ShipEngine logo
    Slack + Formatter by Zapier + ShipEngine
    • Supported triggers and actions

      Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.

      • ShipEngine triggers, actions, and search
        New Tracking Event

        Triggers when any shipment receives a new tracking event.

        Trigger
        Instant
        Try It
        • Carrier_code
          Required
        • Tracking_number
          Required
        Action
        Search
        • Address Line 1
          Required
        • Address Line 2
        • Address Line 3
        • City
          Required
        • State/Province
          Required
        • Postal Code
        • Country Code
          Required
        Action
        Write

      For builders

      Let your AI safely access ShipEngine

      Go beyond Zap workflows. Install Zapier in your AI to call ShipEngine actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.

      No code

      Call actions in natural language with Zapier MCP

      Act in ShipEngine from your AI—no exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.

      Example actions on this page

      • Validate an Address
      • Find Tracking Status

      Works with

      Claude · ChatGPT · Cursor · Any MCP-compatible AI

      Install Zapier MCP
      Code

      Work in code with the Zapier SDK

      Expose ShipEngine actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().

      Install

      npm install @zapier/zapier-sdk
      npm install -D @zapier/zapier-sdk-cli
      zapier-sdk login
      # create a ShipEngine connection @ https://zapier.com/es/app/assets/connections

      Run an action

      // Typescript
      import { createZapierSdk } from "@zapier/zapier-sdk";
      
      const zapier = createZapierSdk();
      
      const { data: connection } = await zapier.findFirstConnection({ app: "shipengine", owner: "me" });
      
      await zapier.runAction({
        app: 'shipengine',
        action: 'validate_address',
        connection: connection.id,
        input: {
          {inputKeyValuePairs}
        },
      });
      Open the SDK docs

      Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.

      ShipEngine Help & Support

      Common questions

      shipengine logo
      About ShipEngine
      ShipEngine APIs empower ecommerce brands and platforms to shop rates, validate global addresses, print labels, track shipments, plus more.
      Related categories

      Popular ShipEngine Integrations

      • Trello
      • Filter by Zapier
      • Pipedrive
      • WooCommerce
      • API by Zapier

      Popular ShipEngine Integrations