Type Alias SalesAndCostsSummary

SalesAndCostsSummary: {
    costs?: string;
    date?: string;
    order_count?: number;
    profit?: string;
}[]

Sales and costs summary report

Type declaration

  • Optionalcosts?: string

    Product fulfillment, digitization, branding, shipping costs and taxes that are charged by Printful

  • Optionaldate?: string

    The date of the value: day in Y-m-d format, month in Y-m format or "Total" for the first element of the list which shows the total values for the whole requested period

  • Optionalorder_count?: number

    The order count in the aggregation period

  • Optionalprofit?: string

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