HomeVendure CoreShow hidden breadcrumbs...FulfillmentFulfillmentTransitionDataOn this pageFulfillmentTransitionData@vendure/coreSource The data which is passed to the state transition handler of the FulfillmentStateMachine. Signatureinterface FulfillmentTransitionData { ctx: RequestContext; orders: Order[]; fulfillment: Fulfillment;} ctxpropertyRequestContextorderspropertyOrder[]fulfillmentpropertyFulfillmentWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousFulfillmentStatesNextHealth CheckEdited Feb 25, 2026ยทEdit this page