Table of Contents

Shipments API

Overview

The Shipments API enables you to create, manage, retrieve, and track shipments within the system. It acts as the central interface for shipment lifecycle operations, from label generation to tracking and status updates.

All shipment-related endpoints are grouped under this section.

API Method Description
Create Shipment API
POST/api/v3/shipments
Creates a new shipment in Fredi
Update Shipment API
PATCH/api/v3/shipments
Updates a shipment in Fredi
Cancel Shipment API
DELETE/api/v3/shipments
Cancels a shipment in Fredi
Shipments Details API
GET/api/v3/shipments
Retrieves a shipment details from Fredi
Back to top ↑