Skip to main content

Shipment Created

Occurs when a new Shipment is created, using the Shipment as the resource in the event.

specversion
required
string
Value: "1.0"
id
required
string <uuid>
source
required
string
Value: "https://quartzy.com"
type
required
string
Value: "com.quartzy.shipment.created"
datacontenttype
required
string
Value: "application/json"
time
required
string <date-time>
required
object
{
  • "specversion": "1.0",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "source": "https://quartzy.com",
  • "type": "com.quartzy.shipment.created",
  • "datacontenttype": "application/json",
  • "time": "2019-08-24T14:15:22Z",
  • "data": {
    }
}
;