Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 435 Bytes

orderstatusenum.md

File metadata and controls

18 lines (12 loc) · 435 Bytes

OrderStatusEnum

Current state of the order. See the orders tutorial for the logic of how the status is handled.

Example Usage

import { OrderStatusEnum } from "shippo/models/components";

let value: OrderStatusEnum = "PAID";

Values

"UNKNOWN" | "AWAITPAY" | "PAID" | "REFUNDED" | "CANCELLED" | "PARTIALLY_FULFILLED" | "SHIPPED"