Class UpdateOrderEvent
ID: "UpdateOrderEvent"
This event occurs whenever you update an order’s metadata using the Edit Order page in Corporate Admin.
Thus, the Order Updated Event is not necessarily associated with status changes. There is currently no way to edit an order through DirectScale’s API.
Editing an order in Corp Admin
{
"OrderNumber":1,
"CustomerId":2,
"OrderDateUtc":"2021-10-12T18:07:26.497Z",
"OrderStatus":"Paid",
"OrderType":"Standard",
"EventDateUtc":"2021-10-12T18:11:07.3230547Z",
"EventCategory":"OrderEvents",
"EventType":"UpdateOrderEvent",
}
Inherited Members
Namespace: DirectScale.Disco.Extension.EventModels
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class UpdateOrderEvent : OrderEventBase
Constructors
UpdateOrderEvent()
Declaration
public UpdateOrderEvent()