@wppconnect/wa-js - v3.19.3
    Preparing search index...

    Function queryOrder

    • Parameters

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

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

      WAWebBizQueryOrderJob >= 2.30000.0