# ShippingItemDetails

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `SalesItemId` | `number` |
| `SalesOrderId` | `number` |
| `SalesQty` | `number` |
| `ShippedQty` | `number` |
| `SalesItemName` | `string` |
| `ShippingOrderId` | `number` |
| `ItemUnitId` | `number` |
| `ItemUnitName` | `string` |
| `Products` | `ShippingOrderDetail[]` |

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