🚨 Announcing Announcing Vendure v2

FulfillmentState

FulfillmentState

These are the default states of the fulfillment process. By default, they will be extended by the defaultFulfillmentProcess to also include Shipped and Delivered.

Signature

type FulfillmentState = | 'Created'
    | 'Pending'
    | 'Cancelled'
    | keyof CustomFulfillmentStates
    | keyof FulfillmentStates