Optional parameter to override the standard output types for created replenishment proposals
Required when SourceOrganizationUnitSetID
is omitted
Required when SourceOrganizationUnitIDs
is omitted
Optional list of stock labels to generate replenishment proposal for
Required when TargetOrganizationUnitSetID
is omitted
Required when TargetOrganizationUnitIDs
is omitted
Creates a new
ReplenishmentProposal
.The new proposal is picked up and processed asynchronously and could take a while after creation to complete generating its results, depending on the amount of sources, targets, products and the algorithm used. Check the
Status
property in theGetReplenishmentProposal
response to see if it's completed.To allow selecting the output types for the generated proposal, the property
OutputTypes
can be set. It is a flags enum of the typeReplenishmentOutputTypes
. If theOutputTypes
is not set, it will fall back to the settingReplenishment:Outputs
.