Trigger Product Delivery (Legacy)
Product
Trigger Product Delivery (Legacy)
deprecated
[DEPRECATED - Use /product//deliveries instead]
POST
Trigger Product Delivery (Legacy)
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
[DEPRECATED - Use /product//deliveries instead] /product//delivery Description: Legacy endpoint to trigger product delivery to DSPs. This endpoint is maintained for backward compatibility. New integrations should use the/product/{id}/deliveries endpoint instead.
Authorization:
- Required role:
adminor higher
POST
Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier of the product. |
| Parameter | Type | Description |
|---|---|---|
| providers | array | Array of provider IDs to deliver to |
| autoDeliver | boolean | Whether to automatically deliver (default: true) |
| settings | object | Optional DDEX settings override |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Product ID
Body
application/json