This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
/product//deliveries Description: Create a new delivery for a product to FUGA platform. Can deliver to multiple providers simultaneously. Method:POST
Parameters:
| Parameter | Type | Description |
|---|---|---|
| id | string | Product ID (path parameter) |
| providers | array | Array of provider IDs to deliver to |
| autoDeliver | boolean | Automatically start delivery (default: true) |
| settings | object | Delivery settings (priority, notifications, etc.) |
- Product must have a UPC code
- Product must have at least 1 asset with valid audio file
- Asset must have ISRC code
- “DDEX & Deliveries” addon must be enabled for tenant
- Provider must be configured and active
- Maximum 3 retry attempts per delivery (configurable)
- Product: catalogTier, territories
- Assets: valid audio format (WAV, FLAC, MP3)
- All required fields as per provider configuration
- Validates product exists and has required assets
- Checks addon and provider access
- Generates CSV metadata in FUGA format
- Retrieves and converts audio/image files
- Uploads files via FTP
- Returns delivery tracking information
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Product ID
Body
application/json