queryOrder( productId: string, imageWidth: number, imageHeight: number, token: string, e?: any,): Promise< { createdAt: number; currency: string; products: { currency: string; id: string; name: string; price: number; quantity: number; thumbnailId: string; thumbnailUrl: string; }[]; subtotal: number; tax: null | number; total: number; },> Parameters
- productId: string
- imageWidth: number
- imageHeight: number
- token: string
Optional
e: 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: null
| number;
total: number;
},
>
Whatsapp
WAWebBizQueryOrderJob >= 2.30000.0