Type Alias AverageFulfillmentTime

AverageFulfillmentTime: {
    relative_difference: string | null;
    value: string;
}

Average fulfillment time report

Type declaration

  • relative_difference: string | null

    Relative difference from the value from the previous period. -1 means 100% decrease, 1 means 100% increase. 0 is returned if there is no change or the previous value was 0.

  • value: string

    Average time it took Printful to fulfill your orders.