@fabrix/spool-cart
Version:
Spool - eCommerce Spool for Fabrix
71 lines (70 loc) • 1.91 kB
TypeScript
export declare const cart: {
live_mode: boolean;
prefix: any;
nexus: {
name: string;
host: string;
address: {
address_1: string;
address_2: string;
address_3: string;
company: string;
city: string;
province: string;
country: string;
postal_code: string;
};
};
allow: {
destroy_product: boolean;
destroy_variant: boolean;
};
default_currency: string;
default_countries: string[];
emails: {
customerRetarget: boolean;
customerAccountBalanceDeducted: boolean;
customerAccountBalanceCredited: boolean;
orderCreated: boolean;
orderUpdated: boolean;
orderPaid: boolean;
orderFulfilled: boolean;
orderRefunded: boolean;
orderCancelled: boolean;
sourceExpired: boolean;
sourceWillExpire: boolean;
sourceUpdated: boolean;
subscriptionCreated: boolean;
subscriptionUpdated: boolean;
subscriptionActivated: boolean;
subscriptionDeactivated: boolean;
subscriptionCancelled: boolean;
subscriptionWillRenew: boolean;
subscriptionRenewed: boolean;
subscriptionFailed: boolean;
transactionFailed: boolean;
};
notifications: {
admin: {
orderCreated: boolean;
};
};
events: {};
orders: {
refund_restock: boolean;
payment_kind: string;
transaction_kind: string;
fulfillment_kind: string;
retry_attempts: number;
grace_period_days: number;
};
subscriptions: {
retry_attempts: number;
grace_period_days: number;
renewal_notice_days: number;
};
transactions: {
authorization_exp_days: number;
retry_attempts: number;
};
};