Batch Product Delivery
Create batch deliveries for multiple products
POST /product/batch-delivery
POST
Batch Product Delivery
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