• 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
            | null;
            total: number;
        },
    >

    WAWebBizQueryOrderJob >= 2.30000.0