This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
POST /product/batch-delivery Create deliveries for multiple products in a single request. Features:- Process up to 100 products per request
- Returns detailed status for each product
- Supports partial success (some products succeed, others fail)
- Asynchronous queue-based processing
- All products must have UPC codes
- Provider must be active and configured
- “DDEX & Deliveries” addon must be enabled
- Products must have required DDEX metadata
- Counts as 1 request per product towards plan limits
- Maximum 100 products per batch
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
Array of product IDs to deliver (max 100)
Required array length:
1 - 100 elementsExample:
["prod_abc123", "prod_def456", "prod_ghi789"]Provider identifier
Example:
"fuga-csv-ftp"
Delivery priority
Available options:
low, normal, high Example:
"normal"
Optional delivery settings override