New · Industry-leading dual-API connectivity

Easy3PL leads the way. REST + GraphQL. Together.

One integration platform. Two powerful ways to connect. Standards-based REST with OpenAPI 3.0 and flexible, typed GraphQL queries deliver exceptional integration freedom.

REST · OpenAPI 3.0GraphQL previewRead-only v1
REST /v1/orders
curl 'https://demo.easy3pl.com/api/partner/v1/orders?limit=50' \
  -H 'X-API-Key: pk_••••••••••'

200 OK  { "success": true, "data": [...] }
GraphQL previewTyped query
query WarehouseSnapshot {
  eorders(first: 10) {
    nodes { orderNumber storeFulfillmentStatus }
    pageInfo { hasNextPage endCursor }
  }
}

Seamless Integration Architecture

Connect any system through REST or GraphQL while preserving the same authentication, permissions, client boundaries, and operational view.

Your Systems
ERP
E-Commerce
Custom Apps
Inventory Tools
Easy3PL API
Secure Gateway
Scoped API key
TLS 1.3
REST + GraphQL
Easy3PL
Inventory Management
Order Processing
Shipping & Tracking
Analytics & Reports

Integration freedom without compromise

Build against familiar REST endpoints or request exactly the data you need with typed GraphQL queries.

Scoped API Keys

Give every integration its own key, expiration, permissions, and immediate revocation controls.

Client-Level Boundaries

Every returned record stays within the clients and warehouses assigned to that key.

REST + OpenAPI 3.0

Explore live Swagger documentation, complete schemas, and JavaScript, Python, and Postman examples.

Operational Data

Query ecommerce orders, warehouse orders, inventory, items, receipts, purchase orders, clients, and warehouses.

Auditable Usage

Track request IDs, volume, failures, latency, and last-used activity for every key.

API Your Way

Choose REST and OpenAPI 3.0 or flexible, typed GraphQL queries with the same security and data boundaries.

Security First

Every key gets exactly the access it needs

Easy3PL was designed from the ground up to be both open and secure. We believe that modern warehouse management requires seamless integration with your existing technology stack, but never at the expense of security.

Individual Easy3PL Rights

API keys use the same granular rights model available to regular Easy3PL users

Optional IP Restrictions

Allow IPv4, IPv6, or CIDR ranges—or leave a key unrestricted when appropriate

Shared Rate Limits

One per-key quota is enforced across all running application workers

Lifecycle Control

One-time secrets, expiration dates, rotation, and immediate revocation keep access manageable

Scoped API Keys
Client & warehouse boundaries
Optional IP restrictions
Simple, Powerful Integration

One platform. Two ways to connect.

Use the same scoped API key and warehouse permissions whether your integration speaks REST or GraphQL.

REST + OpenAPI 3.0
Predictable resources, filters, and cursor pagination
GET /api/partner/v1/orders?limit=50
X-API-Key: YOUR_PARTNER_API_KEY

{ "success": true, "data": [...] }
GraphQL
Flexible, typed queries without over-fetching
query WarehouseSnapshot {
  eorders(first: 10) {
    nodes { orderNumber storeFulfillmentStatus }
    pageInfo { hasNextPage endCursor }
  }
}

One API. The operational view.

Build dashboards, customer portals, reporting pipelines, and partner integrations on warehouse data.

eOrders
Ecommerce fulfillment data

Access ecommerce orders, lines, shipments, tracking, fulfillment status, and returns.

  • Order and line detail
  • Shipment tracking
  • Returns and fulfillment status
Warehouse Orders
Traditional outbound workflows

Keep traditional warehouse orders clearly separated from ecommerce orders while sharing one operational view.

  • Outbound order detail
  • Status visibility
  • Separate workflow context
Inventory & Items
Stock and catalog visibility

Read balances, lots, serials, holds, expiration dates, SKUs, dimensions, and catalog details.

  • Balances and availability
  • Lot and serial detail
  • Item master data
Inbound Operations
Receipts and purchasing

Connect receipts, received inventory, and purchase orders with their associated line items.

  • Receipt visibility
  • Received inventory
  • Purchase orders and lines
Ready to Get Started?
Join hundreds of businesses using Easy3PL's API to streamline their warehouse operations