CargoDocs

CargoDocs, operated by EssDocs, is a digital trade documentation platform that eliminates paper-based shipping documents by letting carriers, shippers, banks, and partner platforms issue, sign, transfer, and surrender original electronic bills of lading (eBoL), sea waybills (SWB), warehouse warrants (eWW), and supporting trade documents. CargoDocs DocEx is used by container lines, NVOCCs, bulk/tanker carriers, commodity shippers, and trade finance banks to move documents in minutes rather than days while retaining negotiability and legal effect. Developers interact with CargoDocs through three OpenAPI-described REST APIs hosted on ReadMe - the Partner API (embed DocEx in third-party platforms), the Issuer API (carrier/NVOCC issuance and amendments), and the Customer Data/Docs API (exporter drafting and back-office integration).

3 APIs 0 Features
Bills of LadingDocumentationeBoLEssDocsMLETRShippingSupply ChainTradeTrade FinanceWarehouse Warrants

APIs

CargoDocs Partner API

The CargoDocs Partner API enables platform providers and trade finance/trade management platforms to embed CargoDocs DocEx functionality, including original electronic bills of ...

CargoDocs Issuer API

The CargoDocs Issuer API enables container lines, NVOCCs, and bulk/tanker carriers to manage electronic straight and negotiable bills of lading and sea waybills at origin or des...

CargoDocs Customer Data/Docs API

The CargoDocs Customer Data/Docs API enables exporters and commodity shippers to draft trade and shipping documents, including tanker, bulker, or barge bills of lading, from dat...

Collections

Pricing Plans

Cargodocs Plans Pricing

1 plans

PLANS

Rate Limits

Cargodocs Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Cargodocs Context

0 classes · 5 properties

JSON-LD

Resources

🔗
Website
Website
🔗
Product
Product
🔗
JSONLDContext
JSONLDContext
🔗
Partner Docs
Partner Docs
🔗
Issuer Docs
Issuer Docs
🔗
Customer Docs
Customer Docs
📰
Blog
Blog
🔗
Contact
Contact
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
LinkedIn
LinkedIn

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: CargoDocs Partner API
  version: 3.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Exchange
    type: folder
  items:
  - info:
      name: CargoDocs Get Partner Customer Ids
      type: http
    http:
      method: GET
      url: https://api-test.cargodocs.com/v3/exchange/customers
    docs: Allows a Partner to collect the Customer IDs which they have permission to access in CargoDocs Exchange.
  - info:
      name: CargoDocs Get Partner Customer Employee Ids
      type: http
    http:
      method: GET
      url: https://api-test.cargodocs.com/v3/exchange/employees
    docs: Allows the Partner to collect the Employee IDs for parties to action a set of electronic documents and for auditing
      purposes.
- info:
    name: Common
    type: folder
  items:
  - info:
      name: CargoDocs Get Counterparties
      type: http
    http:
      method: GET
      url: https://api-test.cargodocs.com/v3/common/counterparties
    docs: Allows a Partner to retrieve all available counterparties.
- info:
    name: Documents
    type: folder
  items:
  - info:
      name: CargoDocs Get Single PDF
      type: http
    http:
      method: GET
      url: https://api-test.cargodocs.com/v3/exchange/documents/:documentId/pdf
      params:
      - name: documentId
        value: ''
        type: path
        description: The unique identifier for the document
    docs: Allows a customer to download a copy of documents within a set. If the customer holds the original eBoL, the partner
      can download a version of the BoL watermarked Original in CargoDocs.
bundled: true