Get Product Deliveries
Fuga Delivery
Get Product Deliveries
/product//deliveries
GET
Get Product Deliveries
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
/product//deliveries Description: Retrieve all deliveries for a specific product. Supports filtering by provider, delivery ID, and status. Authorization:- Required role:
useror higher
GET
Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier of the product |
| Parameter | Type | Description |
|---|---|---|
| deliveryId | string | Filter by specific delivery ID |
| provider | string | Filter by provider ID |
| status | string | Filter by delivery status |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Product ID
Query Parameters
Filter by specific delivery ID
Filter by provider ID
Filter by delivery status
Available options:
pending, processing, delivered, failed, error, rejected, cancelled, retry