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 | | + + + + + + + + + + +