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

# Get Store

`GET /ecommerce/store`

Get Store

## Query parameters

- `raw` boolean
- `fields` string, nullable

## Headers

- `x-apideck-consumer-id` string, required
- `x-apideck-app-id` string, required
- `x-apideck-service-id` string

## Response `200`

Stores

- GetStoreResponse
  - `status_code` integer, required — HTTP Response Status Code
  - `status` string, required — HTTP Response Status
  - `service` string, required — Apideck ID of service provider
  - `resource` string, required — Unified API resource name
  - `operation` string, required — Operation performed
  - `data` EcommerceStore, required
    - `id` string, required — A unique identifier for an object.
    - `name` string, nullable — The store's name
    - `store_url` string, uri, nullable — The store's website URL
    - `admin_url` string, uri, nullable — The store's admin login URL
    - `custom_mappings` CustomMappings, nullable — When custom mappings are configured on the resource, the result is included here.
    - `created_at` string, date-time, nullable — The date and time when the object was created.
    - `updated_at` string, date-time, nullable — The date and time when the object was last updated.
  - `meta` Meta — Response metadata
    - `items_on_page` integer — Number of items returned in the data property of the response
    - `cursors` object — Cursors to navigate to previous or next pages through the API
      - `previous` string, nullable — Cursor to navigate to the previous page of results through the API
      - `current` string, nullable — Cursor to navigate to the current page of results through the API
      - `next` string, nullable — Cursor to navigate to the next page of results through the API
    - `total_count` integer — Number of records available in total for this resource
    - `warnings` object[], nullable — Non-fatal warnings emitted when optional workflow steps failed. Present only when at least one step degraded; the response status remains 200.
      - `type` string — Discriminator for the warning kind.
      - `status_code` integer, nullable — HTTP status code returned by the failed downstream request, when available.
      - `error` string, nullable — Short error description from the downstream provider, when available.
      - `operation` string, nullable — Identifier of the workflow step that failed.
      - `message` string, nullable — Detailed message from the downstream provider, when available.
  - `_raw` Raw, nullable — Raw response from the integration when raw=true query param is provided

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `404` — The specified resource was not found
- `422` — Unprocessable
- `default` — Unexpected error

## Changes

> 66 revisions in range; 1 not diffed.

- **2026-06-19** `0a5a76bcd228` — 1 info
  - added the optional property `meta` to the response with the `200` status
- **2026-04-17** `76826c0d481b` — 1 warning
  - removed the optional property `meta` from the response with the `200` status

[Change history](https://skmtc.dev/apideck-libraries/apis/ecommerce-api/changes/ecommerce/store/get.md)

---

[API](https://skmtc.dev/apideck-libraries/apis/ecommerce-api.md) · [All operations](https://skmtc.dev/apideck-libraries/apis/ecommerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apideck-libraries/ecommerce-api/revisions/134a8d369b74/schema)
