---
title: "Store - Get"
method: GET
path: "/store/get"
tags: ["store"]
---

# Store - Get

`GET /store/get`

Retrieve all connected store integrations for the current account.

## Response `200`

Array of stores with _id, name, and type

- Store[]
  - `_id` string, required — Unique store identifier
  - `name` string, required — Store name
  - `type` string, required — Store integration type (e.g. shopify, amazon, manual)

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden. Insufficient permissions.
- `429` — Too many requests. Rate limit exceeded.
- `500` — Internal server error.

---

[API](https://skmtc.net/skulabs/apis/skulabs-api.md) · [All operations](https://skmtc.net/skulabs/apis/skulabs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skulabs/skulabs-api/revisions/4b5ec0ed78a6/schema)
