# Get OrderItem Get OrderItem Endpoint: GET /Orders/OrderItems Version: 2.0 ## Response 200 fields (application/json): - `Id` (string) Id. Key property. - `OrderId` (string) OrderId. - `LineNumber` (number) LineNumber. - `ParentLineNumber` (number) ParentLineNumber. Nullable. - `StatusId` (integer) StatusId. - `PartNo` (string) PartNo. MaxLength: 50. Nullable. - `ExternalPartNo` (string) ExternalPartNo. MaxLength: 50. Nullable. - `ProductName` (string) ProductName. MaxLength: 255. Nullable. - `StockUnitOfMeasurementCount` (number) StockUnitOfMeasurementCount. - `PriceUnitOfMeasurementCount` (number) PriceUnitOfMeasurementCount. - `WarehouseId` (integer) WarehouseId. Nullable. - `LocationId` (integer) LocationId. Nullable. - `QtyOrdered` (number) QtyOrdered. - `CurrencyId` (integer) CurrencyId. - `VatRate` (number) VatRate. - `CostUnit` (number) CostUnit. - `PriceSale` (number) PriceSale. - `DiscountPercentage` (number) DiscountPercentage. - `DiscountAmount` (number) DiscountAmount. - `LineAmount` (number) LineAmount. - `DeliveryMode` (string) DeliveryMode. MaxLength: 50. Nullable. - `IsPartDelivery` (boolean) IsPartDelivery. - `ExpectedDeliveryDate` (string) ExpectedDeliveryDate. Nullable. - `ConfirmedDeliveryDate` (string) ConfirmedDeliveryDate. Nullable. - `SalesRepContactId` (integer) SalesRepContactId. Nullable. - `LedgerAccount` (string) LedgerAccount. MaxLength: 50. Nullable. - `Department` (string) Department. MaxLength: 10. Nullable. - `Centre` (string) Centre. MaxLength: 10. Nullable. - `TransId` (string) TransId. - `ExternalStatusText` (string) ExternalStatusText. MaxLength: 255. Nullable. - `Created` (string) Created. - `CreatedBy` (integer) CreatedBy. - `Updated` (string) Updated. Nullable. - `UpdatedBy` (integer) UpdatedBy. Nullable. - `LineNumberString` (string) LineNumberString. MaxLength: 50. Nullable. - `PriceRecommended` (number) PriceRecommended. Nullable. - `PriceCatalog` (number) PriceCatalog. Nullable. - `PriceStandard` (number) PriceStandard. Nullable. - `ClientId` (integer) ClientId. Nullable. - `InvoiceItem` (array) InvoiceItem. - `InvoiceItem.InvoiceId` (string) InvoiceId. - `InvoiceItem.LineNumber` (number) LineNumber. Nullable. - `InvoiceItem.StatusId` (integer) StatusId. Nullable. - `InvoiceItem.Quantity` (integer) Quantity. - `InvoiceItem.DeliveryDate` (string) DeliveryDate. Nullable. - `InvoiceItem.OrderItemId` (string) OrderItemId. Nullable. - `InvoiceItem.PurchaseOrderItemId` (string) PurchaseOrderItemId. Nullable. - `InvoiceItem.PriceUnit` (number) PriceUnit. Nullable. - `InvoiceItem.Quantity2` (number) Quantity2. Nullable. - `InvoiceItem.OrderItem` (object) - `Infos` (array) Infos. - `Infos.OrderItemId` (string) OrderItemId. Key property. - `Infos.TypeId` (integer) TypeId. Key property. - `Infos.Value` (string) Value. Nullable. - `Infos.Updated` (string) Updated. - `Infos.UpdatedBy` (integer) UpdatedBy.