Main object for logistic task.
No Additional PropertiesIf the conditions in the "If" tab are respected, then the conditions in the "Then" tab should be respected. Otherwise, the conditions in the "Else" tab should be respected.
"PICKINGANDPACKING"
If the conditions in the "If" tab are respected, then the conditions in the "Then" tab should be respected. Otherwise, the conditions in the "Else" tab should be respected.
"CONSOLIDATION"
If the conditions in the "If" tab are respected, then the conditions in the "Then" tab should be respected. Otherwise, the conditions in the "Else" tab should be respected.
"LOADING"
{
"eventHeader": {
"source": "OPCO",
"version": "1.0",
"scope": "PICKINGANDPACKING"
},
"identifier": {
"taskId": "12345"
},
"logisticTaskHeader": {
"logisticOrderId": "order123",
"doneBy": "John Doe",
"completionDateTime": "2023-10-01T12:00:00Z",
"controller": "Jane Smith",
"controlDateTime": "2023-10-01T13:00:00Z"
},
"pickingAndPacking": {
"pickingAndPackingLineItems": [
{
"logisticOrderLineId": "line1",
"productId": "prod1",
"warehouseLocation": "loc1"
}
],
"packages": [
"pkg1"
]
}
}
Contains information about the event, including the source, version, and scope.
No Additional PropertiesRepresents the origin of the event.
Represents the version of the event schema.
Type of the logistic task.
This field serves as the unique identifier for the logistic task in the WMS
No Additional Propertiesa logistic task refers to a specific activity required for the movement, handling, and processing of goods within the warehouse. These tasks are typically assigned to warehouse operators or automated systems and play a crucial role in fulfilling customer orders and ensuring efficient warehouse operations. The WMS breaks down order preparation into various tasks, each with a unique identifier, and assigns them to a person or system. The full preparation of an order can be understood as the aggregation of these individual tasks. This model, validated with Opcos, reflects how WMS operates, making it distinct from a process, which refers to the overall workflow of order preparation.
This is a core object that stores essential details about the logistic task.
No Additional PropertiesIdentifier for the logistic order.
Person or system that completed the task.
Must be at least 1 characters long
Date and time when the task was completed.
Person who controlled the task.
Must be at least 1 characters long
Date and time when the task was controlled.
Must be at least 1 characters long
Contains information related to the picking and packing phase of the logistic Order.
No Additional Properties{
"pickingAndPackingLineItems": [
{
"logisticOrderLineId": "line1",
"productId": "prod1",
"warehouseLocation": "loc1",
"channel": "Mix"
}
],
"packages": [
"pkg1"
]
}
List of line items for picking and packing.
No Additional ItemsLine item for picking and packing.
Identifier for the logistic order line.
Identifier for the product.
Location in the warehouse.
Type of picking system used to fulfill orders.(e.g. semi-automated, manual, automated)
List of packages.
No Additional ItemsIdentifier for the package.
The consolidation object holds data on the phase of grouping packed items together.
No Additional Properties{
"consolidationUnitId": "unit1",
"consolidationUnitType": "PALLET",
"packages": [
"pkg1"
]
}
Identifier for the consolidation unit.
Type of the consolidation unit.
The weight of the package to be delivered
200
The units in which the weights are computed and displayed following the GS1 units of measure
"KGM"
The units in which the volumes are computed and displayed in e.g mm^3
Must be at least 1 characters long
"cm^3"
The units in which the dimensions are computed and displayed in e.g cm, mm, inch etc applicable for length, width, height, diameter
Must be at least 1 characters long
"mm"
Length of packing object
2.4
Width of packing object
1.2
Depth of packing object
3.5
Diameter of packing object
5.2
Volume of packing object
1.2
List of packages.
No Additional ItemsIdentifier for the package.
The loading field captures information related to the phase of loading goods into transportation vehicles
No Additional Properties{
"consolidationUnitId": "unit1",
"packageId": "pkg1",
"dockId": "dock1",
"carrierId": "carrier1"
}
Identifier for the consolidation unit.
Must be at least 1 characters long
Identifier for the package.
Identifier for the dock.
Identifier for the carrier.