UNPKG

@fabrix/spool-cart

Version:

Spool - eCommerce Spool for Fabrix

13 lines (12 loc) 487 B
import { FabrixService as Service } from '@fabrix/fabrix/dist/common'; export declare class ShippingService extends Service { publish(type: any, event: any, options?: { save?: boolean; transaction?: any; include?: any; }): any; calculate(obj: any, lineItems: any, shippingAddress: any, resolver: any, options: any): any; getShipping(obj: any, lineItems: any, resolvedItemsFromTo: any, options: any): Promise<{ line_items: any[]; }>; }