Shipment webhooks

Types of triggers

Webhooks can be triggered on the following events related to inbound and outbound shipments.

Inbound shipment

Inbound shipment status is changed

This webhook will fire when an inbound shipment's status is changed.

Outbound shipment status is changed

This webhook will fire when an outbound shipment's status is changed.

Payload

Example

When the webhook is triggered, the following payload will be delivered to the webhook endpoint.

{
  "webhookShipmentsId": 0,
  "webhookEventId": 0,
  "system": "string",
  "timestamp": "2023-01-01T12:00:00.0000000",
  "shipmentId": 0,
  "goodsOwnerId": 0,
  "goodsOwnerName": "string",
  "path": "string",
  "webhookTemplate": "string"
}

Specification

WebhookShipmentPayload
webhookShipmentsIdint
webhookEventIdintInternal ID for this particular event.
systemstringThe name of the Ongoing WMS instance where the event happened.
timestampstringWhen the event happened.
shipmentIdint
goodsOwnerIdintThe Ongoing WMS system id for the goods owner.
goodsOwnerNamestring
pathstringREST API path to the resource.
webhookTemplatestringThe name of the webhook type.