Table of Contents

FedEx – API Endpoints

This section lists all FedEx APIs used within Fredi integration.

Create Shipment

POST /shipments in Ship API

This shipment creates shipment and generates label and supports:

  • National
  • International
  • Return shipments (via service)

Cancel Shipment

PUT /shipments/cancel in Ship API

Restriction:

Only before tendering to carrier.

Return Shipment

No separate endpoint. Return is created by including RETURN_SHIPMENT in shipment services.

Tracking

POST /associatedshipments in Ship API
POST /trackingnumbers in Ship API

Used for:

  • Single piece
  • Multi-piece shipments

POD (Proof of Delivery)

POST /trackingdocuments in Ship API

Returns:

  • Signature
  • Bill of Lading
  • Freight billing documents

Freight Costs

POST /comprehensiverates/quotes in Ship API

Returns:

  • Rate
  • Estimated delivery date
Back to top ↑