Added
Delivery Promise Notification API: New endpoint to update delivery promises for external sellers
5 days ago
We updated the Delivery Promise Notification API with a new PATCH endpoint that lets marketplaces update delivery promises (SLAs) for an external seller item in near real time. This keeps shipping estimates accurate across the storefront and reduces customer friction caused by outdated delivery information.
What has changed?
- New endpoint:
PATCHUpdate delivery promises for an external seller’s item. - New
deliveryZoneIds: Added newdeliveryZoneIdsvalues to thePUTUpdate product availability endpoint.
Why did we make this change?
This change improves the accuracy and timeliness of delivery information shown to shoppers. With this endpoint, marketplaces can promptly adjust SLAs for external seller offers when logistics inputs change, reducing customer friction and preventing outdated delivery promises from being shown.
What needs to be done?
If you integrate with the Delivery Promise Notification API:
- Review the updated schema and examples.
- Update your marketplace integration to call the new endpoint whenever delivery-related inputs for an external seller item change.
- For more information about this feature, see the Delivery Promise guide.