---
title: "Get Store Status"
method: GET
path: "/api/v2/shopify/status"
tags: ["shopify"]
---

# Get Store Status

`GET /api/v2/shopify/status`

Return whether the store is linked to a CFY company account.

Returns unlinked (not 404) when the store is brand-new — there is a brief window
after OAuth where the session token is valid but the DB upsert hasn't committed yet.

## Response `200`

Successful Response

- StoreStatusResponse — Store link status — returned by GET /status.
  - `linked` boolean, required
  - `shop_domain` string, required

---

[API](https://skmtc.net/curatedforyou/apis/curated-for-you-api.md) · [All operations](https://skmtc.net/curatedforyou/apis/curated-for-you-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/curatedforyou/curated-for-you-api/revisions/7cbc2a21dd49/schema)
