UNPKG

@convermax/api

Version:

A package for searching products via Convermax API

14 lines 584 B
import { ServerModel } from './types/types'; export declare const apiVersion: string; declare function searchByVehicle(storeId: string, vehicle: Record<string, string>, options?: { page?: number; pageSize?: number; }): Promise<ServerModel.GenericItem[]>; declare function getFitments(storeId: string, productId: string): Promise<ServerModel.FitmentsResponseType>; export { searchByVehicle, getFitments }; declare const _default: { searchByVehicle: typeof searchByVehicle; getFitments: typeof getFitments; }; export default _default; //# sourceMappingURL=index.d.ts.map