@extends('layout.default') @section('title', $__t('Upload Purchase Data As JSON')) @section('activeNav', 'uploadjson') @section('viewJsName', 'uploadjson') @section('content')
{{ $__t("Kroger grocery stores allow manual access to past purchases in json form through a browser's developer tools.") }}
{{ $__t("To get this json, open developer tools and navigate to https://www.qfc.com/mypurchases (or another Kroger grocer, such as https://www.fredmeyer.com/mypurchases) and look for a call to /mypurchases/api/v1/receipt/details. The response will contain data for the last five receipts.") }}