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

    Interface ReturnInfoDraft

    interface ReturnInfoDraft {
        items: ReturnItemDraft[];
        returnDate?: string;
        returnTrackingId?: string;
    }
    Index

    Properties

    Information on the Line Items or Custom Line Items returned.

    returnDate?: string

    Date and time (UTC) the return is initiated.

    returnTrackingId?: string

    User-defined identifier for tracking the return.