StructType([
StructField("gtin13", StringType(), True),
StructField("sourceId", StringType(), True),
StructField("lastUpdateTimestamp", TimestampType(), True),
StructField("lastUpdatedUser", StringType(), True),
StructField("inStore", StructType([
StructField("reason", StringType(), True),
StructField("override", BooleanType(), True),
StructField("startDate", TimestampType(), True),
StructField("endDate", TimestampType(), True)
]), True),
StructField("pickup", StructType([
StructField("reason", StringType(), True),
StructField("override", BooleanType(), True),
StructField("startDate", TimestampType(), True),
StructField("endDate", TimestampType(), True)
]), True),
StructField("delivery", StructType([
StructField("reason", StringType(), True),
StructField("override", BooleanType(), True),
StructField("startDate", TimestampType(), True),
StructField("endDate", TimestampType(), True)
]), True),
StructField("ship", StructType([
StructField("reason", StringType(), True),
StructField("override", BooleanType(), True),
StructField("startDate", TimestampType(), True),
StructField("endDate", TimestampType(), True)
]), True)
])