Migrated from GitLab wiki

rob
2026-06-29 09:04:55 +00:00
parent b0c23f4a8d
commit 03d8fa2c49
@@ -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 | |