Migrated from GitLab wiki
@@ -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 | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user