Add Product Delivery
Add Product Delivery
/product//deliveries
POST
Add Product Delivery
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
/product//deliveries Description: Initiate delivery of a product to one or more DSP providers. This endpoint validates the product, generates necessary DDEX messages (ERN/MEAD), and queues the delivery. Method:POST
Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier of the product |
| Parameter | Type | Description |
|---|---|---|
| providers | array/string | Provider ID(s) to deliver to |
| autoDeliver | boolean | Whether to automatically deliver (default: true) |
| settings | object | Optional DDEX settings override |
- Product must have a UPC
- Product must meet provider-specific requirements
- Assets must have required metadata (ISRC, etc.)
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Product ID
Body
application/json