---
title: "Get store metadata"
method: GET
path: "/api/ecommerce/v1/stores/{store_id}/metadata"
tags: ["Ecommerce: Stores"]
---

# Get store metadata

`GET /api/ecommerce/v1/stores/{store_id}/metadata`

Get a store's readiness metadata: whether payment methods and shipping are configured,
plus its default currency. Useful to verify prerequisites before building a storefront.

## Path parameters

- `store_id` string, required

## Response `200`

Success response

- EcommerceV1StoreStoreMetadataResource
  - `metadata` object
    - `has_payment_methods` boolean — Whether the store has at least one payment method connected.
    - `has_shipping` boolean — Whether the store has at least one shipping option configured.
    - `default_currency_code` string — The default currency code of the store.
    - `default_currency` object, nullable — The store's default currency, or null when unset.
      - `code` string
      - `symbol` string
      - `symbol_native` string
      - `name` string
      - `name_plural` string
      - `decimal_digits` integer
      - `rounding` number
      - `template` string, nullable
      - `min_amount` number, nullable

## Other responses

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

## Changes

- **2026-07-03** `64006e65f220` — 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/:store_id/metadata/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)
