Type Alias PrintfulCosts

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

Printful costs 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

    Amount paid to Printful for fulfillment and shipping.