whatsapp-api-js - v5.2.0

    Type Alias ServerOrderMessage

    type ServerOrderMessage = {
        order: {
            catalog_id: string;
            product_items: [
                {
                    currency: string;
                    item_price: string;
                    product_retailer_id: string;
                    quantity: string;
                },
            ];
            text?: string;
        };
        type: "order";
    }
    Index

    Properties

    Properties

    order: {
        catalog_id: string;
        product_items: [
            {
                currency: string;
                item_price: string;
                product_retailer_id: string;
                quantity: string;
            },
        ];
        text?: string;
    }
    type: "order"
    MMNEPVFCICPMFPCPTTAAATR