From 03d8fa2c492fcecfa9c9e8f518ca6e2aed6eadae Mon Sep 17 00:00:00 2001 From: rob Date: Mon, 29 Jun 2026 09:04:55 +0000 Subject: [PATCH] Migrated from GitLab wiki --- ...tuses-and-Shipping-Types-and-Statuses.-.md | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Order-Statuses-and-Shipping-Types-and-Statuses.-.md diff --git a/Order-Statuses-and-Shipping-Types-and-Statuses.-.md b/Order-Statuses-and-Shipping-Types-and-Statuses.-.md new file mode 100644 index 0000000..bdbd511 --- /dev/null +++ b/Order-Statuses-and-Shipping-Types-and-Statuses.-.md @@ -0,0 +1,48 @@ +**Shipment Table - `Shipment`** + +**Shipment Types** + +| Type | Definition | +| ------ | ------ | +| initial | New Shipment from retail | +| original | b2b Shipment | +| ex-reship | For Re-shipment | +| noop-omitted | Item(s) Missing From Original Shipment | +| ex-wrong-item | Wrong Item Sent | + + + +**Shipment Statuses** + +| Status | Definition | +| ------ | ------ | +| New | New Shipment from retail, direct retail, and b2b | +| Cancelled | Cancelled Shipment | +| Pending | Shipment Pending | +| Picked | Shipment has been picked | +| Shipped | Shipment was successfully shipped | +| Shipping | Currently ship | + + +**Order Table - `OOrder`** + +**Order Status** +| Status | Definition | +| ------ | ------ | +| active | | +| stock-hold | | +| ex-reship | | +| noop-omitted | | +| complete | | +| cancelled | | + + + + + + + + + + +