🚨 Announcing Vendure v2 Beta

FulfillmentState

FulfillmentState

These are the default states of the fulfillment process.

Signature

type FulfillmentState = 'Created' | 'Pending' | 'Shipped' | 'Delivered' | 'Cancelled' | keyof CustomFulfillmentStates