Item Fulfillment Rejected
When an item’s fulfillment is marked as “rejected”, it means that the order could not be processed or completed as expected.
Payload
{
"eventType": "com.example..OrderItemFulfillmentRejected",
"cloudEventsVersion": "0.1",
"eventTypeVersion": "1.0",
"eventID": "123e4567-e89b-12d3-a456-426614174000",
"source": "api/v1/order/EXAMPLE-ORDER-123456",
"contentType": "application/json",
"data": {
"merchantOrderId": "example-merchant-order-1234",
"orderNumber": "EXAMPLE-ORDER-123456",
"internalOrderState": "Created",
"orderCancelState": "None",
"billingAddress": {
"street": "123 Example St",
"city": "Example City",
"state": "EX",
"postalCode": "12345",
"country": "Example Country"
},
"shippingAddress": {
"street": "456 Sample Rd",
"city": "Sample City",
"state": "SA",
"postalCode": "67890",
"country": "Sample Country"
},
"items": [
{
"itemId": "item-123",
"itemName": "Example Item",
"quantity": 1,
"price": 19.99
}
]
},
"eventTime": "2024-10-11T10:24:50.702Z"
}