UpdateFulfilmentPlanInput

Input type to update a FulfilmentPlan object.

Input Fields

id (ID!)

ID of the object

ref (String)

External reference. Recommended to be unique.

status (String)

The current status of the FulfilmentPlan.
By default, the initial value will be CREATED, however no other status values are enforced by the platform.
The status field is also used within ruleset selection during orchestration. For more info, see Orchestration

eta (String)

ETA of the FulfilmentPlan. Although this can be set explicitly, we recommend that this be determined and set in the workflow.

attributes ([AttributeInput])

A list of attributes associated with this object. This can be used to extend the existing data structure with additional data for use in orchestration rules, etc.

exceptions ([CreateFulfilmentPlanExceptionInput])

A list of exceptions. Note

This will always be an append operation. Existing exceptions can not be modified but new ones can be added.