Pull every collection and product from a store via the Storefront API into two searchable tables, then pick the columns you need and download a Matrixify-ready import CSV. Credentials never leave your browser.
Settings → Apps and sales channels → Develop apps → your app → API credentials → Storefront API access token. For the fullest pull, grant unauthenticated_read_product_inventory as well as the standard product/collection listing scopes — without it, inventory columns come back blank rather than failing the pull.
Pulls every collection and every product (one row per variant) the Storefront API can see. That means published-to-Online-Store, active items only — draft and archived products, and unpublished collections, aren't visible to this API and won't appear.
Saves everything currently pulled to one JSON file named after the shop and the moment you saved it, so you have a point-in-time snapshot. Load that file back in later — on this computer or a teammate's — to keep browsing, searching and exporting Matrixify CSVs from it without hitting the Storefront API again.