whatsapp-api-js - v6.1.0
    Preparing search index...

    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"