Represents details about what was ordered.
| Name | Data Type | Description |
|---|---|---|
| OrderProductKey | Integer |
System assigned, immutable value that uniquely identifies the record |
| Order | Order |
Order this entry belongs to |
| SequenceNumber | Integer |
System assigned number used in conjunction with the OrderKey property of Order to give the entry a unique identifier for legacy purposes |
| InventoryTransaction | Transaction |
Contains details regarding Product and quantity |
| SPText | String |
User assigned value originally intended to indicate whether Product for an entry exists in stock or needs to be produced |
| Specification | Specification |
Refer to data type’s documentation for further information |
| SalesStatus | SalesStatus |
Refer to data type’s documentation for further information |
| Branding | Branding |
Refer to data type’s documentation for further information |
| StackPattern | StackPattern |
Refer to data type’s documentation for further information |
| Fumigation | FumeStatus |
Refer to data type’s documentation for further information |
| FumigationStackPattern | StackPattern |
Refer to data type’s documentation for further information |
| VacuumPack | VacuumPack |
Refer to data type’s documentation for further information |
| LotText | String |
Delimited list of LotNumber properties of the Lot assigned to fulfill this order |
| Notes | String |
User assigned text intended to capture information not otherwise captured by other properties |
| Viability | Viability |
User assigned designation of desired product longevity. Directly corresponds to the acceptable range of age of product used for fulfillment |
| EstimatedProductionDate | Nullable<DateTime> |
The date by which the product should be ready for use |
| PrepackStatus | PrepackStatus |
Refer to data type’s documentation for further information |
| PalletType | PalletType |
Refer to data type’s documentation for further information |
| OrderStatus | OrderStatus |
Refer to data type’s documentation for further information |
| ContractedPrice | Decimal |
Price of Product ordered |
| PriceType | PriceType |
Refer to data type’s documentation for further information |
| BrokerRate | Nullable<Decimal> |
The percent rate of the ordered product's value earned by the Broker |
Properties ContractedPrice, PriceType, and BrokerRate are only available to users with extended security permissions. All other properties are available to anyone with general permission on the endpoint.