UNPKG

@hotwax/oms-api

Version:

The OMS API package comes with prebuilt methods that helps communicate with HotWax Commerce OMS using Rest API

36 lines (35 loc) 856 B
declare const productTransformRule: { item: { productId: string; pseudoId: string; productName: string; salesIntroductionDate: string; variants: string; parent: { productName: string; id: string; }; images: { mainImageUrl: string; additionalImageUrls: string; }; features: string; identifications: string; brandName: string; sku: string; }; operate: ({ run: (features: any) => { desc: string; value: any; }[] | undefined; on: string; } | { run: (identifications: Array<string>) => { productIdTypeEnumId: string; idValue: string; }[]; on: string; })[]; }; export { productTransformRule };