# MasDelivery / Sushi Time Belgrano notes

Concrete data discovered while helping Chicho repeat Tina's Sushi Time order.

## Site

- Chain URL: `https://pedidos.masdelivery.com/sushi-time`
- API endpoint: `https://pedidos.masdelivery.com/panel/lib/front-api.php`
- All calls are JSON arrays of `{ action, data }` objects.

## Branch

- Chain slug: `sushi-time`
- `CheckSlug` returned chain id: `362`
- Correct branch: `Sushi Time Belgrano`
- Branch/location id: `2312`
- Location custom slug: `sushi-time-belgrano`
- Timezone: `America/Argentina/Buenos_Aires`
- Default delivery time id observed: `3` (`Entre 45' y 60'`)
- Minimum observed: `8000`
- Delivery shipping observed: `0`
- Payment methods observed include cash and MercadoPago; prior order used cash.

## Tina's confirmed favorite

Product:
- `Poke Pollo crispy`
- dish id: `1080117`
- category: `Pokes Grandes`
- base price observed via API: `13500`
- extra palta observed: `1500`

Customizations:
- Base: `Arroz de sushi`
- Toppings: `Cebolla morada`, `Pepino`, `Tomate perita`, `Vegetales al wok`, `Zanahoria`, `Arveja`
- Extra: `Palta`
- Salsas: `Buenos Aires`, `Mostaza dulce`
- Crocante: `Nachos`

Option ids from `GetProductsDetails` for dish `1080117`:
- Toppings group id: `279355`, max 6
  - `Cebolla morada`: `1330425`
  - `Pepino`: `1330433`
  - `Tomate perita`: `1330437`
  - `Vegetales al wok`: `1330438`
  - `Zanahoria`: `1330439`
  - `Arveja`: `1337923`
- Base group id: `279354`, max 2
  - `Arroz de sushi`: `1330419`
- Topping extras group id: `279356`, max 4
  - `Palta`: `1330441`, price observed `1500`
- Salsas group id: `279357`, max 2
  - `Buenos Aires`: `1330447`
  - `Mostaza dulce`: `1330451`
- Crocantes group id: `279358`, max 2
  - `Nachos`: `1330455`

## Email confirmation pattern

Search Gmail for:
```text
"Sushi Time Belgrano" newer_than:2d
"#" "Sushi Time Belgrano" "Tu pedido" newer_than:2d
```

Confirmation sender observed:
```text
Sushi Time Belgrano <no-responder@masdelivery.com>
```

Subject pattern:
```text
#<order_number> - Tu pedido fue aceptado
```

Useful fields in plain text email:
- Fecha
- Entrega estimate
- Delivery address
- Detalle
- Forma de pago
- Subtotal / descuento / total
- Abona con / cambio

## Finalization warning

Do not call `SaveOrder` unless Chicho explicitly confirms. It places a real delivery order.
