---
title: "Fetch store products."
method: GET
path: "/store"
tags: ["store"]
---

# Fetch store products.

`GET /store`

This endpoint will retrieve the available products from the store

## Query parameters

- `type` 0 | 1 | 2 | 3 — The set of available store product types. - 0: Consumable - 1: Non-Consumable - 2: Non-Renewing Subscription - 3: Auto-Renewing Subscription

## Response `200`

Successful Kurozora JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response

---

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