e2open website screenshot

e2open

Supply chain software with a connected network and SaaS platform help you seize opportunities, predict disruptions, and drive efficiency and sustainability.

3 APIs 0 Features

APIs

E2open Supply Chain Platform API

E2open supply chain platform APIs enable supply chain event management, transportation management, customs compliance, and end-to-end shipment visibility. The platform supports ...

INTTRA Ocean Execution API

INTTRA (now part of e2open) provides ocean execution APIs for the world's largest multi-carrier e-commerce platform for global shipping. The RESTful API uses HTTPS with JSON for...

E2open Transportation Management API

E2open Transportation Management API provides appointment scheduling, carrier integration, and real-time rating capabilities. REST endpoints allow carriers to POST documents, re...

Collections

Pricing Plans

E2Open Plans Pricing

3 plans

PLANS

Rate Limits

E2Open Rate Limits

3 limits

RATE LIMITS

FinOps

E2Open Finops

FINOPS

Semantic Vocabularies

E2Open Context

4 classes · 28 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
OpenAPI
OpenAPI
🔗
JSONSchema
JSONSchema
🔗
JSONLDContext
JSONLDContext
🌐
Portal
Portal
🔗
Documentation
Documentation
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🚀
GettingStarted
GettingStarted
💬
Support
Support

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: INTTRA Ocean Execution API (e2open)
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Bookings
    type: folder
  items:
  - info:
      name: List ocean bookings
      type: http
    http:
      method: GET
      url: https://api.inttra.com/v1/bookings
      params:
      - name: carrier
        value: ''
        type: query
        description: Filter by carrier SCAC code
      - name: status
        value: ''
        type: query
        description: Filter by booking status
      - name: originPort
        value: ''
        type: query
        description: UN/LOCODE for origin port
      - name: destinationPort
        value: ''
        type: query
        description: UN/LOCODE for destination port
      - name: bookedAfter
        value: ''
        type: query
        description: Filter bookings created after this date (ISO 8601)
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
    docs: Returns a list of ocean shipping bookings. Supports filtering by carrier, booking date, port of origin, port of
      destination, and booking status.
  - info:
      name: Create an ocean booking
      type: http
    http:
      method: POST
      url: https://api.inttra.com/v1/bookings
      body:
        type: json
        data: '{}'
    docs: Submits a new ocean booking request to the specified carrier through the INTTRA network. Returns a booking confirmation
      with carrier booking reference.
  - info:
      name: Get booking details
      type: http
    http:
      method: GET
      url: https://api.inttra.com/v1/bookings/:bookingId
      params:
      - name: bookingId
        value: ''
        type: path
        description: INTTRA booking identifier
    docs: Returns full details for a specific ocean booking.
  - info:
      name: Amend an existing booking
      type: http
    http:
      method: PUT
      url: https://api.inttra.com/v1/bookings/:bookingId
      params:
      - name: bookingId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Modifies an existing ocean booking. Subject to carrier acceptance.
  - info:
      name: Cancel a booking
      type: http
    http:
      method: POST
      url: https://api.inttra.com/v1/bookings/:bookingId/cancel
      params:
      - name: bookingId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Cancels an ocean booking. Subject to carrier cancellation policies.
- info:
    name: Schedules
    type: folder
  items:
  - info:
      name: Search ocean vessel schedules
      type: http
    http:
      method: GET
      url: https://api.inttra.com/v1/schedules
      params:
      - name: originPort
        value: ''
        type: query
        description: UN/LOCODE origin port
      - name: destinationPort
        value: ''
        type: query
        description: UN/LOCODE destination port
      - name: departureAfter
        value: ''
        type: query
        description: Search from this departure date (ISO 8601)
      - name: departureBefore
        value: ''
        type: query
      - name: carrier
        value: ''
        type: query
        description: Filter by carrier SCAC code
      - name: limit
        value: ''
        type: query
    docs: Returns vessel sailing schedules from origin to destination port. Supports filtering by carrier, vessel, and date
      range.
- info:
    name: Tracking
    type: folder
  items:
  - info:
      name: Track a container by number
      type: http
    http:
      method: GET
      url: https://api.inttra.com/v1/tracking/:containerNumber
      params:
      - name: containerNumber
        value: ''
        type: path
        description: ISO 6346 container number (e.g., MSCU1234567)
    docs: Returns current location, status, and event history for a specific container. Provides real-time tracking from all
      INTTRA carrier partners.
  - info:
      name: Track shipment by booking reference
      type: http
    http:
      method: GET
      url: https://api.inttra.com/v1/tracking/booking/:bookingId
      params:
      - name: bookingId
        value: ''
        type: path
    docs: Returns tracking events for all containers in a booking.
- info:
    name: Shipping Instructions
    type: folder
  items:
  - info:
      name: Submit shipping instructions (SI)
      type: http
    http:
      method: POST
      url: https://api.inttra.com/v1/shipping-instructions
      body:
        type: json
        data: '{}'
    docs: Submits shipping instructions (bill of lading instructions) to the carrier for a confirmed booking. Includes cargo
      description, consignee, notify parties, and special instructions.
bundled: true