Skip to main content

Scheduled Order Item

  • File Name: scheduledorderitem.parquet
  • Type: Incremental (Delta)
  • Schema Version: 01.00
  • Last Updated: 2026-02-25

Description

Contains scheduled order line items showing product-level order details, suggested quantities, delivery information, and stock levels. Each record represents a single product on a scheduled order.

Delta Filter

  • Incremental Updates: Only records modified since your last export
  • First Run: Includes up to 1 month of historical data
  • Gap Handling: If more than 1 month has passed since last export, limited to most recent month

Fields

📋 Includes Common Fields: Client Information, Location Information, Asset Information, Product Information, Audit Fields

Core ScheduledOrderItem Fields

Column NameData TypeNullableDescription
ScheduledOrderItemIdintNOT NULLUnique identifier for the order item
ScheduledOrderIdintNOT NULLScheduled order identifier
UnitsNeedednumeric(5,2)NOT NULLNumber of units needed
UnitPricedecimal(18,2)NOT NULLPrice per unit
Amountnumeric(10,2)NULLTotal amount
CaseSizeintNOT NULLCase size
StockLevelnumeric(5,2)NOT NULLCurrent stock level
AssetPurityIdintNOT NULLAsset purity record ID
SuggestedUnitsNeedednumeric(5,2)NULLSuggested units needed
DeliveredUnitsnumeric(5,2)NULLNumber of units delivered

ScheduledOrder Fields (from parent record)

Column NameData TypeNullableDescription
ReorderDatedatetimeNULLReorder date (from ScheduledOrder)
StatusIdintNULLOrder status identifier (from ScheduledOrder)
DeliveryDatedatetimeNULLDelivery date (from ScheduledOrder)
ExternalOrderNovarchar(500)NULLExternal order number (from ScheduledOrder)
OrderSizeintNULLTotal order size (from ScheduledOrder)
TotalCaseSizeintNULLTotal case size (from ScheduledOrder)
OutOfStockintNULLOut of stock count (from ScheduledOrder)
RestockInvarchar(500)NULLRestock timing (from ScheduledOrder)