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

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.