Type Alias CostsByVariant

CostsByVariant: {
    fulfillment: string;
    product_id: number;
    quantity: number;
    sales: string;
    variant_id: number;
    variant_name: string;
}[]

Costs by variant report

Type declaration

  • fulfillment: string

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

  • product_id: number

    Product ID. See Catalog API.

  • 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.

  • variant_id: number

    Variant ID. See Catalog API.

  • variant_name: string

    Variant name.