HomeVendure CoreShow hidden breadcrumbs...EntitiesOrderHistoryEntryOn this pageOrderHistoryEntry@vendure/coreSource Represents an event in the history of a particular Order. Signatureclass OrderHistoryEntry extends HistoryEntry { constructor(input: DeepPartial<OrderHistoryEntry>) @Index() @ManyToOne(type => Order, { onDelete: 'CASCADE' }) order: Order;} Extends: HistoryEntry constructormethod(input: DeepPartial<OrderHistoryEntry>) => OrderHistoryEntryorderpropertyOrderWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousOrderableAssetNextOrderLineEdited Feb 25, 2026ยทEdit this page