Deprixa Plus — API Reference · Shipments
CRUD operations for shipments. All endpoints require Bearer Token authentication.
List Shipments
| Method | GET |
|---|---|
| URL | /api/v1/shipments |
| Scope | shipments.view |
| Description | Returns a paginated list of shipments for the authenticated user's organization. |
Create Shipment
| Method | POST |
|---|---|
| URL | /api/v1/shipments |
| Description | Creates a new shipment. Returns the created shipment with tracking number. |
Get Shipment
| Method | GET |
|---|---|
| URL | /api/v1/shipments/{id} |
| Description | Returns full details of a specific shipment by its ID. |
Update Shipment
| Method | PUT |
|---|---|
| URL | /api/v1/shipments/{id} |
| Description | Updates an existing shipment. Send only the fields you want to change. |