UNPKG

@zhiguang-gastrofy/capi

Version:

comany apis, including Northfork api and Gastrofy api

12 lines (11 loc) 302 B
export declare class ShoppingService { calculationType: string; prioritization: string; storeIdentifier: string; storeProvider: string; recipes: any[]; products: any[]; productExceptions: any[]; constructor(); getCart(customerToken: string, userId?: string): any; }