Type Alias CostsByAmount

CostsByAmount: {
    branding: string;
    date: string;
    digitization: string;
    discount: string;
    product_amount: string;
    sales_tax: string;
    shipping: string;
    total: string;
    vat: string;
}[]

Costs by amount report

Type declaration

  • branding: string

    Pack-in costs

  • 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

  • digitization: string

    Embroidery digitization costs

  • discount: string

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

  • product_amount: string

    Product & fulfillment costs

  • sales_tax: string

    Tax amounts. If not applicable, it will be 0.

  • shipping: string

    Shipping costs that were charged by Printful

  • total: string

    Summary of all costs

  • vat: string

    Tax amounts. If not applicable, it will be 0.