mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
📘 docs: OrderState
:%s
This commit is contained in:
@@ -62,3 +62,18 @@ export type PromiseWithKey = {
|
||||
promise: PromiseLike<any>
|
||||
keyResult?: string,
|
||||
}
|
||||
|
||||
// ref https://www.vendure.io/docs/typescript-api/orders/order-state/
|
||||
export type OrderState = | 'Created'
|
||||
| 'AddingItems'
|
||||
| 'ArrangingPayment'
|
||||
| 'PaymentAuthorized'
|
||||
| 'PaymentSettled'
|
||||
| 'PartiallyShipped'
|
||||
| 'Shipped'
|
||||
| 'PartiallyDelivered'
|
||||
| 'Delivered'
|
||||
| 'Modifying'
|
||||
| 'ArrangingAdditionalPayment'
|
||||
| 'Cancelled'
|
||||
|
||||
|
Reference in New Issue
Block a user