Triggered when a shipment delivery status changes
Security
BearerAuth
The type of webhook event
Enum:"shipment.status_updated""shipment.delivery_status_updated"
- Mock serverhttps://hive-merchant-api.redocly.app/_mock/merchant-api-v2/mapi_v2_oas31/shipment.delivery_status_updated
- Production APIhttps://app.hive.app/merchant_api/v2/shipment.delivery_status_updated
- Staging APIhttps://staging.app.hive.app/merchant_api/v2/shipment.delivery_status_updated
- ShipmentDeliveryStatus
- null
{ "event_type": "shipment.status_updated", "event_id": "123e4567-e89b-12d3-a456-426614174001", "timestamp": "2023-10-01T15:00:00Z", "data": { "id": 789012, "order_id": 123456, "sales_channel_id": 10, "status": "shipped", "items": [ … ] } }