Quartzy Shop Order Item Shipped
Occurs when a Line Item on a Quartzy Shop Order is shipped, using that Quartzy Shop Order Line Item 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.sales-order-item.shipped" |
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.sales-order-item.shipped",
- "datacontenttype": "application/json",
- "time": "2019-08-24T14:15:22Z",
- "data": {
- "sales_order_item": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "app_url": "string",
- "status": "PLACED",
- "estimated_shipment_date": "2019-08-24",
- "estimated_delivery_date": "2019-08-24",
- "sell_price": {
- "amount": "string",
- "currency": "string"
}, - "quantity": 0,
- "product": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "item_name": "string",
- "catalog_number": "string",
- "unit": {
- "name": "string",
- "symbol": "string",
- "amount": 0
}
}, - "shipments": [
- {
- "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"
}
], - "request": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "CREATED",
- "vendor_name": "string",
- "catalog_number": "string",
- "quantity": "string",
- "unit_size": "string",
- "unit_price": "string",
- "total_price": {
- "amount": "string",
- "currency": "string"
}, - "requested_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "requested_by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}, - "notes": "string",
- "item_name": "string",
- "invoice_number": "string",
- "requisition_number": "string",
- "confirmation_number": "string",
- "tracking_number": "string",
- "purchase_order_number": "string",
- "shipping_and_handling": "string",
- "details": "string",
- "lab": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organization": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "type": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "spend_tracking_code": {
- "name": "string"
}, - "backordered_expected_at": "2019-08-24",
- "is_urgent": true
}
}
}
}