🚨 Announcing Vendure v2 Beta

FulfillmentTransitionData

FulfillmentTransitionData

The data which is passed to the state transition handlers of the FulfillmentStateMachine.

Signature

interface FulfillmentTransitionData {
  ctx: RequestContext;
  orders: Order[];
  fulfillment: Fulfillment;
}

Members

ctx

property

orders

property
type:
Order[]

fulfillment

property
type:
Fulfillment