CreateFulfilmentPlanInput

Input type to create a FulfilmentPlan object.

Input Fields

ref (String!)

External reference. Recommended to be unique.

type (String!)

Type of the FulfilmentPlan, typically used by the Orchestration Engine to determine the workflow that should be applied. Unless stated otherwise, no values are enforced by the platform.

splits (Int)

Order split limits

eta (String)

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

retailerId (Int!)

ID of the retailer

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.

fulfilmentOptionId (FulfilmentOptionId!)

associated FulfilmentOption object

fulfilments ([CreateFulfilmentPlanFulfilmentInput])

Represents fulfilments under this Fulfilment Plan

exceptions ([CreateFulfilmentPlanExceptionInput])

A list of exceptions.