Type Alias SalesAndCosts

SalesAndCosts: {
    date: string;
    fulfillment: string;
    fulfillment_discount: string;
    fulfillment_shipping: string;
    profit: string;
    sales: string;
    sales_discount: string;
    sales_shipping: string;
}[]

Sales and costs report

Type declaration

  • date: 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

  • fulfillment: string

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

  • fulfillment_discount: string

    Any fulfillment discounts (such as the monthly discount) set up on Printful's side

  • fulfillment_shipping: string

    Shipping costs that were charged by Printful

  • profit: string

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

  • sales: string

    Order retail price data. Available only if retail price fields are properly set up on the integration's side

  • sales_discount: string

    Any retail price discounts set up on the integration's side

  • sales_shipping: string

    The retail shipping price that was paid by the buyer