Picnic Grocery Ordering Use the CLI to search products, manage shopping cart, and order groceries from Picnic. Setup (once) Then login: If 2FA is required: Commands All commands output JSON. Run from any directory: Typical ordering flow 1. Search for products: 2. Add to cart: 3. Check cart: 4. Get delivery slots: 5. Set slot: 6. Confirm with user before final checkout (checkout happens in app) Notes - Config stored in - Country codes: (Germany) or (Netherlands) - Product IDs start with 's' (e.g., ) - Always confirm with user before modifying cart or setting delivery slots - Final checkout/pay…