# ShopOrders: Exact Online Shop Orders
- Catalog: `ExactOnlineREST`
- Schema: `Manufacturing`
- Primary Keys: `ID`
- Label: Shop Orders
The data in this table is partitioned per value of the `Division` column.
Can retrieve data and change data using insert, update and delete.
## Table Columns
The columns of the table `ShopOrders` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert and update.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `CADDrawingURL` | `varchar2` | CAD Drawing (URL) | ☐ | URL to CAD Drawing Specified on Manufacturing Bill of Material. |
| `Costcenter` | `varchar2`(8) | Cost Centre | ☐ | The cost center linked to the shop order. |
| `CostcenterDescription` | `varchar2`(60) | Cost Centre Description | ☐ | Description of Costcenter. |
| `Costunit` | `varchar2`(8) | Cost Unit | ☐ | The cost unit linked to the shop order. |
| `CostunitDescription` | `varchar2`(60) | Cost Unit Description | ☐ | Description of Costunit. |
| `Created` | `datetime` | Created | ☐ | Creation date. |
| `CreatedUtc` | `datetime` | Created (UTC) | ☐ | Creation date in UTC. |
| `Creator` | `guid` | Creator | ☐ | User ID of creator. |
| `CreatorFullName` | `varchar2`(240) | Creator Full Name | ☐ | Name of creator. |
| `Description` | `varchar2` | Description | ☐ | Description of the shop order. |
| `Division` | `int32` | Division | ☐ | Division code. |
| `DivisionCompanyCoCNumber` | `varchar2`(60) | Division Chamber of Commerce Number | ☐ | Chamber of commerce number of the Exact Online division. |
| `DivisionCompanyIBANNumber` | `varchar2`(50) | Division IBAN Number | ☐ | IBAN number of the Exact Online division. |
| `DivisionCompanyName` | `varchar2`(50) | Division Company Name | ☑ | Company name of the Exact Online division. |
| `DivisionCompanyRSINNumber` | `varchar2`(9) | Division RSIN Number | ☐ | RSIN number of the Exact Online division. |
| `DivisionCompanyVATNumber` | `varchar2`(35) | Division VAT Number | ☐ | VAT number of the Exact Online division. |
| `DivisionCompanyWageTaxNumber` | `varchar2`(60) | Division Wage Tax Number | ☐ | Wage tax number of the Exact Online division. |
| `DivisionLabel` | `varchar2`(128) | Division Label | ☑ | Label of the Exact Online division. |
| `DivisionName` | `varchar2`(50) | Administration Name | ☑ | Name of the Exact Online division. |
| `DivisionOwnerCompanyName` | `varchar2`(50) | Subscription Holder Name | ☑ | Name of the customer account in division 1 owning the Exact Online subscription to which this division belongs. |
| `DivisionOwnerCompanyNumber` | `varchar2`(18) | Subscription Holder Number | ☑ | Number of the customer account in division 1 owning the Exact Online subscription to which this division belongs. |
| `DivisionShortName` | `int64` | Division Short Name | ☑ | Short name of the Exact Online division. |
| `EntryDate` | `datetime` | Entry Date | ☐ | Date on which the shop order was placed. |
| `ID` | `guid` | ID | ☑ | Primary key. |
| `IsBatch` | `int16` | Is Batch | ☑ | Does the material plan's item use batch numbers. |
| `IsFractionAllowedItem` | `int16` | Is Fraction Allowed on Item | ☑ | Indicates if fractions (for example 0.35) are allowed for quantities of the material plan's item. |
| `IsInPlanning` | `int16` | Is In Planning | ☑ | Indicator that Shop order is in planning. |
| `IsOnHold` | `int16` | Is on Hold | ☑ | Indicator if the Shop order is on hold. |
| `IsReleased` | `int16` | Is Released | ☑ | Indicator that the Shop order has been released to production. |
| `IsSerial` | `int16` | Is Serial | ☑ | Does the material plan's item use serial numbers. |
| `Item` | `guid` | Item | ☐ | Reference to the item. |
| `ItemBarcode` | `varchar2` | Item Barcode | ☐ | |
| `ItemCode` | `varchar2`(30) | Item Code | ☐ | Code of the item created by this shop order. |
| `ItemDescription` | `varchar2`(255) | Item Description | ☐ | Description of the item created by this shop order. |
| `ItemPictureUrl` | `varchar2` | Item Picture (URL) | ☐ | URL of the item created by this shop order. |
| `ItemVersion` | `guid` | Item Version | ☐ | Reference to ItemVersion. |
| `ItemVersionDescription` | `varchar2` | Item Version Description | ☐ | Description of Item Version. |
| `Modified` | `datetime` | Modified | ☐ | Last modified date. |
| `ModifiedUtc` | `datetime` | Modified (UTC) | ☐ | Last modified date in UTC. |
| `Modifier` | `guid` | Modifier | ☐ | User ID of modifier. |
| `ModifierFullName` | `varchar2`(240) | Modified Full Name | ☐ | Name of modifier. |
| `Notes` | `varchar2` | Notes | ☐ | Notes - only viewed internally. |
| `PlannedDate` | `datetime` | Planned Date | ☐ | Planned end date of this shop order. |
| `PlannedQuantity` | `double` | Planned Quantity | ☐ | Planned quantity. |
| `PlannedStartDate` | `datetime` | Planned Start Date | ☐ | Planned start date of this shop order. |
| `ProducedQuantity` | `double` | Produced Quantity | ☐ | Produced quantity. |
| `ProductionLeadDays` | `int32` | Production Lead Days | ☑ | Production lead days. |
| `Project` | `guid` | Project | ☐ | Reference to Project. |
| `ProjectDescription` | `varchar2`(60) | Project Description | ☐ | Description of Project. |
| `ReadyToShipQuantity` | `double` | Ready to Ship Quantity | ☐ | Quantity ready to ship. |
| `SalesOrderLineCount` | `int32` | Sales Order Line Count | ☑ | Number of sales orders linked to this shop order. |
| `SelectionCode` | `guid` | Selection Code | ☐ | ID of Selection code. |
| `SelectionCodeCode` | `varchar2` | Selection Code | ☐ | Code of Selection code. |
| `SelectionCodeDescription` | `varchar2` | | ☐ | Description of Selection code. |
| `ShopOrderByProductPlanBackflushCount` | `int32` | | ☑ | Number of shop order by-product plans, which are backflushed, for this shop order. |
| `ShopOrderByProductPlanCount` | `int32` | | ☑ | Number of shop order by-product plans for this shop order. |
| `ShopOrderMain` | `guid` | Shop Order Main | ☐ | Shop order main. |
| `ShopOrderMainNumber` | `int32` | Shop Order Main Number | ☐ | Shop order main number. |
| `ShopOrderMaterialPlanBackflushCount` | `int32` | | ☑ | Number of shop order material plans, which are backflushed, for this shop order. |
| `ShopOrderMaterialPlanCount` | `int32` | | ☑ | Number of shop order material plans for this shop order. |
| `ShopOrderMaterialPlansNonIssuedByproductsCount` | `int32` | | ☑ | |
| `ShopOrderMaterialPlansNonIssuedMaterialsCount` | `int32` | | ☑ | |
| `ShopOrderNumber` | `int32` | Shop Order Number | ☐ | Unique number to indentify the shop order. |
| `ShopOrderNumberString` | `varchar2` | | ☐ | Unique number to indentify the shop order (as a string to allow OData filtering, e.g. $filter=substringof('123',ShopOrderNumberString) eq true. |
| `ShopOrderParent` | `guid` | Shop Order Parent | ☐ | Shop order parent. |
| `ShopOrderParentNumber` | `int32` | | ☐ | Shop order parent number. |
| `ShopOrderRoutingStepPlanCount` | `int32` | | ☑ | Number of shop order routing step plans for this shop order. |
| `Status` | `int32` | Status | ☐ | Indicates the type of Shop Order: 10 Open, 20 In process, 30 Finished, 40 Completed. |
| `SubShopOrderCount` | `int32` | Sub Shop Order Count | ☑ | The count of material lines of this shop order, which have been linked to a sub order. |
| `Type` | `int32` | Type | ☐ | Overall status of the line: 9040 Regular. |
| `Unit` | `varchar2`(8) | Unit | ☐ | Unit of the item created by this shop order. |
| `UnitDescription` | `varchar2`(60) | Unit Description | ☐ | Unit description of the unit of the item created by this shop order. |
| `Warehouse` | `guid` | Warehouse | ☐ | Reference to the Warehouse associated with the Shop order. |
| `WarehouseCode` | `varchar2` | Warehouse Code | ☐ | |
| `WarehouseDescription` | `varchar2` | Warehouse Description | ☐ | |
| `YourRef` | `varchar2`(30) | Your Reference | ☐ | Your reference (of the customer). |