Skip to main content

Order Item Shipped

This notification is received when an order item has been shipped.

Payload

{
  "eventType": "com.example..OrderItemShipped",
  "cloudEventsVersion": "0.1",
  "eventTypeVersion": "1.0",
  "eventID": "a1b2c3d4-e5f6-7g8h-9i0j-k1l2m3n4o5p6",
  "source": "api/v1/order/EXAMPLE-ORDER-123456",
  "contentType": "application/json",
  "data": {
    "orderNumber": "EXAMPLE-ORDER-123456",
    "merchantOrderId": "example-merchant-order-1234",
    "internalOrderState": "Shipped",
    "orderCancelState": "None",
    "billingAddress": {
      "firstName": "John",
      "lastName": "Doe",
      "email": "john.doe@example.com",
      "phone": "0123456789",
      "streetName": "Example Street",
      "streetNumber": "123",
      "postalCode": "12345",
      "city": "Example City",
      "region": "Example Region",
      "state": "Example State",
      "country": "EX"
    },
    "shippingAddress": {
      "firstName": "Jane",
      "lastName": "Doe",
      "email": "jane.doe@example.com",
      "phone": "9876543210",
      "streetName": "Sample Road",
      "streetNumber": "456",
      "postalCode": "67890",
      "city": "Sample City",
      "region": "Sample Region",
      "state": "Sample State",
      "country": "EX"
    },
    "items": [
      {
        "itemId": "item-123",
        "itemName": "Example Item",
        "quantity": 1,
        "price": 19.99,
        "attributes": {
          "Width": "14.8",
          "Height": "21",
          "Number of sides (cover included)": "80",
          "Hardcover": "Yes",
          "Paper Type": "Classic demimatt",
          "Grammage": "170 gsm",
          "Cover Substrate": "Classic Demimatt - Matt Laminated 170 gsm",
          "Cover grammes": "170 gsm",
          "Lamination": "Matt",
          "Inside pages printed in black and white": "No",
          "Coating": "None",
          "Coating Options": "None",
          "Spine Size": "10",
          "Laminated Components": "Cover Only",
          "Format": "A5 portrait",
          "Binding": "Perfect Bound Hardcover",
          "Substrate": "Classic Demimatt 170 gsm",
          "Container Format": "A5",
          "Cover Flyleaf": "Extraprint 160 gsm",
          "Printing Quality": "Undefined",
          "Production Time": "120"
        },
        "internalFiles": [
          "https://api.example.com/v2/assets/hWw3Tx-cMEbJcg4QQY0N6~200?signature=dummysignature"
        ]
      }
    ],
    "shippingInfo": {
      "carrier": "DHL",
      "trackingNumber": "1234567890",
      "trackingUrl": "https://www.dhl.com/en/express/tracking.html?AWB=1234567890"
    }
  },
  "eventTime": "2024-10-11T10:24:50.702Z"
}