Type Alias CostsByProduct

CostsByProduct: {
    fulfillment: string;
    product_id: number;
    product_name: string;
    quantity: number;
    sales: string;
}[]

Costs by product report

Type declaration

  • fulfillment: string

    All fulfillment costs that are charged by Printful, excluding shipping.

  • product_id: number

    Product ID. See Catalog API.

  • product_name: string

    Product name.

  • quantity: number

    Total quantity of items ordered from this product in the selected period.

  • sales: string

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