Coddingpro
Deprixa Plus - The Ultimate Courier & Logistics SaaS Platform

Deprixa Plus — API Reference · Shipments

CRUD operations for shipments. All endpoints require Bearer Token authentication.

List Shipments

MethodGET
URL/api/v1/shipments
Scopeshipments.view
DescriptionReturns a paginated list of shipments for the authenticated user's organization.

Create Shipment

MethodPOST
URL/api/v1/shipments
DescriptionCreates a new shipment. Returns the created shipment with tracking number.

Get Shipment

MethodGET
URL/api/v1/shipments/{id}
DescriptionReturns full details of a specific shipment by its ID.

Update Shipment

MethodPUT
URL/api/v1/shipments/{id}
DescriptionUpdates an existing shipment. Send only the fields you want to change.