Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.49 KB

PickingMission.md

File metadata and controls

23 lines (19 loc) · 1.49 KB

Yaksa.OrckestraCommerce.Client.Model.PickingMission

PickingMission

Properties

Name Type Description Notes
CompletedOn DateTime the date the picking has been completed. [optional]
Created DateTime the date the picking mission was created. [optional]
CreatedBy string the identifier of the operator who created the picking mission. [optional]
FulfillmentLocationId string the fulfillment location identifier. [optional]
Id string the picking mission identifier. [optional]
LastModified DateTime the date that the last modification was applied to the picking mission. [optional]
LastModifiedBy string the identifier of the operator who last modified the picking mission. [optional]
MissionItems List<MissionItem> the picking mission items. [optional]
MissionNumber string the picking mission number. [optional]
Picker string the identifier of the picker who started the picking mission. [optional]
ScopeId string the scope identifier. [optional]
StartedOn DateTime the date the picking has been started. [optional]
Status string the current picking mission status. [optional]

[Back to Model list] [Back to API list] [Back to README]