improved
Asynchronous shipment manifesting (coming soon)
October 1st, 2025
Soon, a fully asynchronous shipment manifesting process will be introduced across the SAPIENT API and UI, allowing customers to submit manifest requests without waiting for completion.
- API endpoints: The following two new endpoints will be added to our existing Manifests API endpoint.
- Manifest Shipments Async. To submit the manifest requests to be processed asynchronously. This endpoint accepts the same parameters as the existing Manifests endpoint, excluding the async parameter.
- Get Manifest Request Status: To check the status of the submitted manifest request with optional detailed responses, including manifest images when complete.
- Manifest webhook: To configure a manifest webhook via the UI to receive automatic updates when a manifest request completes or fails, with retry logic and suspension handling.
- Manifest via UI: To get real-time progress on async manifest in a separate pop-up dialog and access to completed manifests through the Manifest History page.