Skip to main content
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: admin or higher
Method: POST Path Parameter: Request Payload:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

Product ID

Body

application/json
providers
string[]
required

Array of provider IDs

autoDeliver
boolean
default:true

Whether to automatically deliver

settings
object

Optional DDEX settings override

Response

Delivery initiated successfully

status
string
message
string
data
object