itd-api / ShopOrderStatus
Variable: ShopOrderStatus
ts
const ShopOrderStatus: Readonly<{
Cancelled: "cancelled";
Done: "done";
Expired: "expired";
New: "new";
Paid: "paid";
Refunded: "refunded";
Shipping: "ship";
}>;Defined in: models/shop.ts:176
Состояние заказа.