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.
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
| id | name | company_name | account_number | contact_name | contact_email | address | phone | fax |
|---|---|---|---|---|---|---|---|---|
| 1 | Northwind Trading Co. | Northwind Trading Company LLC | NW-4471 | Dana Okafor | orders@northwind.example | 128 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
| id | supplier_id | supplier_name | status | payment_status | currency | location_id | created_at | updated_at | confirmed_at | line_item_count |
|---|---|---|---|---|---|---|---|---|---|---|
| 1041 | 1 | Northwind Trading Co. | received | paid | USD | 6553001 | 2026-04-02T09:14:00Z | 2026-04-19T15:02:00Z | 2026-04-03T10:00:00Z | 2 |
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_id | supplier_name | line_item_id | sku | variant | inventory_item_id | quantity | retail_price | cost_price | supplier_cost | received_at |
|---|---|---|---|---|---|---|---|---|---|---|
| 1041 | Northwind Trading Co. | 88010 | SR-001 | Classic Tote Bag — Black | 42990001 | 48 | 39 | 14.5 | 13.9 | 2026-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
| id | reason | notes | location_id | created_at | updated_at |
|---|---|---|---|---|---|
| 5501 | Stocktake correction | Adjustment after Q2 count | 6553001 | 2026-06-30T18:00:00Z | 2026-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
| id | stock_adjustment_id | sku | variant | inventory_item_id | quantity | cost_price |
|---|---|---|---|---|---|---|
| 990101 | 5501 | SR-001 | Classic Tote Bag — Black | 42990001 | -2 | 14.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
| id | name | rate |
|---|---|---|
| 1 | Standard | 0.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?
- Open the Stocky app in your Shopify admin.
- Go to Preferences → API.
- 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.