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",
- "type": "com.quartzy.shipment.created",
- "datacontenttype": "application/json",
- "time": "2019-08-24T14:15:22Z",
- "data": {
- "shipment": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "carrier": "string",
- "tracking": "string",
- "quantity": 0,
- "shipped_at": "2019-08-24T14:15:22Z",
- "delivered_at": "2019-08-24T14:15:22Z"
}
}
}