# ShippingOrderDetail

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.ts` (line 503)

**Part of:** [Pams](subsystem-pams)

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `ShippingOrderId` | `number` |
| `ProductId` | `number` |
| `ProductUnitId` | `number` |
| `Name` | `string` |
| `VariantName` | `string` |
| `ProductDescription` | `string` |
| `ProductStageName` | `string` |
| `UnitName` | `string` |
| `SalesQty` | `number` |
| `ShippedQty` | `number` |
| `ProductVariantId` | `number` |
| `AssembledProductId` | `number` |
| `SalesItem` | `string` |
| `SalesItemId` | `number` |
| `SalesOrderId` | `number` |

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `ShippingOrderDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/warehouse/shipping-order-details/shipping-order-details.component.ts`:1
