Create multiple shipments asynchronously
POST
/api/v1/create-shipment/bulk
This endpoint queues multiple shipments for background processing. Returns immediately with a job ID for tracking progress. Supports up to 10,000 shipments per request with automatic chunking for optimal performance.
Request​
Responses​
201 Created
Bulk shipment job created successfully. Use the jobId to track progress.
400 Bad Request
Bad request
401 Unauthorized
Unauthorized