@wppconnect-team/wppconnect - v1.36.4
    Preparing search index...
    • Parameters

      • productId: string
      • imageWidth: number
      • imageHeight: number
      • token: string
      • Optionale: any

      Returns Promise<
          {
              createdAt: number;
              currency: string;
              products: {
                  currency: string;
                  id: string;
                  name: string;
                  price: number;
                  quantity: number;
                  thumbnailId: string;
                  thumbnailUrl: string;
              }[];
              subtotal: number;
              tax: number;
              total: number;
          },
      >

      WAWebBizQueryOrderJob >= 2.30000.0