The two shipping building blocks referenced by a sales order. Two related entities on one page.
Compile note. Confirmed: USPS is a shipping method with a known GUID. Fields marked
‹confirm›should be read from the live model.
The carrier/service used to move an order.
| Field | Type | Description |
|---|---|---|
Id |
GUID | Unique identifier. |
Name |
text | Method name (e.g., USPS). ‹confirm› |
Carrier |
text / enum | Carrier the method belongs to. ‹confirm› |
Active |
boolean | Whether it's currently selectable. ‹confirm› |
| …additional fields | ‹confirm› |
To be read from the live model. |
Known value — USPS: 5c4ce365-0bb4-4d90-aa2f-091636bffbe8
Relationships: referenced by Sales Order as
ShippingMethod.
The physical container / configuration chicks ship in.
| Field | Type | Description |
|---|---|---|
Id |
GUID | Unique identifier. |
Name |
text | Package name (e.g., box size / configuration). ‹confirm› |
Capacity |
integer | Max chicks per package. ‹confirm› |
MinFill |
integer | Minimum count required to ship (warmth/viability). ‹confirm› |
| …additional fields | ‹confirm› |
To be read from the live model. |
Relationships: referenced by Sales Order as
PackageType; capacity interacts with order quantity to determine packaging.
Package capacity/fill rules feed the packaging calculations run during order management.
‹confirm the exact rule set and the full package type list›.