Type Alias StoreStatistics

StoreStatistics: {
    average_fulfillment_time?: AverageFulfillmentTime;
    costs_by_amount?: CostsByAmount;
    costs_by_product?: CostsByProduct;
    costs_by_variant?: CostsByVariant;
    currency: string;
    printful_costs?: PrintfulCosts;
    profit?: Profit;
    sales_and_costs?: SalesAndCosts;
    sales_and_costs_summary?: SalesAndCostsSummary;
    store_id: number;
    total_paid_orders?: TotalPaidOrders;
}

Statistics for a single store

Type declaration