Works until the Stocky API shuts down on 31 August 2026

Export your Stocky data

Two fields, one ZIP: suppliers, every purchase order with line items, stock adjustments and tax types as clean CSV + raw JSON. Free, no sign-up, and your API key is never stored.

Time left until the API goes dark
--days
--hrs
--min
--sec

Just the subdomain is enough; .myshopify.com is added automatically.

Not sure where to find your key? How do I find my key?

What you'll get

Your ZIP contains the 6 CSV files below (plus a lossless raw.json). Each table's columns and actual format are shown below — see exactly what you'll get before you connect.

No key required — the data inside is fictional, for demo purposes.

suppliers.csvSuppliers — the data the Stocky interface can't export9 columns
idnamecompany_nameaccount_numbercontact_namecontact_emailaddressphonefax
1Northwind Trading Co.Northwind Trading Company LLCNW-4471Dana Okafororders@northwind.example128 Harbor St, Portland, OR 97204, USA+1-503-555-0142+1-503-555-0143

Sample row (mock). This file has 3 rows for the demo; your real export includes every record in your store.

purchase_orders.csvPurchase orders (header records)11 columns
idsupplier_idsupplier_namestatuspayment_statuscurrencylocation_idcreated_atupdated_atconfirmed_atline_item_count
10411Northwind Trading Co.receivedpaidUSD65530012026-04-02T09:14:00Z2026-04-19T15:02:00Z2026-04-03T10:00:00Z2

Sample row (mock). This file has 2 rows for the demo; your real export includes every record in your store.

po_line_items.csvPO line items — SKU, quantity, cost/retail, receiving time11 columns
purchase_order_idsupplier_nameline_item_idskuvariantinventory_item_idquantityretail_pricecost_pricesupplier_costreceived_at
1041Northwind Trading Co.88010SR-001Classic Tote Bag — Black42990001483914.513.92026-04-19T15:02:00Z

Sample row (mock). This file has 3 rows for the demo; your real export includes every record in your store.

stock_adjustments.csvStock adjustments (header records)6 columns
idreasonnoteslocation_idcreated_atupdated_at
5501Stocktake correctionAdjustment after Q2 count65530012026-06-30T18:00:00Z2026-06-30T18:05:00Z

Sample row (mock). This file has 2 rows for the demo; your real export includes every record in your store.

stock_adjustment_items.csvStock adjustment items7 columns
idstock_adjustment_idskuvariantinventory_item_idquantitycost_price
9901015501SR-001Classic Tote Bag — Black42990001-214.5

Sample row (mock). This file has 3 rows for the demo; your real export includes every record in your store.

tax_types.csvTax types3 columns
idnamerate
1Standard0.2

Sample row (mock). This file has 3 rows for the demo; your real export includes every record in your store.

Your key is never stored

Your API key is used server-side only for the duration of this request, to pull your data from Stocky, and is discarded from memory the moment the job finishes — never written to disk, never logged. The export streams straight to your browser; no copy stays on our server.

  • No sign-up or account required
  • Key is never written to disk
  • Clean, portable CSV + JSON
  • Independent tool, not affiliated with Shopify

How do I get my API key?

  1. Open the Stocky app in your Shopify admin.
  2. Go to Preferences → API.
  3. Copy the API key and paste it into the field above.

On some plans, Shopify support may need to enable API access before the key becomes visible. Full walkthrough: how to export your Stocky data.