Quartzy Shop Order Placed
Occurs when a new Quartzy Shop Order is placed, using the Quartzy Shop Order 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.placed" |
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.placed",
- "datacontenttype": "application/json",
- "time": "2019-08-24T14:15:22Z",
- "data": {
- "sales_order": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "app_url": "string",
- "key": "string",
- "payment_method": "CREDIT_CARD",
- "purchase_order_number": "string",
- "is_test": true,
- "shipping": {
- "amount": "string",
- "currency": "string"
}, - "handling": {
- "amount": "string",
- "currency": "string"
}, - "tax": {
- "amount": "string",
- "currency": "string"
}, - "total": {
- "amount": "string",
- "currency": "string"
}, - "sales_order_items": [
- {
- "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"
}
]
}
], - "lab": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organization": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
}
}
}