AfoxPlus / app-android-orders

0 stars 0 forks source link

Crear carta virtual para el establecimiento #62

Closed jmendozat13 closed 5 days ago

jmendozat13 commented 2 weeks ago

Carta Virtual

Modules: Orders (Activity) API: /v1/product/menu Compose: Si Dependencies:

Figma: Menu

Image

jmendozat13 commented 2 weeks ago
{
    "success": true,
    "payload": {
        "establishment": "Kitchen",
        "establishmentType": "Sangucheria",
        "establishmentSection": [
            {
                "sectionName": "Carta",
                "sectionBackgroundToken": "orange_25",
                "sectionColorToken": "orange_700",
                "productCardViewType": "VERTICAL",
                "productGridColumnSize": 2,
                "products": [
                    {
                        "code": "65618a21be1bbd7083fd8e31",
                        "name": "Lomo Saltado",
                        "description": "Acompañado con ensalada",
                        "imageUrl": "https://static.wixstatic.com/media/8fb78d_c77b22a3f89744a4bb1329a8d5c4e2a5~mv2.jpg",
                        "stock": 2,
                        "price": 25.5,
                        "showInApp": true,
                        "measure": {
                            "code": "UNI",
                            "value": "Unidad"
                        },
                        "currency": {
                            "code": "PEN",
                            "value": "S/"
                        },
                        "productType": {
                            "code": "PRODUCT_SALE",
                            "name": "Carta"
                        }
                    },
                    {
                        "code": "67099464d3d05b5760174f15",
                        "name": "Arroz con pato a la norteña",
                        "description": "asdasd",
                        "imageUrl": "https://frankoschicken.pe/wp-content/uploads/2022/05/ICA-KOLA-600ML-1200X1200.png",
                        "stock": 20,
                        "price": 2,
                        "showInApp": true,
                        "measure": {
                            "code": "UNI",
                            "value": "Unidad"
                        },
                        "currency": {
                            "code": "PEN",
                            "value": "S/"
                        },
                        "productType": {
                            "code": "PRODUCT_SALE",
                            "name": "Carta"
                        }
                    }
                ]
            },
            {
                "sectionName": "Bebida",
                "sectionBackgroundToken": "orange_25",
                "sectionColorToken": "orange_700",
                "productCardViewType": "VERTICAL",
                "productGridColumnSize": 2,
                "products": [
                    {
                        "code": "65618a3cbe1bbd7083fd8e37",
                        "name": "Inka Cola 1/2",
                        "description": "Medio Litro",
                        "imageUrl": "https://frankoschicken.pe/wp-content/uploads/2022/05/ICA-KOLA-600ML-1200X1200.png",
                        "stock": 20,
                        "price": 2,
                        "showInApp": true,
                        "measure": {
                            "code": "UNI",
                            "value": "Unidad"
                        },
                        "currency": {
                            "code": "PEN",
                            "value": "S/"
                        },
                        "productType": {
                            "code": "PRODUCT_SALE",
                            "name": "Bebida"
                        }
                    },
                    {
                        "code": "6708a31075b1f8d3672e0552",
                        "name": "Inka Cola 1/2",
                        "description": "asdasd",
                        "imageUrl": "https://frankoschicken.pe/wp-content/uploads/2022/05/ICA-KOLA-600ML-1200X1200.png",
                        "stock": 20,
                        "price": 2,
                        "showInApp": true,
                        "measure": {
                            "code": "UNI",
                            "value": "Unidad"
                        },
                        "currency": {
                            "code": "PEN",
                            "value": "S/"
                        },
                        "productType": {
                            "code": "PRODUCT_SALE",
                            "name": "Bebida"
                        }
                    },
                    {
                        "code": "670990e0b797e097fb0012c0",
                        "name": "Coca Cola 1/2",
                        "description": "asdasd",
                        "imageUrl": "https://frankoschicken.pe/wp-content/uploads/2022/05/ICA-KOLA-600ML-1200X1200.png",
                        "stock": 20,
                        "price": 2,
                        "showInApp": true,
                        "measure": {
                            "code": "UNI",
                            "value": "Unidad"
                        },
                        "currency": {
                            "code": "PEN",
                            "value": "S/"
                        },
                        "productType": {
                            "code": "PRODUCT_SALE",
                            "name": "Bebida"
                        }
                    },
                    {
                        "code": "6709942cd3d05b5760174f0f",
                        "name": "Coca Cola 1/2",
                        "description": "asdasd",
                        "imageUrl": "https://frankoschicken.pe/wp-content/uploads/2022/05/ICA-KOLA-600ML-1200X1200.png",
                        "stock": 20,
                        "price": 2,
                        "showInApp": true,
                        "measure": {
                            "code": "UNI",
                            "value": "Unidad"
                        },
                        "currency": {
                            "code": "PEN",
                            "value": "S/"
                        },
                        "productType": {
                            "code": "PRODUCT_SALE",
                            "name": "Bebida"
                        }
                    }
                ]
            }
        ]
    },
    "message": "GET Menu by restaurant code"
}