Type Alias Profit

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

Profit 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

    The difference between Sales and Fulfillment. If retail price data is not available, profit might be negative