@gradientedge/commercetools-utils
    Preparing search index...

    Interface RecurringOrderDraft

    Recurring Orders are automatically assigned the Store and/or Business Unit from the associated Cart.

    interface RecurringOrderDraft {
        cart: CartResourceIdentifier;
        cartVersion: number;
        custom?: CustomFieldsDraft;
        key?: string;
        startsAt: string;
        state?: StateResourceIdentifier;
    }
    Index

    Properties

    ResourceIdentifier to the Cart from which the RecurringOrder is created.

    cartVersion: number

    Current version of the referenced Cart.

    Custom Fields for the RecurringOrder.

    key?: string

    User-defined unique identifier of the RecurringOrder.

    startsAt: string

    Date and time (UTC) when the RecurringOrder will start.

    State for the RecurringOrder in a custom workflow.