---
title: "Get stores"
method: GET
path: "/api/ecommerce/v1/stores"
tags: ["Ecommerce: Stores"]
---

# Get stores

`GET /api/ecommerce/v1/stores`

Retrieve the stores associated with your account.

## Query parameters

- `page` integer

## Response `200`

Success response

- object
  - `data` EcommerceV1StoreStoreResource[] — Array of [`Ecommerce.V1.Store.StoreResource`](#model/ecommercev1storestoreresource)
    - `id` string — Store ID
    - `name` string, nullable — Store name
    - `created_at` string, date-time — Creation date
    - `updated_at` string, date-time — Last update date
    - `version` string — Store platform version identifier (e.g. "v2_standalone").
    - `company_name` string, nullable — Company name
  - `meta` CommonSchemaPaginationMetaSchema
    - `current_page` integer
    - `per_page` integer
    - `total` integer

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

## Changes

> 88 revisions in range; 6 could not be searched.

- **2026-06-10** `453bb50a61fe` — 1 info
  - endpoint added
- **2026-06-09** `d05574986eb1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/ecommerce/v1/stores/get.md)

---

[API](https://skmtc.dev/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.dev/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/53ccee45e5eb/schema)
