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