Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created May 1, 2025 13:52
Show Gist options
  • Save dcomartin/c455831f0988a777e9c59823dcd14b61 to your computer and use it in GitHub Desktop.
Save dcomartin/c455831f0988a777e9c59823dcd14b61 to your computer and use it in GitHub Desktop.
{
"shipment": {
"shipmentId": "CA-ON-54812",
"started": "2025-05-01T17-52:55Z",
"status": "Progressing",
"customer": {
"customerId": "5465184321",
"name": "Derek Comartin",
"links": [
{
"name": "profile",
"uri": "https://my.app/customers/5465184321"
}
]
},
"actions": [
{
"name": "cancelShipment",
"uri": "https://my.app/CA-ON-54812/cancel"
},
{
"name": "arrive",
"uri": "https://my/app/shipment/CA-ON-54812/arrive"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment